Uses of Class
com.ibm.websphere.security.jwt.InvalidBuilderException
-
-
Uses of InvalidBuilderException in com.ibm.websphere.security.jwt
Methods in com.ibm.websphere.security.jwt that throw InvalidBuilderException Modifier and Type Method Description JwtTokenBuilder. buildJwt()JwtTokenJwtBuilder. buildJwt()Creates a newJwtTokenobject based on the information in thisJwtBuilderobject and based on the configuration for thejwtBuilderelement that is specified in the server configuration that matches the ID used to instantiate thisJwtBuilderobject.BuilderBuilder. create()BuilderBuilder. create(java.lang.String builderConfigId)static JwtBuilderJwtBuilder. create()Creates a newJwtBuilderobject using the default configuration ID .static JwtBuilderJwtBuilder. create(java.lang.String builderConfigId)Creates a newJwtBuilderobject using the configuration ID provided.Constructors in com.ibm.websphere.security.jwt that throw InvalidBuilderException Constructor Description JwtBuilder(java.lang.String builderConfigId)
-