Uses of Class
com.ibm.websphere.security.jwt.InvalidConsumerException
-
-
Uses of InvalidConsumerException in com.ibm.websphere.security.jwt
Methods in com.ibm.websphere.security.jwt that throw InvalidConsumerException Modifier and Type Method Description ConsumerConsumer. create()ConsumerConsumer. create(java.lang.String consumerConfigId)static JwtConsumerJwtConsumer. create()Creates a newJwtConsumerobject using the default configuration ID "defaultJwtConsumer".static JwtConsumerJwtConsumer. create(java.lang.String consumerConfigId)Creates a newJwtConsumerobject using the configuration ID provided.JwtTokenConsumer. createJwt(java.lang.String encodedTokenString)JwtTokenJwtConsumer. createJwt(java.lang.String encodedTokenString)Creates a newJwtTokenobject based on the provided encoded token string.Constructors in com.ibm.websphere.security.jwt that throw InvalidConsumerException Constructor Description JwtConsumer(java.lang.String consumerConfigId)
-