Uses of Interface
com.sun.identity.liberty.ws.interfaces.Authorizer
-
Packages that use Authorizer Package Description com.sun.identity.liberty.ws.disco.common Defines constants and utilities for Liberty Discovery Service implementation.com.sun.identity.liberty.ws.disco.plugins Defines plugin interface for Liberty Discovery Service implementation.com.sun.identity.liberty.ws.idpp Defines IDPP service.com.sun.identity.liberty.ws.idpp.plugin Defines IDPP plugin. -
-
Uses of Authorizer in com.sun.identity.liberty.ws.disco.common
Methods in com.sun.identity.liberty.ws.disco.common that return Authorizer Modifier and Type Method Description static AuthorizerDiscoServiceManager. getAuthorizer()Returns theAuthorizerspecified in the discovery service.Methods in com.sun.identity.liberty.ws.disco.common with parameters of type Authorizer Modifier and Type Method Description static MapDiscoUtils. checkPolicyAndHandleDirectives(String userDN, Message message, Collection results, Authorizer authorizer, SessionContext invoSession, String wscID, Object token)Checks policy and returns resource offerings and credentials. -
Uses of Authorizer in com.sun.identity.liberty.ws.disco.plugins
Classes in com.sun.identity.liberty.ws.disco.plugins that implement Authorizer Modifier and Type Class Description classDefaultDiscoAuthorizerThis classDefaultDiscoAuthorizerprovides a default implementation of theAuthorizerinterface. -
Uses of Authorizer in com.sun.identity.liberty.ws.idpp
Methods in com.sun.identity.liberty.ws.idpp that return Authorizer Modifier and Type Method Description AuthorizerIDPPServiceManager. getAuthorizer()Gets IDPPAuthorizer. -
Uses of Authorizer in com.sun.identity.liberty.ws.idpp.plugin
Classes in com.sun.identity.liberty.ws.idpp.plugin that implement Authorizer Modifier and Type Class Description classIDPPAuthorizerThe classIDPPAuthorizeris the default implementation of IDPP Authorization and implementsAuthorizer.
-