@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserTokenConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Provides the configuration information for a token.
Constructor and Description |
---|
UserTokenConfiguration() |
Modifier and Type | Method and Description |
---|---|
UserTokenConfiguration |
clone() |
boolean |
equals(Object obj) |
JsonTokenTypeConfiguration |
getJsonTokenTypeConfiguration()
Information about the JSON token type configuration.
|
JwtTokenTypeConfiguration |
getJwtTokenTypeConfiguration()
Information about the JWT token type configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setJsonTokenTypeConfiguration(JsonTokenTypeConfiguration jsonTokenTypeConfiguration)
Information about the JSON token type configuration.
|
void |
setJwtTokenTypeConfiguration(JwtTokenTypeConfiguration jwtTokenTypeConfiguration)
Information about the JWT token type configuration.
|
String |
toString()
Returns a string representation of this object.
|
UserTokenConfiguration |
withJsonTokenTypeConfiguration(JsonTokenTypeConfiguration jsonTokenTypeConfiguration)
Information about the JSON token type configuration.
|
UserTokenConfiguration |
withJwtTokenTypeConfiguration(JwtTokenTypeConfiguration jwtTokenTypeConfiguration)
Information about the JWT token type configuration.
|
public void setJwtTokenTypeConfiguration(JwtTokenTypeConfiguration jwtTokenTypeConfiguration)
Information about the JWT token type configuration.
jwtTokenTypeConfiguration
- Information about the JWT token type configuration.public JwtTokenTypeConfiguration getJwtTokenTypeConfiguration()
Information about the JWT token type configuration.
public UserTokenConfiguration withJwtTokenTypeConfiguration(JwtTokenTypeConfiguration jwtTokenTypeConfiguration)
Information about the JWT token type configuration.
jwtTokenTypeConfiguration
- Information about the JWT token type configuration.public void setJsonTokenTypeConfiguration(JsonTokenTypeConfiguration jsonTokenTypeConfiguration)
Information about the JSON token type configuration.
jsonTokenTypeConfiguration
- Information about the JSON token type configuration.public JsonTokenTypeConfiguration getJsonTokenTypeConfiguration()
Information about the JSON token type configuration.
public UserTokenConfiguration withJsonTokenTypeConfiguration(JsonTokenTypeConfiguration jsonTokenTypeConfiguration)
Information about the JSON token type configuration.
jsonTokenTypeConfiguration
- Information about the JSON token type configuration.public String toString()
toString
in class Object
Object.toString()
public UserTokenConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.