Uses of Class
org.keycloak.jose.jws.JWSInputException
-
Packages that use JWSInputException Package Description org.keycloak.jose.jws org.keycloak.protocol.oidc org.keycloak.util -
-
Uses of JWSInputException in org.keycloak.jose.jws
Methods in org.keycloak.jose.jws that throw JWSInputException Modifier and Type Method Description <T> T
JWSInput. readJsonContent(Class<T> type)
Constructors in org.keycloak.jose.jws that throw JWSInputException Constructor Description JWSInput(String wire)
-
Uses of JWSInputException in org.keycloak.protocol.oidc
Methods in org.keycloak.protocol.oidc that throw JWSInputException Modifier and Type Method Description RefreshToken
TokenManager. toRefreshToken(KeycloakSession session, String encodedRefreshToken)
-
Uses of JWSInputException in org.keycloak.util
Methods in org.keycloak.util that throw JWSInputException Modifier and Type Method Description static RefreshToken
TokenUtil. getRefreshToken(byte[] decodedToken)
Return refresh token or offline tokenstatic RefreshToken
TokenUtil. getRefreshToken(String refreshToken)
static boolean
TokenUtil. isOfflineToken(String refreshToken)
Return true if given refreshToken represents offline token
-