public interface LoginProfile
LoginProfile
resource.
Each LoginProfile
object is uniquely identified by these
identifier(s):
Modifier and Type | Method and Description |
---|---|
CreateLoginProfileResult |
create(CreateLoginProfileRequest request)
Performs the
Create action. |
CreateLoginProfileResult |
create(CreateLoginProfileRequest request,
ResultCapture<CreateLoginProfileResult> extractor)
Performs the
Create action and use a ResultCapture to
retrieve the low-level client response. |
CreateLoginProfileResult |
create(String password)
The convenient method form for the
Create action. |
CreateLoginProfileResult |
create(String password,
ResultCapture<CreateLoginProfileResult> extractor)
The convenient method form for the
Create action. |
void |
delete()
The convenient method form for the
Delete action. |
void |
delete(DeleteLoginProfileRequest request)
Performs the
Delete action. |
void |
delete(DeleteLoginProfileRequest request,
ResultCapture<Void> extractor)
Performs the
Delete action and use a ResultCapture to
retrieve the low-level client response. |
void |
delete(ResultCapture<Void> extractor)
The convenient method form for the
Delete action. |
Date |
getCreateDate()
Gets the value of the CreateDate attribute.
|
Boolean |
getPasswordResetRequired()
Gets the value of the PasswordResetRequired attribute.
|
User |
getUser()
Retrieves the
User resource referenced by this resource. |
String |
getUserName()
Gets the value of the UserName identifier.
|
boolean |
isLoaded()
Returns true if this resource's attributes have been loaded.
|
boolean |
load()
Makes a call to the service to load this resource's attributes if they
are not loaded yet.
|
boolean |
load(GetLoginProfileRequest request)
Makes a call to the service to load this resource's attributes if they
are not loaded yet.
|
boolean |
load(GetLoginProfileRequest request,
ResultCapture<GetLoginProfileResult> extractor)
Makes a call to the service to load this resource's attributes if they
are not loaded yet, and use a ResultCapture to retrieve the low-level
client response
The following request parameters will be populated from the data of this
LoginProfile resource, and any conflicting parameter value
set in the request will be overridden:
UserName
- mapped from the UserName identifier. |
void |
update()
The convenient method form for the
Update action. |
void |
update(ResultCapture<Void> extractor)
The convenient method form for the
Update action. |
void |
update(UpdateLoginProfileRequest request)
Performs the
Update action. |
void |
update(UpdateLoginProfileRequest request,
ResultCapture<Void> extractor)
Performs the
Update action and use a ResultCapture to
retrieve the low-level client response. |
boolean isLoaded()
false
, calls to attribute getter methods on this
instance will make an implicit call to load()
to retrieve the
value.boolean load()
true
if the resource is not yet loaded when this
method was invoked, which indicates that a service call has been
made to retrieve the attributes.load(GetLoginProfileRequest)
boolean load(GetLoginProfileRequest request)
LoginProfile
resource, and any conflicting parameter value
set in the request will be overridden:
UserName
- mapped from the UserName
identifier.
true
if the resource is not yet loaded when this
method was invoked, which indicates that a service call has been
made to retrieve the attributes.GetLoginProfileRequest
boolean load(GetLoginProfileRequest request, ResultCapture<GetLoginProfileResult> extractor)
LoginProfile
resource, and any conflicting parameter value
set in the request will be overridden:
UserName
- mapped from the UserName
identifier.
true
if the resource is not yet loaded when this
method was invoked, which indicates that a service call has been
made to retrieve the attributes.GetLoginProfileRequest
String getUserName()
Boolean getPasswordResetRequired()
load()
is made to retrieve the value
of the attribute.Date getCreateDate()
load()
is made to retrieve the value of the
attribute.User getUser()
User
resource referenced by this resource.void update(UpdateLoginProfileRequest request)
Update
action.
The following request parameters will be populated from the data of this
LoginProfile
resource, and any conflicting parameter value
set in the request will be overridden:
UserName
- mapped from the UserName
identifier.
UpdateLoginProfileRequest
void update(UpdateLoginProfileRequest request, ResultCapture<Void> extractor)
Update
action and use a ResultCapture to
retrieve the low-level client response.
The following request parameters will be populated from the data of this
LoginProfile
resource, and any conflicting parameter value
set in the request will be overridden:
UserName
- mapped from the UserName
identifier.
UpdateLoginProfileRequest
void update()
Update
action.update(UpdateLoginProfileRequest)
void update(ResultCapture<Void> extractor)
Update
action.CreateLoginProfileResult create(CreateLoginProfileRequest request)
Create
action.
The following request parameters will be populated from the data of this
LoginProfile
resource, and any conflicting parameter value
set in the request will be overridden:
UserName
- mapped from the UserName
identifier.
CreateLoginProfileRequest
CreateLoginProfileResult create(CreateLoginProfileRequest request, ResultCapture<CreateLoginProfileResult> extractor)
Create
action and use a ResultCapture to
retrieve the low-level client response.
The following request parameters will be populated from the data of this
LoginProfile
resource, and any conflicting parameter value
set in the request will be overridden:
UserName
- mapped from the UserName
identifier.
CreateLoginProfileRequest
CreateLoginProfileResult create(String password)
Create
action.create(CreateLoginProfileRequest)
CreateLoginProfileResult create(String password, ResultCapture<CreateLoginProfileResult> extractor)
Create
action.void delete(DeleteLoginProfileRequest request)
Delete
action.
The following request parameters will be populated from the data of this
LoginProfile
resource, and any conflicting parameter value
set in the request will be overridden:
UserName
- mapped from the UserName
identifier.
DeleteLoginProfileRequest
void delete(DeleteLoginProfileRequest request, ResultCapture<Void> extractor)
Delete
action and use a ResultCapture to
retrieve the low-level client response.
The following request parameters will be populated from the data of this
LoginProfile
resource, and any conflicting parameter value
set in the request will be overridden:
UserName
- mapped from the UserName
identifier.
DeleteLoginProfileRequest
void delete()
Delete
action.delete(DeleteLoginProfileRequest)
void delete(ResultCapture<Void> extractor)
Delete
action.Copyright © 2014. All rights reserved.