Package oracle.tip.pc.services.identity
Interface BPMAuthorizationService
- All Superinterfaces:
Service
- All Known Subinterfaces:
BPMIdentityService
BPMAuthorizationService
defines BPEL Process Manager Authorization Service
An instance can be obtained from the ServiceFactory. For example:
BPMAuthenticationService service = ServiceFactory.getAuthorizationServiceInstance();
BPMAuthenticationService service = ServiceFactory.getAuthorizationServiceInstance("myRealm");
This method will fetch the service instance as configured in the identity service configuration.-
Method Summary
Modifier and TypeMethodDescriptionGets all Permissions associated with all the applicationsgetAllPermissions
(String appName) Gets all the Permissions associated with the given applicationGets all application roles for all applicationgetAppRoles
(String appName) Gets all application roles for given application ID.Gets Configuration object associated with this service.Gets all the position the given user is granted in the system.getGrantedRolesToAppRole
(String roleName, String appName, boolean direct) Gets granted roles for the given application rolegetGrantedRolesToGroup
(String groupName, boolean direct) Gets granted roles for the given group.getGrantedRolesToRole
(String roleName, boolean direct) Deprecated.since release 11.getGrantedRolesToUser
(String userName, boolean direct) Gets a set of all granted roles for the given usergetGrantedRolesToUser
(String userName, String appName, boolean direct) Gets a set of all granted roles for the given user for a given applicationgetGrantees
(String name, boolean direct) Deprecated.since release 11.getGranteesToAppRole
(String roleName, String appName, boolean direct) Gets all grantees for given application rolegetGranteesToGroup
(String roleName, boolean direct) Gets all grantees for given groupgetGranteesToPosition
(String positionId) Gets users that are granted a given position in the system.getGroupAttribute
(String groupName, String attrName) GetsBPMGroup
's attribute value given the attribute nameDeprecated.since release 11.getLocaleSpecificGroupNames
(List<String> groupNames, Locale locale) gets locale specific groupNamesgetLocaleSpecificUserNames
(List<String> userNames, Locale locale) gets locale specific userNamesgetLocalizedGroupNames
(List<String> groupsNames, List<Locale> locales) Gets map of localized user's display name for given local listgetLocalizedUserNames
(List<String> usersNames, List<Locale> locales) Gets map of localized user's display name for given local listgetManagedRolesByRole
(String roleName, boolean direct) Gets managed roles by the given rolegetManagedRolesByUser
(String userName, boolean direct) Gets managed roles by the given usergetManagementChain
(String userName, String upToUser, String upToTitle, int level) Gets Management Chain for given user in realm.getManager
(String userName) Gets manager name for given user namegetOwnedRolesByRole
(String roleName, boolean direct) Gets set of roles owned by given group.getOwnedRolesByUser
(String userName, boolean direct) Gets set of roles owned by given usergetParticipants
(String groupName, boolean direct) Deprecated.since release 11.getParticipantsToAppRole
(String roleName, String appName, boolean direct) Gets participants(Users), grantees to application rolegetParticipantsToGroup
(String groupName, boolean direct) Gets participants (Users), grantees to groupgetPermissions
(String userName) Gets Permissions associated with the usergetPermissions
(String userName, String appName) Gets Permissions associated with the user for a given applicationgetPermissionsForAppRole
(String appRole, String appName) Gets Permissions associated with the appRole for a given applicationgetPositionDisplayNames
(List<String> positions, String language, String country) Gets the display name of the positions based on country and language.Gets provider assocaited with this service instanceGets realm name assocaited with this service.getReportees
(String managerName, int maxReporteeLevel) Gets reportees for the user up to given level in the hierarchical structuregetRoleManagers
(String roleName, boolean direct) Gets managers of the given rolegetRoleOwners
(String roleName, boolean direct) Gets owners of the given rolegetRoles
(RoleClassifier classifier) Deprecated.since release 11.Gets list of all the searchableBPMUser
attributesgetSearchFilterInstance
(Class classifier, String attrName, String operator, String attrPattrnValue) Factory method for Search FiltergetSearchFilterInstance
(Class classifier, Element filterElement) Factory method for Search FiltergetUserAttribute
(String userName, String attrName) GetsBPMUser
's attribute value given the attribute namegetUsers()
Deprecated.since release 11.boolean
hasPermission
(String userName, Permission perm, String appName) Checks whether the user has a specified permissionboolean
hasPermissionForAppRole
(String appRole, Permission perm, String appName) Checks whether the appRole has a specified permissionlookupAppRole
(String appRoleName, String appID) Looks upBPMAppRole
by namelookupGroup
(String groupName) Looks upBPMGroup
by group namelookupRole
(String groupName) Deprecated.since release 11.lookupUser
(String userName) Looks upBPMUser
by name in the system.searchAppRoles
(String namePattern, String appName) Searches Application roles for the given app id and namePatternsearchGroups
(String attrName, String attrValue) SearchesBPMGroup
objects by an attribute's name-value pairsearchGroups
(SearchFilter searchFilter) Searches groups by criterias defined in searchFiltersearchUsers
(String attrName, String attrValue) SearchesBPMUser
objects by an attribute's name-value pairsearchUsers
(SearchFilter searchFilter) Searches users by the criteria defined in the search filterwhoAmI
(javax.servlet.http.HttpServletRequest request) Who am I
-
Method Details
-
getUserAttribute
Attribute getUserAttribute(String userName, String attrName) throws BPMIdentityException, BPMIdentityNotFoundException GetsBPMUser
's attribute value given the attribute name- Parameters:
userName
- The name of the user.attrName
- The name of the attribute.- Returns:
- A
Attribute</> instance.
- Throws:
BPMIdentityNotFoundException
- If the user is not found.BPMIdentityException
- If an exception condition occurs.
-
getGroupAttribute
Attribute getGroupAttribute(String groupName, String attrName) throws BPMIdentityException, BPMIdentityNotFoundException GetsBPMGroup
's attribute value given the attribute name- Parameters:
groupName
- The name of the group.attrName
- The name of the attribute.- Returns:
- A
Attribute</> instance.
- Throws:
BPMIdentityNotFoundException
- If the group is not found.BPMIdentityException
- If an exception condition occurs.
-
lookupUser
Looks upBPMUser
by name in the system.- Parameters:
userName
- The name of the user.- Returns:
- A
BPMUser</> instance.
- Throws:
BPMIdentityNotFoundException
- If the user is not found.BPMIdentityException
- If an exception condition occurs.
-
searchUsers
List searchUsers(String attrName, String attrValue) throws BPMIdentityException, BPMUnsupportedAttributeException SearchesBPMUser
objects by an attribute's name-value pair- Parameters:
attrName
- The attribute name to be used in the search.attrValue
- The attribute value to be used in the search.- Returns:
- A List of
BPMUser
objects - Throws:
BPMUnsupportedAttributeException
- If the attribute is not supported by the implementation of BPMUser.BPMIdentityException
- If an exception condition occurs.
-
searchUsers
List searchUsers(SearchFilter searchFilter) throws BPMIdentityException, BPMUnsupportedAttributeException Searches users by the criteria defined in the search filter- Parameters:
searchFilter
- An instance of the SearchFilter- Returns:
- List of BPMUser objects
- Throws:
BPMUnsupportedAttributeException
- If the attribute is not supported by the implementation of BPMUser.BPMIdentityException
- If an exception condition occurs.
-
getLocaleSpecificUserNames
List<String> getLocaleSpecificUserNames(List<String> userNames, Locale locale) throws BPMIdentityException, BPMIdentityNotFoundException gets locale specific userNames- Parameters:
List
- of userNamesLocale
-- Returns:
- List of locale specific Names for the users For each entry in the input list (userNames) the corresponding localeName is returned in the same position in the ouput list
- Throws:
BPMIdentityNotFoundException
- If the user is not found.BPMIdentityException
- If an exception condition occurs.
-
getLocalizedUserNames
Map<String,Map<Locale, getLocalizedUserNamesString>> (List<String> usersNames, List<Locale> locales) throws BPMIdentityException Gets map of localized user's display name for given local list- Parameters:
usersNames
- List of userNameslocales
- List of Locale- Returns:
- Map of user's display name for given local list
- Throws:
BPMIdentityException
-
getLocaleSpecificGroupNames
List<String> getLocaleSpecificGroupNames(List<String> groupNames, Locale locale) throws BPMIdentityException, BPMIdentityNotFoundException gets locale specific groupNames- Parameters:
List
- of groupNamesLocale
-- Returns:
- List of locale specific Names for the groups For each entry in the input list (groupNames) the corresponding localeName is returned in the same position in the ouput list
- Throws:
BPMIdentityNotFoundException
- If the group is not found.BPMIdentityException
- If an exception condition occurs.
-
getLocalizedGroupNames
Map<String,Map<Locale, getLocalizedGroupNamesString>> (List<String> groupsNames, List<Locale> locales) throws BPMIdentityException Gets map of localized user's display name for given local list- Parameters:
groupsNames
- List of userNameslocales
- List of Locale- Returns:
- Map of user's display name for given local list
- Throws:
BPMIdentityException
-
lookupRole
Deprecated.since release 11. UselookupGroup(String)
instead. To lookup BPMAppRole use#lookupAppRole(String)
Looks upBPMRole
by role name- Parameters:
groupName
- The name of the role.- Throws:
BPMIdentityNotFoundException
- If the role is not found.BPMIdentityException
- If an exception condition occurs.
-
lookupAppRole
BPMAppRole lookupAppRole(String appRoleName, String appID) throws BPMIdentityException, BPMIdentityNotFoundException Looks upBPMAppRole
by name- Parameters:
appRoleName
- The name of the ApplicationRole- Throws:
BPMIdentityNotFoundException
- If the application role is not foundBPMIdentityException
- If an exception condition occurs.
-
lookupGroup
Looks upBPMGroup
by group name- Parameters:
groupName
- The name of the group.- Throws:
BPMIdentityNotFoundException
- If the group is not found.BPMIdentityException
- If an exception condition occurs.
-
searchGroups
List searchGroups(String attrName, String attrValue) throws BPMIdentityException, BPMUnsupportedAttributeException SearchesBPMGroup
objects by an attribute's name-value pair- Parameters:
attrName
- The attribute name to be used in the search.attrValue
- The attribute value to be used in the search.- Returns:
- List of BPMGroup objects
- Throws:
BPMUnsupportedAttributeException
- If the attribute is not supported by the implementation of BPMGroup.BPMIdentityException
- If an exception condition occurs
-
searchGroups
List searchGroups(SearchFilter searchFilter) throws BPMIdentityException, BPMUnsupportedAttributeException Searches groups by criterias defined in searchFilter- Parameters:
searchFilter
- a search filter object- Returns:
- List of BPMGroup objects
- Throws:
BPMUnsupportedAttributeException
- if attribute is unsupportedBPMIdentityException
- If exception condition occurs
-
searchAppRoles
Searches Application roles for the given app id and namePattern- Parameters:
namePattern
- A regular expression which can contain wildcard ('*')appName
- an application name- Returns:
- List of BPMAppRole
- Throws:
BPMIdentityException
- If an exception condition occurs
-
getUsers
Deprecated.since release 11. UsesearchUsers(String, String)
insteadGets all users name in realm- Returns:
- List of user names in realm
- Throws:
BPMIdentityException
- If exception condition occurs
-
getGroups
Deprecated.since release 11. UsesearchGroups(String, String)
insteadGets all group name in realm- Returns:
- List of groupname in realm
- Throws:
BPMIdentityException
- If exception condition occurs
-
getRoles
Deprecated.since release 11. Use// TODO (String, String)
or#searchAppRole(String, String)
insteadGets all roles in realm- Parameters:
classifier
- a role classifier- Throws:
BPMIdentityException
- If exception condition occurs
-
getAppRoles
Gets all application roles for all application- Returns:
- List of
BPMAppRole
objects
- Throws:
BPMIdentityException
- If exception condition occurs deprecated since release 11. Useinstead
-
getAppRoles
Gets all application roles for given application ID.- Parameters:
appName
- is an application name- Returns:
- List of
BPMAppRole
objects
- Throws:
BPMIdentityException
- If an exception condition occurs- Since:
- 11
-
getGrantedRolesToUser
Gets a set of all granted roles for the given user- Parameters:
userName
- The user namedirect
- a boolean flag. If it is true method returns only direct granted roles, else all roles are returned.- Returns:
List
of grantedBPMRole
s objects- Throws:
BPMIdentityException
- Since:
- 10.1.3
-
getGrantedRolesToUser
Set getGrantedRolesToUser(String userName, String appName, boolean direct) throws BPMIdentityException Gets a set of all granted roles for the given user for a given application- Parameters:
userName
- The user namedirect
- a boolean flag. If it is true method returns only direct granted roles, else all roles are returned.appName
- is an application name- Returns:
List
of grantedBPMRole
s objects- Throws:
BPMIdentityException
- Since:
- 10.1.3
-
getGrantedRolesToAppRole
Set<BPMRole> getGrantedRolesToAppRole(String roleName, String appName, boolean direct) throws BPMIdentityException Gets granted roles for the given application role- Parameters:
roleName
- The name of application roleappName
- an application namedirect
- a boolean flag. Method returns direct grantees if direct flag is true, else all roles are returned.- Returns:
- Set of
BPMRole
objects - Throws:
BPMIdentityException
- If exception condition occurs- Since:
- 11
-
getGrantedRolesToGroup
Gets granted roles for the given group.- Parameters:
groupName
- The group namedirect
- a boolean flag. Method returns direct granted roles if direct flag is true, else all- Returns:
- Set of
BPMRole
objects - Throws:
BPMIdentityException
- If exception condition occurs- Since:
- 11
-
getGranteesToAppRole
Set<BPMIdentity> getGranteesToAppRole(String roleName, String appName, boolean direct) throws BPMIdentityException Gets all grantees for given application role- Parameters:
appRole
- The name of application roleappName
- an application namedirect
- a boolean flag. The method returns direct grantees if direct flag is true, else all- Returns:
- Set of
BPMIdentity
objects - Throws:
BPMIdentityException
- If exception condition occurs- Since:
- 11
-
getGranteesToGroup
Gets all grantees for given group- Parameters:
roleName
- The application role namedirect
- a boolean flag. The method returns direct grantees if it's true, else all grantees- Returns:
- Set of
BPMIdentity
objects - Throws:
BPMIdentityException
- If exception condition occurs- Since:
- 11
-
getGrantedRolesToRole
Deprecated.since release 11. UsegetGrantedRolesToGroup(String, boolean)
insteadGets granted roles for the given role- Parameters:
groupName
- The role namedirect
- a boolean flag. If it is true method returns only direct granted roles, else all roles- Returns:
List
of grantedBPMRole
s objects- Throws:
BPMIdentityException
- Since:
- 10.1.3
-
getParticipantsToGroup
Gets participants (Users), grantees to group- Parameters:
groupName
- The group namedirect
- a boolean flag. If it is true method returns only direct granted roles, else all roles- Returns:
- List of BPMUser objects
- Throws:
BPMIdentityException
-
getParticipantsToAppRole
List<BPMUser> getParticipantsToAppRole(String roleName, String appName, boolean direct) throws BPMIdentityException Gets participants(Users), grantees to application role- Parameters:
roleName
- an application role nameappName
- an namedirect
- a boolean flag. The method returns direct user grantees if it's true, else all user grantees- Returns:
- List of BPMUser objects
- Throws:
BPMIdentityException
- Since:
- 11
-
getParticipants
Deprecated.since release 11. UsegetParticipantsToGroup(String, boolean)
for group participants and#getParticipantsToAppRole(String, boolean)
for application role participantsGets user participants, the grantee for given group name- Parameters:
groupName
- a group namedirect
- a boolean flag. If true method return direct participants, else all.- Returns:
- List of BPMUser objects, the grantees for given group name
- Throws:
BPMIdentityNotFoundException
- if group is not foundBPMIdentityException
- If exception condition occurs
-
getGrantees
Deprecated.since release 11. UsegetGranteesToGroup(String, boolean)
insteadGets all grantees for given group/role name- Parameters:
groupName
- a group namedirect
- a boolean flag. If true method return direct participans, elase all.- Returns:
- List of all BPMPrincipal objects, the grantees for given group/role name
- Throws:
BPMIdentityNotFoundException
- if group/role is not foundBPMIdentityException
- If exception condition occurs
-
getReportees
Gets reportees for the user up to given level in the hierarchical structure- Parameters:
managerName
- a manager namemaxReporteeLevel
- - reportees included into result up to maxReporteeLevel from the manager in hierarchical structure are included into result If level equals 1, method returns only one level of reportees, direct reportees, for the user, ; if level equals 2, method return only two levels of reportees for the user; if level equals 3, method returns only treee levels reportees for the user; etc; if 0 or any negative value is specified , it assumes all reportees for given user.- Returns:
List
of reportees,BPMUser
.- Throws:
BPMIdentityException
- If exception condition occurs
-
getManager
Gets manager name for given user name- Parameters:
userName
- The user name whose manager is requried.- Returns:
- manager, BPMUser object
- Throws:
BPMIdentityException
- If exception condition occurs
-
getManagementChain
List getManagementChain(String userName, String upToUser, String upToTitle, int level) throws BPMIdentityException Gets Management Chain for given user in realm.- Parameters:
userName
- a user name. The user for whom the Management chain has requested.upToUser
- a user name which limits chain result. If this name is the same as that of the current user, then an empty list is returned. Otherwise the list till this particular user is returned.upToTitle
- a title which limits chain result If this title is the same as that of the current user, then an empty list is returned. Otherwise the list till this particular title is returned.level
- a level, limits size of chain result This sets a limit on the number of entries in the list. If 0, then an empty list is returned. If negative, then the complete hierarchy is returned.- Returns:
- List of Users who are in management chain for given user
- Throws:
BPMIdentityException
- If exception condition occurs
-
getOwnedRolesByUser
Gets set of roles owned by given user- Parameters:
userName
- The name of userdirect
- a boolean flag. If it true, the method returns direct owned roles, else all- Returns:
- Set of BPMRole objects
- Throws:
BPMIdentityException
- If exception condition occurs- Since:
- 10.1.3
-
getOwnedRolesByRole
Gets set of roles owned by given group. Since 11.1.1 role ownership is supported only for group.- Parameters:
groupName
- The group name. Since 11.1.1 the method assumes that only group names are passed.direct
- a boolean flag. If it true, the method returns direct owned roles, else all- Returns:
- Set of BPMRole objects. Since 11.1.1 result is a set of BPMGroup objects
- Throws:
BPMIdentityException
- If exception condition occurs- Since:
- 10.1.3
-
getRoleOwners
Gets owners of the given role- Parameters:
roleName
- The role namedirect
- a boolean flag. If it true, the method returns direct owned roles, else all- Returns:
- Set of BPMUser objects
- Throws:
BPMIdentityException
- If exception condition occurs
-
getRoleManagers
Gets managers of the given role- Parameters:
roleName
- The role namedirect
- a boolean flag. If it true, the method returns direct managers, else all- Returns:
- Set of BPMIdentity objects
- Throws:
BPMIdentityException
- If exception condition occurs
-
getManagedRolesByUser
Gets managed roles by the given user- Parameters:
userName
- The user namedirect
- a boolean flag. If it true, the method returns direct managed roles, else all- Returns:
- Set of BPMRole objects
- Throws:
BPMIdentityException
- If exception condition occurs
-
getManagedRolesByRole
Gets managed roles by the given role- Parameters:
roleName
- The role namedirect
- a boolean flag. If it true, the method returns direct managed roles, else all- Returns:
- Set of BPMRole objects
- Throws:
BPMIdentityException
- If exception condition occurs
-
getConfiguration
Gets Configuration object associated with this service.- Throws:
BPMIdentityException
- Since:
- 10.1.3
-
getRealmName
Gets realm name assocaited with this service.- Returns:
- realm name
- Throws:
BPMIdentityException
-
whoAmI
BPMUser whoAmI(javax.servlet.http.HttpServletRequest request) throws BPMIdentityException, BPMIdentityNotFoundException Who am I- Parameters:
request
- a HttpServletRequest object- Returns:
- BPMUser object
- Throws:
BPMIdentityNotFoundException
- if object is not foundBPMIdentityException
- If exception condition occurs
-
hasPermission
Checks whether the user has a specified permission- Parameters:
userName
- The name of the user for whom the permission is to be checked.perm
- a Permission objectappName
- an application name- Returns:
- true if user has specified permission, else false
- Throws:
BPMIdentityException
- If exception condition occurs- Since:
- 11
-
getPermissions
Gets Permissions associated with the user- Parameters:
userName
- The name of the user for whom the permissions are to be fetched- Returns:
- PermissionCollection
- Throws:
BPMIdentityException
- If exception condition occurs
-
getPermissions
Gets Permissions associated with the user for a given application- Parameters:
userName
- The name of the user for whom the permissions are to be fetchedappName
- an application name- Returns:
- PermissionCollection
- Throws:
BPMIdentityException
- If exception condition occurs
-
hasPermissionForAppRole
boolean hasPermissionForAppRole(String appRole, Permission perm, String appName) throws BPMIdentityException Checks whether the appRole has a specified permission- Parameters:
userName
- The name of the appRole for which the permission is to be checked.perm
- a Permission objectappName
- an application name- Returns:
- true if appRole has specified permission, else false
- Throws:
BPMIdentityException
- If exception condition occurs- Since:
- 11
-
getPermissionsForAppRole
PermissionCollection getPermissionsForAppRole(String appRole, String appName) throws BPMIdentityException Gets Permissions associated with the appRole for a given application- Parameters:
userName
- The name of the appRole for which the permissions are to be fetchedappName
- an application name- Returns:
- PermissionCollection
- Throws:
BPMIdentityException
- If exception condition occurs
-
getAllPermissions
Gets all Permissions associated with all the applications- Returns:
- PermissionCollection
- Throws:
BPMIdentityException
- If exception condition occurs
-
getAllPermissions
Gets all the Permissions associated with the given application- Parameters:
appName
- an application name- Returns:
- PermissionCollection
- Throws:
BPMIdentityException
- If exception condition occurs
-
getProvider
BPMProvider getProvider()Gets provider assocaited with this service instance- Returns:
- BPMProvider instance
-
getSearchFilterInstance
ComplexSearchFilter getSearchFilterInstance(Class classifier, Element filterElement) throws BPMIdentityException Factory method for Search Filter- Parameters:
classifier
- an interface. It can be BPMUser, BPMGroup or BPMAppRole interfacesfilterElement
- an XML element describing the filter. It must conform to the Identity Serivce schema.- Returns:
- SearchFilter - a search filter instance
- Throws:
Exception
- If exception condition occursBPMIdentityException
- Since:
- 10.1.3
-
getSearchFilterInstance
ComplexSearchFilter getSearchFilterInstance(Class classifier, String attrName, String operator, String attrPattrnValue) throws BPMIdentityException Factory method for Search Filter- Parameters:
classifier
-attrName
-operator
-attrPattrnValue
-- Returns:
- SearchFilter - a search filter instance
- Throws:
BPMIdentityException
- Since:
- 10.1.3
-
getGranteesToPosition
Gets users that are granted a given position in the system.- Parameters:
positionId
-- Returns:
- set of BPMUsers that are granted the position.
- Throws:
BPMIdentityException
-
getGrantedPositionsToUser
Gets all the position the given user is granted in the system. A valid BPMUser object with userid and guid is required as input parameter.- Parameters:
user
-- Returns:
- Set of positions granted to a given user.
- Throws:
BPMIdentityException
-
getPositionDisplayNames
Map<String,String> getPositionDisplayNames(List<String> positions, String language, String country) throws BPMIdentityException Gets the display name of the positions based on country and language. If country and language is not specified default locale of the JVM is used. If the language is not specified country code is used to build the locale.- Parameters:
positions
-language
-country
-- Returns:
- map of position id and position display name specific to the input language and country.
- Throws:
BPMIdentityException
-
getSearchableUserAttributes
Gets list of all the searchableBPMUser
attributes- Returns:
- A list of
Attribute
names. The list of attribute names returned includes name,displayName,description,firstName,middleName,lastName,workNumber,homePhone,mobile,pager,fax,email,and title. - Throws:
BPMIdentityException
- If an exception condition occurs.
-