Package org.keycloak.services.managers
Class ClientSessionCode.ParseResult<CLIENT_SESSION extends CommonClientSessionModel>
- java.lang.Object
-
- org.keycloak.services.managers.ClientSessionCode.ParseResult<CLIENT_SESSION>
-
- Enclosing class:
- ClientSessionCode<CLIENT_SESSION extends CommonClientSessionModel>
public static class ClientSessionCode.ParseResult<CLIENT_SESSION extends CommonClientSessionModel> extends Object
-
-
Constructor Summary
Constructors Constructor Description ParseResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CLIENT_SESSION
getClientSession()
ClientSessionCode<CLIENT_SESSION>
getCode()
boolean
isAuthSessionNotFound()
boolean
isExpiredToken()
boolean
isIllegalHash()
-
-
-
Method Detail
-
getCode
public ClientSessionCode<CLIENT_SESSION> getCode()
-
isAuthSessionNotFound
public boolean isAuthSessionNotFound()
-
isIllegalHash
public boolean isIllegalHash()
-
isExpiredToken
public boolean isExpiredToken()
-
getClientSession
public CLIENT_SESSION getClientSession()
-
-