Uses of Interface
com.ibm.websphere.security.jwt.JwtToken
-
-
Uses of JwtToken in com.ibm.websphere.security.jwt
Methods in com.ibm.websphere.security.jwt that return JwtToken Modifier and Type Method Description JwtToken
Builder. buildJwt()
JwtToken
JwtBuilder. buildJwt()
Creates a newJwtToken
object based on the information in thisJwtBuilder
object and based on the configuration for thejwtBuilder
element that is specified in the server configuration that matches the ID used to instantiate thisJwtBuilder
object.JwtToken
Consumer. createJwt(java.lang.String encodedTokenString)
JwtToken
JwtConsumer. createJwt(java.lang.String encodedTokenString)
Creates a newJwtToken
object based on the provided encoded token string.Methods in com.ibm.websphere.security.jwt with parameters of type JwtToken Modifier and Type Method Description Builder
Builder. claimFrom(JwtToken jwt)
Builder
Builder. claimFrom(JwtToken jwt, java.lang.String claimName)
JwtBuilder
JwtBuilder. claimFrom(JwtToken jwt)
Retrieves all the claims from the given jwt.JwtBuilder
JwtBuilder. claimFrom(JwtToken jwt, java.lang.String claimName)
Retrieves the specified claim from the given JwtToken.
-