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 SummaryConstructors Constructor Description ParseResult()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CLIENT_SESSIONgetClientSession()ClientSessionCode<CLIENT_SESSION>getCode()booleanisAuthSessionNotFound()booleanisExpiredToken()booleanisIllegalHash()
 
- 
- 
- 
Method Detail- 
getCodepublic ClientSessionCode<CLIENT_SESSION> getCode() 
 - 
isAuthSessionNotFoundpublic boolean isAuthSessionNotFound() 
 - 
isIllegalHashpublic boolean isIllegalHash() 
 - 
isExpiredTokenpublic boolean isExpiredToken() 
 - 
getClientSessionpublic CLIENT_SESSION getClientSession() 
 
- 
 
-