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 JwtTokenBuilder. buildJwt()JwtTokenJwtBuilder. buildJwt()Creates a newJwtTokenobject based on the information in thisJwtBuilderobject and based on the configuration for thejwtBuilderelement that is specified in the server configuration that matches the ID used to instantiate thisJwtBuilderobject.JwtTokenConsumer. createJwt(java.lang.String encodedTokenString)JwtTokenJwtConsumer. createJwt(java.lang.String encodedTokenString)Creates a newJwtTokenobject based on the provided encoded token string.Methods in com.ibm.websphere.security.jwt with parameters of type JwtToken Modifier and Type Method Description BuilderBuilder. claimFrom(JwtToken jwt)BuilderBuilder. claimFrom(JwtToken jwt, java.lang.String claimName)JwtBuilderJwtBuilder. claimFrom(JwtToken jwt)Retrieves all the claims from the given jwt.JwtBuilderJwtBuilder. claimFrom(JwtToken jwt, java.lang.String claimName)Retrieves the specified claim from the given JwtToken.
-