Uses of Class
com.sun.identity.entitlement.Application
-
Packages that use Application Package Description com.sun.identity.cli.entitlement com.sun.identity.entitlement Defines classes and interfaces to work with entitlements.com.sun.identity.entitlement.opensso com.sun.identity.entitlement.xacml3 org.forgerock.openam.entitlement.rest REST (CREST) endpoint for managing entitlements policies and evaluating policy decisions.org.forgerock.openam.entitlement.rest.wrappers org.forgerock.openam.entitlement.service org.forgerock.openam.entitlement.utils This package contains utility classes for entitlements.org.forgerock.openam.xacml.v3 -
-
Uses of Application in com.sun.identity.cli.entitlement
Methods in com.sun.identity.cli.entitlement with parameters of type Application Modifier and Type Method Description protected voidApplicationImpl. setApplicationAttributes(Application appl, Map<String,Set<String>> attributeValues, boolean bCreate) -
Uses of Application in com.sun.identity.entitlement
Methods in com.sun.identity.entitlement that return Application Modifier and Type Method Description ApplicationApplication. clone()ApplicationEntitlement. getApplication(Subject adminSubject, String realm)Returns application for this entitlement.ApplicationEntitlementConfiguration. getApplication(String name)Returns the application with the specified name.Methods in com.sun.identity.entitlement that return types with arguments of type Application Modifier and Type Method Description Set<Application>EntitlementConfiguration. getApplications()Returns a set of registered applications.Set<Application>EntitlementConfiguration. searchApplications(Subject subject, org.forgerock.util.query.QueryFilter<String> queryFilter)Returns a set of applications for the given search criteria.Methods in com.sun.identity.entitlement with parameters of type Application Modifier and Type Method Description protected voidApplication. cloneAppl(Application clone)abstract booleanApplicationPrivilegeManager. hasPrivilege(Application app, ApplicationPrivilege.Action action)voidEntitlementCombiner. init(String normalisedResourceName, String requestedResourceName, Set<String> actions, boolean isRecursive, Application application)Initializes the combiner.voidEntitlementConfiguration. storeApplication(Application application)Stores the application to data store. -
Uses of Application in com.sun.identity.entitlement.opensso
Methods in com.sun.identity.entitlement.opensso that return Application Modifier and Type Method Description ApplicationEntitlementService. getApplication(String name)Methods in com.sun.identity.entitlement.opensso that return types with arguments of type Application Modifier and Type Method Description Set<Application>EntitlementService. getApplications()Returns a set of registered applications.Set<Application>EntitlementService. searchApplications(Subject subject, org.forgerock.util.query.QueryFilter<String> queryFilter)Methods in com.sun.identity.entitlement.opensso with parameters of type Application Modifier and Type Method Description booleanOpenSSOApplicationPrivilegeManager. hasPrivilege(Application app, ApplicationPrivilege.Action action)voidEntitlementService. storeApplication(Application appl)Stores the application to data store. -
Uses of Application in com.sun.identity.entitlement.xacml3
Methods in com.sun.identity.entitlement.xacml3 that return types with arguments of type Application Modifier and Type Method Description List<Application>PrivilegeSet. getApplication()Obtain list of Application objects held by this class.Methods in com.sun.identity.entitlement.xacml3 with parameters of type Application Modifier and Type Method Description voidPrivilegeSet. addApplication(Application application)Adds application to this set. -
Uses of Application in org.forgerock.openam.entitlement.rest
Methods in org.forgerock.openam.entitlement.rest with parameters of type Application Modifier and Type Method Description protected ApplicationWrapperApplicationsResource. createApplicationWrapper(Application application, ApplicationTypeManagerWrapper type)Creates anApplicationWrapperto hold theApplicationobject. -
Uses of Application in org.forgerock.openam.entitlement.rest.wrappers
Methods in org.forgerock.openam.entitlement.rest.wrappers that return Application Modifier and Type Method Description ApplicationApplicationWrapper. getApplication()Constructors in org.forgerock.openam.entitlement.rest.wrappers with parameters of type Application Constructor Description ApplicationWrapper(Application application, ApplicationTypeManagerWrapper appTypeManagerWrapper) -
Uses of Application in org.forgerock.openam.entitlement.service
Methods in org.forgerock.openam.entitlement.service that return Application Modifier and Type Method Description ApplicationApplicationService. getApplication(String applicationName)Retrieves an application instance for the passed name.ApplicationApplicationServiceImpl. getApplication(String name)ApplicationApplicationService. saveApplication(Application application)Saves application data.ApplicationApplicationServiceImpl. saveApplication(Application application)Methods in org.forgerock.openam.entitlement.service that return types with arguments of type Application Modifier and Type Method Description Set<Application>ApplicationService. getApplications()Returns all the applications in a realm.Set<Application>ApplicationServiceImpl. getApplications()Set<Application>ApplicationService. search(org.forgerock.util.query.QueryFilter<String> queryFilter)Returns the applications that matches the search criteria.Set<Application>ApplicationServiceImpl. search(org.forgerock.util.query.QueryFilter<String> queryFilter)Methods in org.forgerock.openam.entitlement.service with parameters of type Application Modifier and Type Method Description ApplicationApplicationService. saveApplication(Application application)Saves application data.ApplicationApplicationServiceImpl. saveApplication(Application application) -
Uses of Application in org.forgerock.openam.entitlement.utils
Methods in org.forgerock.openam.entitlement.utils that return Application Modifier and Type Method Description static ApplicationEntitlementUtils. createApplication(ApplicationType applicationType, String name, Map<String,Set<String>> data)Constructs anApplicationobject based on the provided information.static ApplicationEntitlementUtils. newApplication(String name, ApplicationType applicationType)Creates an application. -
Uses of Application in org.forgerock.openam.xacml.v3
Methods in org.forgerock.openam.xacml.v3 that return Application Modifier and Type Method Description static ApplicationXACMLApplicationUtils. policyToApplication(Policy policy)Creates an Application instance from the attributes of the Policy instance.Methods in org.forgerock.openam.xacml.v3 that return types with arguments of type Application Modifier and Type Method Description List<PersistableImportStep<Application>>ImportStepGenerator. getImportStepsApplication()Returns the Application Import Steps generated by this instance.Methods in org.forgerock.openam.xacml.v3 with parameters of type Application Modifier and Type Method Description static voidXACMLApplicationUtils. copyAttributes(Application sourceApp, Application destApp)Copies attributes from source application instance to destination instance.
-