- AbstractPredicate - Class in com.centrasite.resourceaccess.utilities.search
-
Used in search filters for searching in the external repository.
- AbstractPredicate() - Constructor for class com.centrasite.resourceaccess.utilities.search.AbstractPredicate
-
- activate() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
The method activates the User.
- Activator - Class in com.centrasite.resourceaccess
-
Activator class for OSGi Bundle.
- Activator() - Constructor for class com.centrasite.resourceaccess.Activator
-
- addAssociation(CentraSiteGroup, CentraSiteGroup) - Method in interface com.centrasite.resourceaccess.managers.GroupManager
-
Associates Unregistered Group with Local Group and thus the unregistered Group becomes Registered Group.
- addAssociation(CentraSiteUser, CentraSiteUser) - Method in interface com.centrasite.resourceaccess.managers.UserManager
-
Associates unregistered user with local user thus the unregistered user becomes registered user.
- addAssociations(Collection<Association>) - Method in interface com.centrasite.resourceaccess.resources.ResourceAccessType
-
Adds the collection of associations to this object's associations list.
- addClassifications(Collection<Classification>) - Method in interface com.centrasite.resourceaccess.resources.ResourceAccessType
-
Adds the classifications to this object's classifications.
- addExternalLinks(Collection<ExternalLink>) - Method in interface com.centrasite.resourceaccess.resources.ResourceAccessType
-
Add the given external links to this object.
- addImpliedByPermission(CentraSitePermission) - Method in interface com.centrasite.resourceaccess.resources.CentraSitePermission
-
This method adds an additional entry to the collection of permissions which imply this permission.
- addImpliedPermission(CentraSitePermission) - Method in interface com.centrasite.resourceaccess.resources.CentraSitePermission
-
The method adds an additional entry to the collection of permissions implied by this permission.
- addImpliesPermission(CentraSitePermission) - Method in interface com.centrasite.resourceaccess.resources.CentraSitePermission
-
The method adds an additional entry to the collection of permissions which this permission implies.
- addOrganization(Organization) - Method in interface com.centrasite.resourceaccess.resources.CentraSiteGroup
-
Add organization to this group's related organizations.
- addOrganization(Organization) - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
Add an organization to this user's organizations.
- addPermissions(Collection<CentraSitePermission>) - Method in interface com.centrasite.resourceaccess.resources.CentraSiteRole
-
Add specified permissions to this role.
- addPredicate(AbstractPredicate) - Method in interface com.centrasite.resourceaccess.utilities.search.SearchFilter
-
Used to define searches over supported external repository properties.
- addRoles(Collection<CentraSiteRole>) - Method in interface com.centrasite.resourceaccess.resources.CentraSiteGroup
-
Add specified roles to this group.
- addRoles(Collection<CentraSiteRole>) - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
Add specified roles to this user.
- addSlots(Collection<Slot>) - Method in interface com.centrasite.resourceaccess.resources.ResourceAccessType
-
Add the given collection of slots to this object.
- addUsers(Collection<CentraSiteUser>) - Method in interface com.centrasite.resourceaccess.resources.CentraSiteGroup
-
Adds specified users to this group.
- adjustImported() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteGroup
-
Adjust this group after import.
- adjustImported() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
Adjust the user object during import.
- getAllPermissionsAsCollection() - Static method in class com.centrasite.resourceaccess.ResourceAccessConstants
-
This method will return all the pre-loaded UUIDs for permissions, groups and roles as a collection.
- getAssociations() - Method in interface com.centrasite.resourceaccess.resources.ResourceAccessType
-
Gets the associations of this object.
- getAuthenticatedSubject() - Method in interface com.centrasite.resourceaccess.managers.ResourceAccessManager
-
Get the authenticated subject (populated with principals).
- getClassifications() - Method in interface com.centrasite.resourceaccess.resources.ResourceAccessType
-
Get the classifications for this object.
- getConnection() - Method in interface com.centrasite.resourceaccess.managers.ResourceAccessManager
-
Get instance of JAXR Connection.
- getCurrentUser() - Method in interface com.centrasite.resourceaccess.managers.ResourceAccessManager
-
Get the currently logged-in user instance.
- getDescription() - Method in interface com.centrasite.resourceaccess.resources.ResourceAccessType
-
Get the description of this object.
- getDisplayName() - Method in interface com.centrasite.resourceaccess.resources.ResourceAccessType
-
Get the display name of this object.
- getEmailAddresses() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
Get user's email addresses.
- getExternalGroupMembers() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteGroup
-
This method is used to get the users from the unsaved external group for displaying in the UI for Import Group Members functionality.
- getExternalLinks() - Method in interface com.centrasite.resourceaccess.resources.ResourceAccessType
-
Get the external links for this object.
- getExternalProperties() - Method in interface com.centrasite.resourceaccess.resources.ResourceAccessType
-
Provides read-only access to external repository properties.
- getExternalRepositoryManager() - Method in interface com.centrasite.resourceaccess.managers.ResourceAccessManager
-
- getGroup(String) - Method in interface com.centrasite.resourceaccess.managers.GroupManager
-
Get a group by its id.
- getGroup(RegistryObject) - Method in interface com.centrasite.resourceaccess.managers.GroupManager
-
Utility method to obtain
CentraSiteGroup
instance of
RegistryObject
of type "Group".
- getGroupManager() - Method in interface com.centrasite.resourceaccess.managers.ResourceAccessManager
-
- getGroupPropertyMappings() - Method in interface com.centrasite.resourceaccess.managers.ExternalRepositoryManager
-
Get property mapping for current group.
- getGroups(String) - Method in interface com.centrasite.resourceaccess.managers.GroupManager
-
Get the groups using the specified search filter.
- getGroups(CentraSiteUser) - Method in interface com.centrasite.resourceaccess.managers.GroupManager
-
Get the groups that the specified user is a member of.
- getGroups(Organization) - Method in interface com.centrasite.resourceaccess.managers.GroupManager
-
Get the groups that are related to the specified organization.
- getGroups(CentraSiteUser, CentraSitePermission) - Method in interface com.centrasite.resourceaccess.managers.GroupManager
-
Get the groups that the specified user has the specified permission for.
- getGroupsEx(String) - Method in interface com.centrasite.resourceaccess.managers.GroupManager
-
Get the groups using the specified search filter.
- getGroupsEx(CentraSiteUser) - Method in interface com.centrasite.resourceaccess.managers.GroupManager
-
Get the groups that the specified user is a member of.
- getGroupsEx(Organization) - Method in interface com.centrasite.resourceaccess.managers.GroupManager
-
Get the groups that are related to the specified organization.
- getId() - Method in interface com.centrasite.resourceaccess.resources.ResourceAccessType
-
Internally used to retrieve the UUID of the object.
- getImpliedPermissions() - Method in interface com.centrasite.resourceaccess.resources.CentraSitePermission
-
Returns a collection of all permissions directly or indirectly implied by this permission.
- getImporter() - Method in interface com.centrasite.resourceaccess.managers.ResourceAccessManager
-
- getJAASConfiguration(String, String[]) - Static method in class com.centrasite.resourceaccess.factory.ResourceAccessManagerFactory
-
- getJAASConfiguration(String, String[], String, String) - Static method in class com.centrasite.resourceaccess.factory.ResourceAccessManagerFactory
-
- getLogicalOperation() - Method in interface com.centrasite.resourceaccess.utilities.search.SearchFilter
-
Get the currently effective logical operation to be used between the defined complex predicates.
- getName() - Method in class com.centrasite.resourceaccess.utilities.search.PropertyPredicate
-
Get the predicate name.
- getOrganization() - Method in interface com.centrasite.resourceaccess.resources.CentraSitePermission
-
Get the organization that this permission is applicable to.
- getOrganization() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteRole
-
Gets the organization this role is related to.
- getOrganizations(CentraSiteUser, CentraSitePermission) - Method in interface com.centrasite.resourceaccess.managers.UserManager
-
Get the organizations that the specified user has the specified permission for.
- getOrganizations(CentraSiteUser) - Method in interface com.centrasite.resourceaccess.managers.UserManager
-
Get the organizations that the specified user is a member of.
- getOrganizations() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteGroup
-
Get all organizations this group is related to.
- getOrganizations() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
Get all organizations this user belongs to.
- getPermission(String) - Method in interface com.centrasite.resourceaccess.managers.PermissionManager
-
Get the permission corresponding to the specified permission identity.
- getPermission(String, Organization) - Method in interface com.centrasite.resourceaccess.managers.PermissionManager
-
Get the permission corresponding to the specified permission identity applicable to the specified organization.
- getPermission(RegistryObject) - Method in interface com.centrasite.resourceaccess.managers.PermissionManager
-
- getPermissionManager() - Method in interface com.centrasite.resourceaccess.managers.ResourceAccessManager
-
- getPermissions(String) - Method in interface com.centrasite.resourceaccess.managers.PermissionManager
-
Get the permissions using the specified search filter.
- getPermissions(Organization) - Method in interface com.centrasite.resourceaccess.managers.PermissionManager
-
Get all the permissions for a given Organization.
- getPermissions() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteRole
-
Get the permissions applicable to this role.
- getPermissions() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
Returns the permissions that are applicable to this user.
- getPermissionsEx(String) - Method in interface com.centrasite.resourceaccess.managers.PermissionManager
-
Get the permissions using the specified search filter.
- getPermissionsEx(Organization) - Method in interface com.centrasite.resourceaccess.managers.PermissionManager
-
Get all the permissions for a given Organization.
- getPersonName() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
Gets the user's PersonName
object.
- getPostalAddresses() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
Get the user's postal addresses.
- getPrimaryContact(Organization) - Method in interface com.centrasite.resourceaccess.managers.UserManager
-
Get the primary contact of the given organization.
- getProperties() - Method in interface com.centrasite.resourceaccess.resources.ResourceAccessType
-
- getRegisteredUsers() - Method in interface com.centrasite.resourceaccess.managers.UserManager
-
Get all users registered in CentraSite.
- getRegisteredUsers(String) - Method in interface com.centrasite.resourceaccess.managers.UserManager
-
Using a filter to get the registered users in CentraSite.
- getRegisteredUsersEx() - Method in interface com.centrasite.resourceaccess.managers.UserManager
-
Get all users registered in CentraSite.
- getRegisteredUsersEx(String) - Method in interface com.centrasite.resourceaccess.managers.UserManager
-
Using a filter to get the registered users in CentraSite.
- getRegistryObject() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
Returns the underlying JAXR User
object.
- getRelationalOperation() - Method in class com.centrasite.resourceaccess.utilities.search.PropertyPredicate
-
- getRepositoryType() - Method in interface com.centrasite.resourceaccess.managers.ResourceAccessManager
-
Returns type of the external repository being currently used.
- getRole(String) - Method in interface com.centrasite.resourceaccess.managers.RoleManager
-
Get role by Id.
- getRole(RegistryObject) - Method in interface com.centrasite.resourceaccess.managers.RoleManager
-
Utility method to obtain
CentraSiteRole
instance of
RegistryObject
of type "Role".
- getRoleManager() - Method in interface com.centrasite.resourceaccess.managers.ResourceAccessManager
-
- getRoles(String) - Method in interface com.centrasite.resourceaccess.managers.RoleManager
-
Get the roles using the specified search filter.
- getRoles(Organization) - Method in interface com.centrasite.resourceaccess.managers.RoleManager
-
Get the roles related to the specified organization.
- getRoles() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteGroup
-
Returns all the roles assigned to this group.
- getRoles() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
Returns all the roles directly assigned to this user as well as all roles assigned through group membership.
- getRoles(CentraSitePermission) - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
Returns all roles that this user has the specified permission for.
- getRolesEx(String) - Method in interface com.centrasite.resourceaccess.managers.RoleManager
-
Get the roles using the specified search filter.
- getRolesEx(Organization) - Method in interface com.centrasite.resourceaccess.managers.RoleManager
-
Get the roles related to the specified organization.
- getSlots() - Method in interface com.centrasite.resourceaccess.resources.ResourceAccessType
-
Get the slots for this object.
- getSslProperties() - Method in class com.centrasite.resourceaccess.factory.SslProperties
-
Returns the underlying SSL properties.
- getStringValue() - Method in enum com.centrasite.resourceaccess.utilities.search.SearchFilter.LogicalOperation
-
Obtains the string value for the enum.
- getSupportedExternalGroupProperties() - Method in interface com.centrasite.resourceaccess.managers.ExternalRepositoryManager
-
Get Group properties supported by the currently effective external user repository.
- getSupportedExternalUserProperties() - Method in interface com.centrasite.resourceaccess.managers.ExternalRepositoryManager
-
Get User properties supported by the currently effective external user repository.
- getSystemLevelPermission() - Method in interface com.centrasite.resourceaccess.resources.CentraSitePermission
-
Get the system level permission corresponding to this non-system level permission.
- getTelephoneNumbers(String) - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
Get the user's telephone numbers.
- getTokenManagerExternal() - Method in interface com.centrasite.resourceaccess.managers.ResourceAccessManager
-
Get the ITokenManager of the first SagUserPrincipal instance.
- getUnregisteredGroups(String) - Method in interface com.centrasite.resourceaccess.managers.GroupManager
-
Get unregistered groups using the specified filter.
- getUnregisteredUsers(String) - Method in interface com.centrasite.resourceaccess.managers.UserManager
-
Get the external users that are not known to CentraSite using the specified search filter.
- getUser(User) - Method in interface com.centrasite.resourceaccess.managers.UserManager
-
- getUserAssets(Collection<String>) - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
Gets the top-level assets owned by the given user.
- getUserManager() - Method in interface com.centrasite.resourceaccess.managers.ResourceAccessManager
-
- getUserPropertyMappings() - Method in interface com.centrasite.resourceaccess.managers.ExternalRepositoryManager
-
Get the property mapping for the current user.
- getUsers(String) - Method in interface com.centrasite.resourceaccess.managers.UserManager
-
Get the users using the specified search filter.
- getUsers(Organization) - Method in interface com.centrasite.resourceaccess.managers.UserManager
-
Get the users that are members of the specified organization.
- getUsers() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteGroup
-
Get all users of this Group.
- getUsersEx(String) - Method in interface com.centrasite.resourceaccess.managers.UserManager
-
Get the users using the specified search filter.
- getUsersEx(Organization) - Method in interface com.centrasite.resourceaccess.managers.UserManager
-
Get the users that are members of the specified organization.
- getValue() - Method in class com.centrasite.resourceaccess.utilities.search.PropertyPredicate
-
Get the predicate value.
- getWorkingOrganization() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
Get the current working Organization of this user.
- GROUP_DEFAULT_ORG_MEMBERS - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- GROUP_DEFAULT_ORG_USERS - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- GROUP_MEMBERS_DESC - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- GROUP_MEMBERS_NAME - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- GROUP_SYSTEM_EVERYONE - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- GROUP_USER_ASSOC_EXPORT - Static variable in interface com.centrasite.resourceaccess.resources.CentraSiteGroup
-
The association type to be established from a group object to a user during export (e.g. group --> user)
- GROUP_USERS_DESC - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- GROUP_USERS_NAME - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- GroupManager - Interface in com.centrasite.resourceaccess.managers
-
Interface for managing groups.
- implies(CentraSitePermission) - Method in interface com.centrasite.resourceaccess.resources.CentraSitePermission
-
Checks if specified permission is implied directly or indirectly by this permission.
- Importer - Interface in com.centrasite.resourceaccess.importer
-
Used for re-creating security layer data (during import of organization/user archive into CentraSite) on the basis of registry objects used for Resource Access assets representation.
- importGroupUserRelationships(Collection<RegistryObject>, Collection<RegistryObject>) - Method in interface com.centrasite.resourceaccess.importer.Importer
-
This method is used to establish Group-User relationships during import operation.
- importGRUPRelationships(Collection<RegistryObject>, Collection<RegistryObject>, Collection<RegistryObject>, Collection<RegistryObject>) - Method in interface com.centrasite.resourceaccess.importer.Importer
-
This method is used to establish Role-Permission, Group-Role, User-Role and Group-User relationships during import operation of an organization.
- isActive() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
Check if the User is active or not.
- isCentraSiteAdministrator() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
Check if the user is the CentraSite Administrator.
- isGuestUser() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
- isInternal() - Method in interface com.centrasite.resourceaccess.resources.CentraSitePermission
-
Checks if this permission is internal.
- isOrganizationAdministrator() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteRole
-
Check whether this role is the Organization Administrator Role.
- isPrimaryContact(Organization) - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
Check if the user is a primary contact for the given organization.
- isRegistered() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteGroup
-
Check if this group is associated with External Group.
- isRegistered() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
Checks whether this user registered with CentraSite or not.
- isSystemDefined() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteGroup
-
Check whether this Group is system defined i.e. immutable.
- isSystemDefined() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteRole
-
Check whether this Role is system defined i.e. immutable.
- isSystemLevel() - Method in interface com.centrasite.resourceaccess.resources.CentraSitePermission
-
Check if this is a system level permission.
- isSystemLevel() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteRole
-
Check if this is a system level role.
- isUserDefined() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteGroup
-
Check whether this Group is user defined i.e. mutable.
- isUserDefined() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteRole
-
Check whether this Role is user defined i.e. mutable.
- register() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteGroup
-
Associate this group with an external group.
- register() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
Register this external repository user with CentraSite.
- removeAssociations(Collection<Association>) - Method in interface com.centrasite.resourceaccess.resources.ResourceAccessType
-
Remove the given associations from the object's associations list.
- removeClassifications(Collection<Classification>) - Method in interface com.centrasite.resourceaccess.resources.ResourceAccessType
-
Remove the given classifications from this object's classification list.
- removeExternalLinks(Collection<ExternalLink>) - Method in interface com.centrasite.resourceaccess.resources.ResourceAccessType
-
Remove the given external links from this object.
- removeOrganization(Organization) - Method in interface com.centrasite.resourceaccess.resources.CentraSiteGroup
-
Remove single organization from this group's related organizations.
- removeOrganization(Organization) - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
Remove single organization from this user's organizations.
- removePermissions(Collection<CentraSitePermission>) - Method in interface com.centrasite.resourceaccess.resources.CentraSiteRole
-
Remove specified permissions from this role.
- removeProperties(Properties) - Method in interface com.centrasite.resourceaccess.resources.ResourceAccessType
-
- removeRoles(Collection<CentraSiteRole>) - Method in interface com.centrasite.resourceaccess.resources.CentraSiteGroup
-
Remove specified roles from this group.
- removeRoles(Collection<CentraSiteRole>) - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
Remove specified roles from this user.
- removeSlots(Collection<String>) - Method in interface com.centrasite.resourceaccess.resources.ResourceAccessType
-
Remove the given set of slots from this object's slot collection.
- removeUsers(Collection<CentraSiteUser>) - Method in interface com.centrasite.resourceaccess.resources.CentraSiteGroup
-
Removes specified users from this group.
- ResourceAccessConstants - Class in com.centrasite.resourceaccess
-
This constants file contains the uuid's of pre-loaded permissions, groups, and roles.
- ResourceAccessConstants() - Constructor for class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ResourceAccessManager - Interface in com.centrasite.resourceaccess.managers
-
Manager class performing various functions.
- ResourceAccessManagerFactory - Class in com.centrasite.resourceaccess.factory
-
- ResourceAccessType - Interface in com.centrasite.resourceaccess.resources
-
Defines some basic methods to operate on the underlying CentraSiteRegistryObject.
- ResourceManager - Interface in com.centrasite.resourceaccess.managers
-
Base interface for managing security resources like users, groups, etc..
- REST_ERM_GET_GROUP_PROPERTIES - Static variable in class com.centrasite.resourceaccess.RestConstants
-
- REST_ERM_GET_GROUP_PROPERTY_MAPPINGS - Static variable in class com.centrasite.resourceaccess.RestConstants
-
- REST_ERM_GET_USER_PROPERTIES - Static variable in class com.centrasite.resourceaccess.RestConstants
-
- REST_ERM_GET_USER_PROPERTY_MAPPINGS - Static variable in class com.centrasite.resourceaccess.RestConstants
-
- REST_JAXR_GET_QUALIFIED_USERID - Static variable in class com.centrasite.resourceaccess.RestConstants
-
- REST_URM_BASE - Static variable in class com.centrasite.resourceaccess.RestConstants
-
- REST_URM_EMPTY_FILTER - Static variable in class com.centrasite.resourceaccess.RestConstants
-
- REST_URM_GET_ALL_GROUPS - Static variable in class com.centrasite.resourceaccess.RestConstants
-
- REST_URM_GET_ALL_USERS - Static variable in class com.centrasite.resourceaccess.RestConstants
-
- REST_URM_GET_GROUP_PRINCIPAL - Static variable in class com.centrasite.resourceaccess.RestConstants
-
- REST_URM_GET_GROUPS_OF_USER - Static variable in class com.centrasite.resourceaccess.RestConstants
-
- REST_URM_GET_PRINCIPALS_OF_GROUP - Static variable in class com.centrasite.resourceaccess.RestConstants
-
- REST_URM_GET_REPOSITORY_TYPE - Static variable in class com.centrasite.resourceaccess.RestConstants
-
- REST_URM_GET_USER_PRINCIPAL - Static variable in class com.centrasite.resourceaccess.RestConstants
-
- REST_URM_GET_USERS_OF_GROUP - Static variable in class com.centrasite.resourceaccess.RestConstants
-
- REST_URM_IS_GROUP - Static variable in class com.centrasite.resourceaccess.RestConstants
-
- REST_URM_IS_USER - Static variable in class com.centrasite.resourceaccess.RestConstants
-
- REST_URM_NULL_FILTER - Static variable in class com.centrasite.resourceaccess.RestConstants
-
- RestConstants - Class in com.centrasite.resourceaccess
-
This class file contains string constants (for the path) used by the Resource Access REST service running in the
CentraSite Server.
- RestConstants() - Constructor for class com.centrasite.resourceaccess.RestConstants
-
- ROLE_ORG_API_GATEWAY_ADMINISTRATOR - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_API_GATEWAY_PUBLISHER - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_API_PORTAL_ADMINISTRATOR - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_API_PORTAL_PUBLISHER - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_API_RUNTIME_PROVIDER - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_ASSET_ADMINISTRATOR - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_ASSET_ADMINISTRATOR_DESC - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_ASSET_ADMINISTRATOR_NAME - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_ASSET_CONSUMER - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_ASSET_CONSUMER_DESC - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_ASSET_CONSUMER_NAME - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_ASSET_PROVIDER - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_ASSET_PROVIDER_DESC - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_ASSET_PROVIDER_NAME - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_DOCUMENT_ADMINISTRATOR - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_DOCUMENT_ADMINISTRATOR_DESC - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_DOCUMENT_ADMINISTRATOR_NAME - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_LCM_ADMINISTRATOR - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_LCM_ADMINISTRATOR_DESC - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_LCM_ADMINISTRATOR_NAME - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_MEDIATOR_ADMINISTRATOR - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_MEDIATOR_PUBLISHER - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_ORGANIZATION_ADMINISTRATOR - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_ORGANIZATION_ADMINISTRATOR_DESC - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_ORGANIZATION_ADMINISTRATOR_NAME - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_POLICY_ADMINISTRATOR - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_POLICY_ADMINISTRATOR_DESC - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_POLICY_ADMINISTRATOR_NAME - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_REPORT_ADMINISTRATOR - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_REPORT_ADMINISTRATOR_DESC - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_ORG_REPORT_ADMINISTRATOR_NAME - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_REF_ASSOC_EXPORT - Static variable in interface com.centrasite.resourceaccess.managers.RoleManager
-
The association established from an object to the role during export (e.g. group --> role)
- ROLE_SYSTEM_ASSET_TYPE_ADMINISTRATOR - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_SYSTEM_CENTRASITE_ADMINISTRATOR - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_SYSTEM_GUEST - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_SYSTEM_OPERATIONS_ADMINISTRATOR - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- ROLE_SYSTEM_POLICY_ADMINISTRATOR - Static variable in class com.centrasite.resourceaccess.ResourceAccessConstants
-
- RoleManager - Interface in com.centrasite.resourceaccess.managers
-
Interface for managing roles.
- save(Collection<? extends ResourceAccessType>) - Method in interface com.centrasite.resourceaccess.managers.ResourceManager
-
Saves multiple objects in one transaction.
- save() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteGroup
-
Persist the group.
- save() - Method in interface com.centrasite.resourceaccess.resources.CentraSitePermission
-
Persist the permission.
- save() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteRole
-
Persist the role.
- save() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
Persist the user.
- SearchFilter - Interface in com.centrasite.resourceaccess.utilities.search
-
To be used for querying external repositories e.g.
- SearchFilter.LogicalOperation - Enum in com.centrasite.resourceaccess.utilities.search
-
Supported logical operations between predicates.
- setCustomPredicate(String) - Method in interface com.centrasite.resourceaccess.utilities.search.SearchFilter
-
Used to define custom unstructured searches e.g.
- setDescription(InternationalString) - Method in interface com.centrasite.resourceaccess.resources.ResourceAccessType
-
Set the description of this object.
- setDisplayName(InternationalString) - Method in interface com.centrasite.resourceaccess.resources.ResourceAccessType
-
Set the display name of this object.
- setEmailAddresses(Collection<EmailAddress>) - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
Set user's email addresses.
- setImpliedByPermissions(Collection<CentraSitePermission>) - Method in interface com.centrasite.resourceaccess.resources.CentraSitePermission
-
Replaces all previous permissions which imply this permission with the specified permission set.
- setImpliedPermissions(Collection<CentraSitePermission>) - Method in interface com.centrasite.resourceaccess.resources.CentraSitePermission
-
Replaces all previously implied permissions from this permission with the specified permission set.
- setImpliesPermissions(Collection<CentraSitePermission>) - Method in interface com.centrasite.resourceaccess.resources.CentraSitePermission
-
Replaces all permissions which this permission implies with the specified permissions.
- setLogicalOperation(SearchFilter.LogicalOperation) - Method in interface com.centrasite.resourceaccess.utilities.search.SearchFilter
-
Set the logical operation to be used between the defined complex predicates.
- setName(String) - Method in class com.centrasite.resourceaccess.utilities.search.PropertyPredicate
-
Set the predicate name.
- setOrganization(Organization) - Method in interface com.centrasite.resourceaccess.resources.CentraSitePermission
-
Set the organization that this permission is applicable to.
- setOrganization(Organization) - Method in interface com.centrasite.resourceaccess.resources.CentraSiteRole
-
Sets the organization this role is related to.
- setOrganizationAdministrator(boolean) - Method in interface com.centrasite.resourceaccess.resources.CentraSiteRole
-
Set whether this Role is Organization Administrator Role.
- setPersonName(PersonName) - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
Set the user's person name.
- setPostalAddresses(Collection<PostalAddress>) - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
Set the user's postal addresses.
- setPrimaryContact(CentraSiteUser, Organization) - Method in interface com.centrasite.resourceaccess.managers.UserManager
-
Set the given user as primary contact for the given organization.
- setProperties(Properties) - Method in interface com.centrasite.resourceaccess.resources.ResourceAccessType
-
- setRelationalOperation(PropertyPredicate.RelationalOperation) - Method in class com.centrasite.resourceaccess.utilities.search.PropertyPredicate
-
- setSystemDefined(boolean) - Method in interface com.centrasite.resourceaccess.resources.CentraSiteGroup
-
Set whether the Group is system defined and immutable or not.
- setSystemDefined(boolean) - Method in interface com.centrasite.resourceaccess.resources.CentraSiteRole
-
Set whether the Role is system defined and immutable or not.
- setSystemLevelPermission(CentraSitePermission) - Method in interface com.centrasite.resourceaccess.resources.CentraSitePermission
-
Sets the system level permission for this organization level permission variant.
- setTelephoneNumbers(Collection<TelephoneNumber>) - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
Set user's telephone numbers.
- setToRemoveGroupUsers(boolean) - Method in interface com.centrasite.resourceaccess.importer.Importer
-
Set to indicate if users of a group should be removed during group import.
- setUserDefined(boolean) - Method in interface com.centrasite.resourceaccess.resources.CentraSiteGroup
-
Set whether the Group is user defined and mutable or not.
- setUserDefined(boolean) - Method in interface com.centrasite.resourceaccess.resources.CentraSiteRole
-
Set whether the Role is user defined and mutable or not.
- setValue(String) - Method in class com.centrasite.resourceaccess.utilities.search.PropertyPredicate
-
The value to set for the predicate.
- setWorkingOrganization(Organization) - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
Set the current working organization of this user.
- SslProperties - Class in com.centrasite.resourceaccess.factory
-
A bean class that holds a Properties
instance of SSL specific properties.
- SslProperties(Properties) - Constructor for class com.centrasite.resourceaccess.factory.SslProperties
-
Constructs an
SslProperties
instance from the given set of properties.
- start(BundleContext) - Method in class com.centrasite.resourceaccess.Activator
-
- stop(BundleContext) - Method in class com.centrasite.resourceaccess.Activator
-
- synchronizeProperties() - Method in interface com.centrasite.resourceaccess.resources.ResourceAccessType
-
Synchronize external repository properties with the respective Registry Object properties, using a predefined
mapping between them.
- synchronizePropertiesAndSave() - Method in interface com.centrasite.resourceaccess.resources.CentraSiteUser
-
Synchronize external repository properties with the respective User registry Object properties, using a predefined
mapping between them.
- SYSTEM_JAAS_CONTEXT_PROPERTY - Static variable in interface com.centrasite.resourceaccess.managers.ResourceAccessManager
-
System property to override the default JAAS context property (CentraSite).