Class AuthenticationMeta
java.lang.Object
com.cloudimpl.outstack.spring.security.AuthenticationMeta
public class AuthenticationMeta
extends java.lang.Object
- Author:
- nuwan
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuthenticationMeta.ClientMeta -
Constructor Summary
Constructors Constructor Description AuthenticationMeta(PlatformAuthenticationToken.TokenFlow tokenFlow, java.lang.String authKey, java.lang.String tokenContext, GrantType grantType, AuthenticationMeta.ClientMeta clientMeta) -
Method Summary
Modifier and Type Method Description java.lang.StringgetAuthKey()AuthenticationMeta.ClientMetagetClientMeta()GrantTypegetGrantType()java.lang.StringgetTokenContext()PlatformAuthenticationToken.TokenFlowgetTokenFlow()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
AuthenticationMeta
public AuthenticationMeta(PlatformAuthenticationToken.TokenFlow tokenFlow, java.lang.String authKey, java.lang.String tokenContext, GrantType grantType, AuthenticationMeta.ClientMeta clientMeta)
-
-
Method Details
-
getAuthKey
public java.lang.String getAuthKey() -
getTokenContext
public java.lang.String getTokenContext() -
getGrantType
-
getClientMeta
-
getTokenFlow
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-