Uses of Class
com.nimbusds.openid.connect.provider.spi.grants.SubjectAuthorization
-
Packages that use SubjectAuthorization Package Description com.nimbusds.openid.connect.provider.spi.grants 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.grants Modifier and Type Class Description classPasswordGrantAuthorizationAuthorisation produced by aPasswordGrantHandler.classSelfIssuedAssertionAuthorizationAuthorisation produced by agrant handlerof self-issued assertions (SAML 2.0 or JWT bearer).classThirdPartyAssertionAuthorizationAuthorisation produced by agrant handlerof assertions (SAML 2.0 or JWT bearer) issued by a third-party security token service.Methods in com.nimbusds.openid.connect.provider.spi.grants that return SubjectAuthorization Modifier and Type Method Description static SubjectAuthorizationSubjectAuthorization. parse(String json)Parses a subject authorisation from the specified JSON object string.static SubjectAuthorizationSubjectAuthorization. parse(net.minidev.json.JSONObject jsonObject)Parses a subject authorisation from the specified JSON object.
-