Class OAuth2Credentials
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.OAuth2Credentials
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OAuth2Credentials.Builder,OAuth2Credentials>
@Generated("software.amazon.awssdk:codegen") public final class OAuth2Credentials extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OAuth2Credentials.Builder,OAuth2Credentials>
The credentials used when the authentication type is OAuth2 authentication.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOAuth2Credentials.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccessToken()The access token used when the authentication type is OAuth2.static OAuth2Credentials.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringjwtToken()The JSON Web Token (JWT) used when the authentication type is OAuth2.StringrefreshToken()The refresh token used when the authentication type is OAuth2.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends OAuth2Credentials.Builder>serializableBuilderClass()OAuth2Credentials.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringuserManagedClientApplicationClientSecret()The client application client secret if the client application is user managed.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
userManagedClientApplicationClientSecret
public final String userManagedClientApplicationClientSecret()
The client application client secret if the client application is user managed.
- Returns:
- The client application client secret if the client application is user managed.
-
accessToken
public final String accessToken()
The access token used when the authentication type is OAuth2.
- Returns:
- The access token used when the authentication type is OAuth2.
-
refreshToken
public final String refreshToken()
The refresh token used when the authentication type is OAuth2.
- Returns:
- The refresh token used when the authentication type is OAuth2.
-
jwtToken
public final String jwtToken()
The JSON Web Token (JWT) used when the authentication type is OAuth2.
- Returns:
- The JSON Web Token (JWT) used when the authentication type is OAuth2.
-
toBuilder
public OAuth2Credentials.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OAuth2Credentials.Builder,OAuth2Credentials>
-
builder
public static OAuth2Credentials.Builder builder()
-
serializableBuilderClass
public static Class<? extends OAuth2Credentials.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-