@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IdentitySourceDetails extends Object implements Serializable, Cloneable, StructuredPojo
A structure that contains configuration of the identity source.
This data type is used as a response parameter for the CreateIdentitySource operation.
Constructor and Description |
---|
IdentitySourceDetails() |
Modifier and Type | Method and Description |
---|---|
IdentitySourceDetails |
clone() |
boolean |
equals(Object obj) |
List<String> |
getClientIds()
The application client IDs associated with the specified Amazon Cognito user pool that are enabled for this
identity source.
|
String |
getDiscoveryUrl()
The well-known URL that points to this user pool's OIDC discovery endpoint.
|
String |
getOpenIdIssuer()
A string that identifies the type of OIDC service represented by this identity source.
|
String |
getUserPoolArn()
The Amazon Resource Name
(ARN) of the Amazon Cognito user pool whose identities are accessible to this Verified Permissions policy
store.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setClientIds(Collection<String> clientIds)
The application client IDs associated with the specified Amazon Cognito user pool that are enabled for this
identity source.
|
void |
setDiscoveryUrl(String discoveryUrl)
The well-known URL that points to this user pool's OIDC discovery endpoint.
|
void |
setOpenIdIssuer(String openIdIssuer)
A string that identifies the type of OIDC service represented by this identity source.
|
void |
setUserPoolArn(String userPoolArn)
The Amazon Resource Name
(ARN) of the Amazon Cognito user pool whose identities are accessible to this Verified Permissions policy
store.
|
String |
toString()
Returns a string representation of this object.
|
IdentitySourceDetails |
withClientIds(Collection<String> clientIds)
The application client IDs associated with the specified Amazon Cognito user pool that are enabled for this
identity source.
|
IdentitySourceDetails |
withClientIds(String... clientIds)
The application client IDs associated with the specified Amazon Cognito user pool that are enabled for this
identity source.
|
IdentitySourceDetails |
withDiscoveryUrl(String discoveryUrl)
The well-known URL that points to this user pool's OIDC discovery endpoint.
|
IdentitySourceDetails |
withOpenIdIssuer(OpenIdIssuer openIdIssuer)
A string that identifies the type of OIDC service represented by this identity source.
|
IdentitySourceDetails |
withOpenIdIssuer(String openIdIssuer)
A string that identifies the type of OIDC service represented by this identity source.
|
IdentitySourceDetails |
withUserPoolArn(String userPoolArn)
The Amazon Resource Name
(ARN) of the Amazon Cognito user pool whose identities are accessible to this Verified Permissions policy
store.
|
public List<String> getClientIds()
The application client IDs associated with the specified Amazon Cognito user pool that are enabled for this identity source.
public void setClientIds(Collection<String> clientIds)
The application client IDs associated with the specified Amazon Cognito user pool that are enabled for this identity source.
clientIds
- The application client IDs associated with the specified Amazon Cognito user pool that are enabled for
this identity source.public IdentitySourceDetails withClientIds(String... clientIds)
The application client IDs associated with the specified Amazon Cognito user pool that are enabled for this identity source.
NOTE: This method appends the values to the existing list (if any). Use
setClientIds(java.util.Collection)
or withClientIds(java.util.Collection)
if you want to
override the existing values.
clientIds
- The application client IDs associated with the specified Amazon Cognito user pool that are enabled for
this identity source.public IdentitySourceDetails withClientIds(Collection<String> clientIds)
The application client IDs associated with the specified Amazon Cognito user pool that are enabled for this identity source.
clientIds
- The application client IDs associated with the specified Amazon Cognito user pool that are enabled for
this identity source.public void setUserPoolArn(String userPoolArn)
The Amazon Resource Name (ARN) of the Amazon Cognito user pool whose identities are accessible to this Verified Permissions policy store.
userPoolArn
- The Amazon Resource
Name (ARN) of the Amazon Cognito user pool whose identities are accessible to this Verified
Permissions policy store.public String getUserPoolArn()
The Amazon Resource Name (ARN) of the Amazon Cognito user pool whose identities are accessible to this Verified Permissions policy store.
public IdentitySourceDetails withUserPoolArn(String userPoolArn)
The Amazon Resource Name (ARN) of the Amazon Cognito user pool whose identities are accessible to this Verified Permissions policy store.
userPoolArn
- The Amazon Resource
Name (ARN) of the Amazon Cognito user pool whose identities are accessible to this Verified
Permissions policy store.public void setDiscoveryUrl(String discoveryUrl)
The well-known URL that points to this user pool's OIDC discovery endpoint. This is a URL string in the following format. This URL replaces the placeholders for both the Amazon Web Services Region and the user pool identifier with those appropriate for this user pool.
https://cognito-idp.<region>.amazonaws.com/<user-pool-id>/.well-known/openid-configuration
discoveryUrl
- The well-known URL that points to this user pool's OIDC discovery endpoint. This is a URL string in the
following format. This URL replaces the placeholders for both the Amazon Web Services Region and the user
pool identifier with those appropriate for this user pool.
https://cognito-idp.<region>.amazonaws.com/<user-pool-id>/.well-known/openid-configuration
public String getDiscoveryUrl()
The well-known URL that points to this user pool's OIDC discovery endpoint. This is a URL string in the following format. This URL replaces the placeholders for both the Amazon Web Services Region and the user pool identifier with those appropriate for this user pool.
https://cognito-idp.<region>.amazonaws.com/<user-pool-id>/.well-known/openid-configuration
https://cognito-idp.<region>.amazonaws.com/<user-pool-id>/.well-known/openid-configuration
public IdentitySourceDetails withDiscoveryUrl(String discoveryUrl)
The well-known URL that points to this user pool's OIDC discovery endpoint. This is a URL string in the following format. This URL replaces the placeholders for both the Amazon Web Services Region and the user pool identifier with those appropriate for this user pool.
https://cognito-idp.<region>.amazonaws.com/<user-pool-id>/.well-known/openid-configuration
discoveryUrl
- The well-known URL that points to this user pool's OIDC discovery endpoint. This is a URL string in the
following format. This URL replaces the placeholders for both the Amazon Web Services Region and the user
pool identifier with those appropriate for this user pool.
https://cognito-idp.<region>.amazonaws.com/<user-pool-id>/.well-known/openid-configuration
public void setOpenIdIssuer(String openIdIssuer)
A string that identifies the type of OIDC service represented by this identity source.
At this time, the only valid value is cognito
.
openIdIssuer
- A string that identifies the type of OIDC service represented by this identity source.
At this time, the only valid value is cognito
.
OpenIdIssuer
public String getOpenIdIssuer()
A string that identifies the type of OIDC service represented by this identity source.
At this time, the only valid value is cognito
.
At this time, the only valid value is cognito
.
OpenIdIssuer
public IdentitySourceDetails withOpenIdIssuer(String openIdIssuer)
A string that identifies the type of OIDC service represented by this identity source.
At this time, the only valid value is cognito
.
openIdIssuer
- A string that identifies the type of OIDC service represented by this identity source.
At this time, the only valid value is cognito
.
OpenIdIssuer
public IdentitySourceDetails withOpenIdIssuer(OpenIdIssuer openIdIssuer)
A string that identifies the type of OIDC service represented by this identity source.
At this time, the only valid value is cognito
.
openIdIssuer
- A string that identifies the type of OIDC service represented by this identity source.
At this time, the only valid value is cognito
.
OpenIdIssuer
public String toString()
toString
in class Object
Object.toString()
public IdentitySourceDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.