public class EnableSsoRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the inputs for the EnableSso operation.
NOOP| Constructor and Description |
|---|
EnableSsoRequest() |
| Modifier and Type | Method and Description |
|---|---|
EnableSsoRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryId()
The identifier of the directory to enable single-sign on for.
|
String |
getPassword()
The password of an alternate account to use to enable single-sign on.
|
String |
getUserName()
The username of an alternate account to use to enable single-sign on.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The identifier of the directory to enable single-sign on for.
|
void |
setPassword(String password)
The password of an alternate account to use to enable single-sign on.
|
void |
setUserName(String userName)
The username of an alternate account to use to enable single-sign on.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EnableSsoRequest |
withDirectoryId(String directoryId)
The identifier of the directory to enable single-sign on for.
|
EnableSsoRequest |
withPassword(String password)
The password of an alternate account to use to enable single-sign on.
|
EnableSsoRequest |
withUserName(String userName)
The username of an alternate account to use to enable single-sign on.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDirectoryId(String directoryId)
The identifier of the directory to enable single-sign on for.
directoryId - The identifier of the directory to enable single-sign on for.public String getDirectoryId()
The identifier of the directory to enable single-sign on for.
public EnableSsoRequest withDirectoryId(String directoryId)
The identifier of the directory to enable single-sign on for.
directoryId - The identifier of the directory to enable single-sign on for.public void setUserName(String userName)
The username of an alternate account to use to enable single-sign on. This is only used for AD Connector directories. This account must have privileges to add a service principle name.
If the AD Connector service account does not have privileges to add a service principle name, you can specify an alternate account with the UserName and Password parameters. These credentials are only used to enable single sign-on and are not stored by the service. The AD Connector service account is not changed.
userName - The username of an alternate account to use to enable single-sign
on. This is only used for AD Connector directories. This account
must have privileges to add a service principle name.
If the AD Connector service account does not have privileges to add a service principle name, you can specify an alternate account with the UserName and Password parameters. These credentials are only used to enable single sign-on and are not stored by the service. The AD Connector service account is not changed.
public String getUserName()
The username of an alternate account to use to enable single-sign on. This is only used for AD Connector directories. This account must have privileges to add a service principle name.
If the AD Connector service account does not have privileges to add a service principle name, you can specify an alternate account with the UserName and Password parameters. These credentials are only used to enable single sign-on and are not stored by the service. The AD Connector service account is not changed.
If the AD Connector service account does not have privileges to add a service principle name, you can specify an alternate account with the UserName and Password parameters. These credentials are only used to enable single sign-on and are not stored by the service. The AD Connector service account is not changed.
public EnableSsoRequest withUserName(String userName)
The username of an alternate account to use to enable single-sign on. This is only used for AD Connector directories. This account must have privileges to add a service principle name.
If the AD Connector service account does not have privileges to add a service principle name, you can specify an alternate account with the UserName and Password parameters. These credentials are only used to enable single sign-on and are not stored by the service. The AD Connector service account is not changed.
userName - The username of an alternate account to use to enable single-sign
on. This is only used for AD Connector directories. This account
must have privileges to add a service principle name.
If the AD Connector service account does not have privileges to add a service principle name, you can specify an alternate account with the UserName and Password parameters. These credentials are only used to enable single sign-on and are not stored by the service. The AD Connector service account is not changed.
public void setPassword(String password)
The password of an alternate account to use to enable single-sign on. This is only used for AD Connector directories. See the UserName parameter for more information.
password - The password of an alternate account to use to enable single-sign
on. This is only used for AD Connector directories. See the
UserName parameter for more information.public String getPassword()
The password of an alternate account to use to enable single-sign on. This is only used for AD Connector directories. See the UserName parameter for more information.
public EnableSsoRequest withPassword(String password)
The password of an alternate account to use to enable single-sign on. This is only used for AD Connector directories. See the UserName parameter for more information.
password - The password of an alternate account to use to enable single-sign
on. This is only used for AD Connector directories. See the
UserName parameter for more information.public String toString()
toString in class ObjectObject.toString()public EnableSsoRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.