Uses of Class
com.sun.identity.entitlement.ApplicationType
-
Packages that use ApplicationType Package Description com.sun.identity.cli.entitlement com.sun.identity.entitlement Defines classes and interfaces to work with entitlements.com.sun.identity.entitlement.opensso org.forgerock.openam.cli.entitlement org.forgerock.openam.entitlement.rest.wrappers org.forgerock.openam.entitlement.utils This package contains utility classes for entitlements.org.forgerock.openam.xacml.v3 -
-
Uses of ApplicationType in com.sun.identity.cli.entitlement
Methods in com.sun.identity.cli.entitlement that return ApplicationType Modifier and Type Method Description protected ApplicationTypeApplicationImpl. getApplicationType(String name) -
Uses of ApplicationType in com.sun.identity.entitlement
Methods in com.sun.identity.entitlement that return ApplicationType Modifier and Type Method Description ApplicationTypeApplication. getApplicationType()Returns application type.static ApplicationTypeApplicationTypeManager. getAppplicationType(Subject adminSubject, String name)Returns application type.Methods in com.sun.identity.entitlement that return types with arguments of type ApplicationType Modifier and Type Method Description Set<ApplicationType>EntitlementConfiguration. getApplicationTypes()Returns a set of registered application type.Methods in com.sun.identity.entitlement with parameters of type ApplicationType Modifier and Type Method Description static voidApplicationTypeManager. saveApplicationType(Subject adminSubject, ApplicationType appType)Stores application type.voidApplication. setApplicationType(ApplicationType applicationType)Sets the application type of this ApplicationvoidEntitlementConfiguration. storeApplicationType(ApplicationType applicationType)Stores the application type to data store.Constructors in com.sun.identity.entitlement with parameters of type ApplicationType Constructor Description Application(String name, ApplicationType applicationType)Constructs an instance. -
Uses of ApplicationType in com.sun.identity.entitlement.opensso
Methods in com.sun.identity.entitlement.opensso that return types with arguments of type ApplicationType Modifier and Type Method Description Set<ApplicationType>EntitlementService. getApplicationTypes()Returns a set of registered application type.Methods in com.sun.identity.entitlement.opensso with parameters of type ApplicationType Modifier and Type Method Description voidEntitlementService. storeApplicationType(ApplicationType applicationType)Stores the application type to data store. -
Uses of ApplicationType in org.forgerock.openam.cli.entitlement
Methods in org.forgerock.openam.cli.entitlement with parameters of type ApplicationType Modifier and Type Method Description protected voidApplicationTypeImpl. setApplicationTypeAttributes(ApplicationType applType, Map<String,Set<String>> attributeValues) -
Uses of ApplicationType in org.forgerock.openam.entitlement.rest.wrappers
Methods in org.forgerock.openam.entitlement.rest.wrappers that return ApplicationType Modifier and Type Method Description ApplicationTypeApplicationTypeManagerWrapper. getApplicationType(Subject subject, String name)Returns theApplicationTypeappropriate to the requested name, validating that the given user has authorization to get that ApplicationType.Constructors in org.forgerock.openam.entitlement.rest.wrappers with parameters of type ApplicationType Constructor Description ApplicationTypeWrapper(ApplicationType applicationType) -
Uses of ApplicationType in org.forgerock.openam.entitlement.utils
Methods in org.forgerock.openam.entitlement.utils that return ApplicationType Modifier and Type Method Description static ApplicationTypeEntitlementUtils. createApplicationType(String name, Map<String,Set<String>> data)Constructs anApplicationTypeobject based on the provided information.Methods in org.forgerock.openam.entitlement.utils with parameters of type ApplicationType 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 ApplicationType in org.forgerock.openam.xacml.v3
Methods in org.forgerock.openam.xacml.v3 that return ApplicationType Modifier and Type Method Description ApplicationTypeXACMLApplicationUtils.ApplicationTypeService. getApplicationType(Subject subject, String applicationName)Get the application type already present in the system.
-