Uses of Class
com.ibm.websphere.security.jwt.JwtConsumer
-
-
Uses of JwtConsumer in com.ibm.websphere.security.jwt
Methods in com.ibm.websphere.security.jwt that return JwtConsumer Modifier and Type Method Description 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.
-