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
-
Method Summary
-
Constructor Details
-
ParseResult
public ParseResult()
-
-
Method Details
-
getCode
-
isAuthSessionNotFound
public boolean isAuthSessionNotFound() -
isIllegalHash
public boolean isIllegalHash() -
isExpiredToken
public boolean isExpiredToken() -
getClientSession
-