Class AuthProperties.PasswordFlow
- java.lang.Object
-
- org.bremersee.security.authentication.AuthProperties.PasswordFlow
-
- All Implemented Interfaces:
AccessTokenRetrieverProperties
,ClientCredentialsFlowProperties
,PasswordFlowProperties
- Enclosing class:
- AuthProperties
public static class AuthProperties.PasswordFlow extends Object implements PasswordFlowProperties
OAuth2 password flow configuration properties.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.bremersee.security.authentication.PasswordFlowProperties
PasswordFlowProperties.Builder
-
-
Constructor Summary
Constructors Constructor Description PasswordFlow()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bremersee.security.authentication.AccessTokenRetrieverProperties
createCacheKeyHashed, getTokenEndpoint
-
Methods inherited from interface org.bremersee.security.authentication.ClientCredentialsFlowProperties
getAdditionalProperties, getClientId, getClientSecret
-
Methods inherited from interface org.bremersee.security.authentication.PasswordFlowProperties
createBody, createCacheKey, getBasicAuthProperties, getPassword, getUsername
-
-