public class DisableSsoRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DisableSso operation.
Disables single-sign on for a directory.
NOOP| Constructor and Description |
|---|
DisableSsoRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisableSsoRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryId()
The identifier of the directory to disable single-sign on for.
|
String |
getPassword()
The password of an alternate account to use to disable single-sign on.
|
String |
getUserName()
The username of an alternate account to use to disable single-sign on.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The identifier of the directory to disable single-sign on for.
|
void |
setPassword(String password)
The password of an alternate account to use to disable single-sign on.
|
void |
setUserName(String userName)
The username of an alternate account to use to disable single-sign on.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DisableSsoRequest |
withDirectoryId(String directoryId)
The identifier of the directory to disable single-sign on for.
|
DisableSsoRequest |
withPassword(String password)
The password of an alternate account to use to disable single-sign on.
|
DisableSsoRequest |
withUserName(String userName)
The username of an alternate account to use to disable single-sign on.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getDirectoryId()
Constraints:
Pattern: ^d-[0-9a-f]{10}$
public void setDirectoryId(String directoryId)
Constraints:
Pattern: ^d-[0-9a-f]{10}$
directoryId - The identifier of the directory to disable single-sign on for.public DisableSsoRequest withDirectoryId(String directoryId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: ^d-[0-9a-f]{10}$
directoryId - The identifier of the directory to disable single-sign on for.public String getUserName()
If the AD Connector service account does not have privileges to remove a service principle name, you can specify an alternate account with the UserName and Password parameters. These credentials are only used to disable single sign-on and are not stored by the service. The AD Connector service account is not changed.
Constraints:
Length: 1 -
Pattern: [a-zA-Z0-9._-]+
If the AD Connector service account does not have privileges to remove a service principle name, you can specify an alternate account with the UserName and Password parameters. These credentials are only used to disable single sign-on and are not stored by the service. The AD Connector service account is not changed.
public void setUserName(String userName)
If the AD Connector service account does not have privileges to remove a service principle name, you can specify an alternate account with the UserName and Password parameters. These credentials are only used to disable single sign-on and are not stored by the service. The AD Connector service account is not changed.
Constraints:
Length: 1 -
Pattern: [a-zA-Z0-9._-]+
userName - The username of an alternate account to use to disable single-sign on.
This is only used for AD Connector directories. This account must have
privileges to remove a service principle name. If the AD Connector service account does not have privileges to remove a service principle name, you can specify an alternate account with the UserName and Password parameters. These credentials are only used to disable single sign-on and are not stored by the service. The AD Connector service account is not changed.
public DisableSsoRequest withUserName(String userName)
If the AD Connector service account does not have privileges to remove a service principle name, you can specify an alternate account with the UserName and Password parameters. These credentials are only used to disable single sign-on and are not stored by the service. The AD Connector service account is not changed.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
Pattern: [a-zA-Z0-9._-]+
userName - The username of an alternate account to use to disable single-sign on.
This is only used for AD Connector directories. This account must have
privileges to remove a service principle name. If the AD Connector service account does not have privileges to remove a service principle name, you can specify an alternate account with the UserName and Password parameters. These credentials are only used to disable single sign-on and are not stored by the service. The AD Connector service account is not changed.
public String getPassword()
Constraints:
Length: 1 - 128
public void setPassword(String password)
Constraints:
Length: 1 - 128
password - The password of an alternate account to use to disable single-sign on.
This is only used for AD Connector directories. See the
UserName parameter for more information.public DisableSsoRequest withPassword(String password)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
password - The password of an alternate account to use to disable 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 DisableSsoRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.