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 Consumer
Consumer. create()
Consumer
Consumer. create(java.lang.String consumerConfigId)
static JwtConsumer
JwtConsumer. create()
Creates a newJwtConsumer
object using the default configuration ID "defaultJwtConsumer".static JwtConsumer
JwtConsumer. create(java.lang.String consumerConfigId)
Creates a newJwtConsumer
object using the configuration ID provided.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.Constructors in com.ibm.websphere.security.jwt that throw InvalidConsumerException Constructor Description JwtConsumer(java.lang.String consumerConfigId)
-