Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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 and Description
      JwtToken JwtBuilder.buildJwt()
      Creates a new JwtToken object based on the information in this JwtBuilder object and based on the configuration for the jwtBuilder element that is specified in the server configuration that matches the ID used to instantiate this JwtBuilder object.
      JwtToken Builder.buildJwt() 
      JwtToken JwtConsumer.createJwt(java.lang.String encodedTokenString)
      Creates a new JwtToken object based on the provided encoded token string.
      JwtToken Consumer.createJwt(java.lang.String encodedTokenString) 
      Methods in com.ibm.websphere.security.jwt with parameters of type JwtToken 
      Modifier and Type Method and Description
      JwtBuilder JwtBuilder.claimFrom(JwtToken jwt)
      Retrieves all the claims from the given jwt.
      Builder Builder.claimFrom(JwtToken jwt) 
      JwtBuilder JwtBuilder.claimFrom(JwtToken jwt, java.lang.String claimName)
      Retrieves the specified claim from the given JwtToken.
      Builder Builder.claimFrom(JwtToken jwt, java.lang.String claimName) 
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes