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 |
Modifier and Type | Method and Description |
---|---|
protected ApplicationType |
ApplicationImpl.getApplicationType(String name) |
Modifier and Type | Method and Description |
---|---|
ApplicationType |
Application.getApplicationType()
Returns application type.
|
static ApplicationType |
ApplicationTypeManager.getAppplicationType(Subject adminSubject,
String name)
Returns application type.
|
Modifier and Type | Method and Description |
---|---|
Set<ApplicationType> |
EntitlementConfiguration.getApplicationTypes()
Returns a set of registered application type.
|
Modifier and Type | Method and Description |
---|---|
static void |
ApplicationTypeManager.saveApplicationType(Subject adminSubject,
ApplicationType appType)
Stores application type.
|
void |
Application.setApplicationType(ApplicationType applicationType)
Sets the application type of this Application
|
void |
EntitlementConfiguration.storeApplicationType(ApplicationType applicationType)
Stores the application type to data store.
|
Constructor and Description |
---|
Application(String name,
ApplicationType applicationType)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
Set<ApplicationType> |
EntitlementService.getApplicationTypes()
Returns a set of registered application type.
|
Modifier and Type | Method and Description |
---|---|
void |
EntitlementService.storeApplicationType(ApplicationType applicationType)
Stores the application type to data store.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ApplicationTypeImpl.setApplicationTypeAttributes(ApplicationType applType,
Map<String,Set<String>> attributeValues) |
Modifier and Type | Method and Description |
---|---|
ApplicationType |
ApplicationTypeManagerWrapper.getApplicationType(Subject subject,
String name)
Returns the
ApplicationType appropriate to the
requested name, validating that the given user has
authorization to get that ApplicationType. |
Constructor and Description |
---|
ApplicationTypeWrapper(ApplicationType applicationType) |
Modifier and Type | Method and Description |
---|---|
static ApplicationType |
EntitlementUtils.createApplicationType(String name,
Map<String,Set<String>> data)
Constructs an
ApplicationType object based on the provided information. |
Modifier and Type | Method and Description |
---|---|
static Application |
EntitlementUtils.createApplication(ApplicationType applicationType,
String name,
Map<String,Set<String>> data)
Constructs an
Application object based on the provided information. |
static Application |
EntitlementUtils.newApplication(String name,
ApplicationType applicationType)
Creates an application.
|
Modifier and Type | Method and Description |
---|---|
ApplicationType |
XACMLApplicationUtils.ApplicationTypeService.getApplicationType(Subject subject,
String applicationName)
Get the application type already present in the system.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.