@Deprecated @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 was a response parameter for the GetIdentitySource operation. Replaced by ConfigurationDetail.
Constructor and Description |
---|
IdentitySourceDetails()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IdentitySourceDetails |
clone()
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
List<String> |
getClientIds()
Deprecated.
|
String |
getDiscoveryUrl()
Deprecated.
|
String |
getOpenIdIssuer()
Deprecated.
|
String |
getUserPoolArn()
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Deprecated.
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setClientIds(Collection<String> clientIds)
Deprecated.
|
void |
setDiscoveryUrl(String discoveryUrl)
Deprecated.
|
void |
setOpenIdIssuer(String openIdIssuer)
Deprecated.
|
void |
setUserPoolArn(String userPoolArn)
Deprecated.
|
String |
toString()
Deprecated.
Returns a string representation of this object.
|
IdentitySourceDetails |
withClientIds(Collection<String> clientIds)
Deprecated.
|
IdentitySourceDetails |
withClientIds(String... clientIds)
Deprecated.
|
IdentitySourceDetails |
withDiscoveryUrl(String discoveryUrl)
Deprecated.
|
IdentitySourceDetails |
withOpenIdIssuer(OpenIdIssuer openIdIssuer)
Deprecated.
|
IdentitySourceDetails |
withOpenIdIssuer(String openIdIssuer)
Deprecated.
|
IdentitySourceDetails |
withUserPoolArn(String userPoolArn)
Deprecated.
|
@Deprecated public List<String> getClientIds()
The application client IDs associated with the specified Amazon Cognito user pool that are enabled for this identity source.
@Deprecated 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.@Deprecated 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.@Deprecated 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.@Deprecated 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.@Deprecated public String getUserPoolArn()
The Amazon Resource Name (ARN) of the Amazon Cognito user pool whose identities are accessible to this Verified Permissions policy store.
@Deprecated 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.@Deprecated 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
@Deprecated 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
@Deprecated 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
@Deprecated 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
@Deprecated 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
@Deprecated 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
@Deprecated 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.