@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSIdentityStoreClient extends AmazonWebServiceClient implements AWSIdentityStore
The AWS Single Sign-On (SSO) Identity Store service provides a single place to retrieve all of your identities (users and groups). For more information about AWS, see the AWS Single Sign-On User Guide.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
static AWSIdentityStoreClientBuilder |
builder() |
DescribeGroupResult |
describeGroup(DescribeGroupRequest request)
Retrieves the group metadata and attributes from
GroupId in an identity store. |
DescribeUserResult |
describeUser(DescribeUserRequest request)
Retrieves the user metadata and attributes from
UserId in an identity store. |
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful, request, typically used for debugging issues
where a service isn't acting as expected.
|
ListGroupsResult |
listGroups(ListGroupsRequest request)
Lists the attribute name and value of the group that you specified in the search.
|
ListUsersResult |
listUsers(ListUsersRequest request)
Lists the attribute name and value of the user that you specified in the search.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held
open.
|
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
public static AWSIdentityStoreClientBuilder builder()
public DescribeGroupResult describeGroup(DescribeGroupRequest request)
Retrieves the group metadata and attributes from GroupId
in an identity store.
describeGroup
in interface AWSIdentityStore
describeGroupRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception or failure with an internal
server.public DescribeUserResult describeUser(DescribeUserRequest request)
Retrieves the user metadata and attributes from UserId
in an identity store.
describeUser
in interface AWSIdentityStore
describeUserRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception or failure with an internal
server.public ListGroupsResult listGroups(ListGroupsRequest request)
Lists the attribute name and value of the group that you specified in the search. We only support
DisplayName
as a valid filter attribute path currently, and filter is required. This API returns
minimum attributes, including GroupId
and group DisplayName
in the response.
listGroups
in interface AWSIdentityStore
listGroupsRequest
- ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- Indicates that a requested resource is not found.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception or failure with an internal
server.public ListUsersResult listUsers(ListUsersRequest request)
Lists the attribute name and value of the user that you specified in the search. We only support
UserName
as a valid filter attribute path currently, and filter is required. This API returns
minimum attributes, including UserId
and UserName
in the response.
listUsers
in interface AWSIdentityStore
listUsersRequest
- ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- Indicates that a requested resource is not found.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception or failure with an internal
server.public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing the request.
getCachedResponseMetadata
in interface AWSIdentityStore
request
- The originally executed requestpublic void shutdown()
AmazonWebServiceClient
shutdown
in interface AWSIdentityStore
shutdown
in class AmazonWebServiceClient