Class EnableSsoRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
Contains the inputs for the EnableSso operation.
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanThe identifier of the directory for which to enable single-sign on.The password of an alternate account to use to enable single-sign on.The username of an alternate account to use to enable single-sign on.inthashCode()voidsetDirectoryId(String directoryId) The identifier of the directory for which to enable single-sign on.voidsetPassword(String password) The password of an alternate account to use to enable single-sign on.voidsetUserName(String userName) The username of an alternate account to use to enable single-sign on.toString()Returns a string representation of this object; useful for testing and debugging.withDirectoryId(String directoryId) The identifier of the directory for which to enable single-sign on.withPassword(String password) The password of an alternate account to use to enable single-sign on.withUserName(String userName) The username of an alternate account to use to enable single-sign on.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
EnableSsoRequest
public EnableSsoRequest()
-
-
Method Details
-
setDirectoryId
The identifier of the directory for which to enable single-sign on.
- Parameters:
directoryId- The identifier of the directory for which to enable single-sign on.
-
getDirectoryId
The identifier of the directory for which to enable single-sign on.
- Returns:
- The identifier of the directory for which to enable single-sign on.
-
withDirectoryId
The identifier of the directory for which to enable single-sign on.
- Parameters:
directoryId- The identifier of the directory for which to enable single-sign on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setUserName
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 principal name.
If the AD Connector service account does not have privileges to add a service principal 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.
- Parameters:
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 principal name.If the AD Connector service account does not have privileges to add a service principal 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.
-
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 principal name.
If the AD Connector service account does not have privileges to add a service principal 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.
- Returns:
- 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 principal name.
If the AD Connector service account does not have privileges to add a service principal 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.
-
withUserName
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 principal name.
If the AD Connector service account does not have privileges to add a service principal 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.
- Parameters:
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 principal name.If the AD Connector service account does not have privileges to add a service principal 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPassword
The password of an alternate account to use to enable single-sign on. This is only used for AD Connector directories. For more information, see the UserName parameter.
- Parameters:
password- The password of an alternate account to use to enable single-sign on. This is only used for AD Connector directories. For more information, see the UserName parameter.
-
getPassword
The password of an alternate account to use to enable single-sign on. This is only used for AD Connector directories. For more information, see the UserName parameter.
- Returns:
- The password of an alternate account to use to enable single-sign on. This is only used for AD Connector directories. For more information, see the UserName parameter.
-
withPassword
The password of an alternate account to use to enable single-sign on. This is only used for AD Connector directories. For more information, see the UserName parameter.
- Parameters:
password- The password of an alternate account to use to enable single-sign on. This is only used for AD Connector directories. For more information, see the UserName parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-