public static class ClientSessionCode.ParseResult<CLIENT_SESSION extends CommonClientSessionModel> extends Object
Constructor and Description |
---|
ParseResult() |
Modifier and Type | Method and Description |
---|---|
CLIENT_SESSION |
getClientSession() |
ClientSessionCode<CLIENT_SESSION> |
getCode() |
boolean |
isAuthSessionNotFound() |
boolean |
isExpiredToken() |
boolean |
isIllegalHash() |
public ClientSessionCode<CLIENT_SESSION> getCode()
public boolean isAuthSessionNotFound()
public boolean isIllegalHash()
public boolean isExpiredToken()
public CLIENT_SESSION getClientSession()
Copyright © 2020 JBoss by Red Hat. All rights reserved.