Uses of Class
com.nimbusds.openid.connect.provider.spi.grants.SubjectAuthorization
Packages that use SubjectAuthorization
Package
Description
OAuth 2.0 authorisation grant handler SPIs.
-
Uses of SubjectAuthorization in com.nimbusds.openid.connect.provider.spi.grants
Subclasses of SubjectAuthorization in com.nimbusds.openid.connect.provider.spi.grantsModifier and TypeClassDescriptionclass
Authorisation produced by aPasswordGrantHandler
.class
Authorisation produced by agrant handler
of self-issued assertions (SAML 2.0 or JWT bearer).class
Authorisation produced by agrant handler
of assertions (SAML 2.0 or JWT bearer) issued by a third-party security token service.class
Authorisation produced by aTokenExchangeGrantHandler
.Methods in com.nimbusds.openid.connect.provider.spi.grants that return SubjectAuthorizationModifier and TypeMethodDescriptionstatic SubjectAuthorization
Parses a subject authorisation from the specified JSON object string.static SubjectAuthorization
SubjectAuthorization.parse
(net.minidev.json.JSONObject jsonObject) Parses a subject authorisation from the specified JSON object.