@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrustedTokenIssuerConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
A structure that describes the configuration of a trusted token issuer. The structure and available settings are determined by the type of the trusted token issuer.
Constructor and Description |
---|
TrustedTokenIssuerConfiguration() |
Modifier and Type | Method and Description |
---|---|
TrustedTokenIssuerConfiguration |
clone() |
boolean |
equals(Object obj) |
OidcJwtConfiguration |
getOidcJwtConfiguration()
A structure that describes the settings for a trusted token issuer that works with OpenID Connect (OIDC) by using
JSON Web Tokens (JWT).
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOidcJwtConfiguration(OidcJwtConfiguration oidcJwtConfiguration)
A structure that describes the settings for a trusted token issuer that works with OpenID Connect (OIDC) by using
JSON Web Tokens (JWT).
|
String |
toString()
Returns a string representation of this object.
|
TrustedTokenIssuerConfiguration |
withOidcJwtConfiguration(OidcJwtConfiguration oidcJwtConfiguration)
A structure that describes the settings for a trusted token issuer that works with OpenID Connect (OIDC) by using
JSON Web Tokens (JWT).
|
public void setOidcJwtConfiguration(OidcJwtConfiguration oidcJwtConfiguration)
A structure that describes the settings for a trusted token issuer that works with OpenID Connect (OIDC) by using JSON Web Tokens (JWT).
oidcJwtConfiguration
- A structure that describes the settings for a trusted token issuer that works with OpenID Connect (OIDC)
by using JSON Web Tokens (JWT).public OidcJwtConfiguration getOidcJwtConfiguration()
A structure that describes the settings for a trusted token issuer that works with OpenID Connect (OIDC) by using JSON Web Tokens (JWT).
public TrustedTokenIssuerConfiguration withOidcJwtConfiguration(OidcJwtConfiguration oidcJwtConfiguration)
A structure that describes the settings for a trusted token issuer that works with OpenID Connect (OIDC) by using JSON Web Tokens (JWT).
oidcJwtConfiguration
- A structure that describes the settings for a trusted token issuer that works with OpenID Connect (OIDC)
by using JSON Web Tokens (JWT).public String toString()
toString
in class Object
Object.toString()
public TrustedTokenIssuerConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.