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 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.
-