@Deprecated public class PrincipalDerivedRoleTypeServiceImpl extends DerivedRoleTypeServiceBase
DataDictionaryTypeServiceBase.KimTypeAttributeException, DataDictionaryTypeServiceBase.KimTypeAttributeValidationExceptionCOMMA_SEPARATOR| Constructor and Description |
|---|
PrincipalDerivedRoleTypeServiceImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected IdentityService |
getIdentityService()
Deprecated.
|
protected List<String> |
getRequiredAttributes()
Deprecated.
|
List<RoleMembership> |
getRoleMembersFromDerivedRole(String namespaceCode,
String roleName,
Map<String,String> qualification)
Deprecated.
Since this is potentially the entire set of users, just check the qualification for the user we are interested in and return it.
|
boolean |
hasDerivedRole(String principalId,
List<String> groupIds,
String namespaceCode,
String roleName,
Map<String,String> qualification)
Deprecated.
This simple initial implementation just calls
#getRoleMembersFromApplicationRole(String, String, Map and checks the results. |
protected boolean |
isCheckRequiredAttributes()
Deprecated.
|
boolean |
performMatch(Map<String,String> inputAttributes,
Map<String,String> storedAttributes)
Deprecated.
This method matches input attribute set entries and standard attribute set entries using literal string match.
|
isDerivedRoleTypeconvertQualificationForMemberRoles, convertQualificationForMemberRolesAndMemberAttributes, doesDelegationQualifierMatchQualification, doesRoleQualifierMatchQualification, dynamicRoleMembership, getMatchingRoleMemberships, getQualifiersForExactMatch, roleMemberRemoved, shouldValidateQualifiersForMemberType, sortRoleMembersareAttributesEqual, extractErrorsFromGlobalVariablesErrorMap, getAttributeDefinitions, getAttributeFormatter, getAttributeMaxValue, getAttributeMinValue, getAttributeValidatingExpression, getAttributeValue, getBusinessObjectService, getClosestParentDocumentTypeName, getDataDictionaryAttributeDefinition, getDataDictionaryService, getDictionaryValidationService, getDocumentTypeService, getNonDataDictionaryAttributeDefinition, getTypeInfoService, getUniqueAttributes, getWorkflowDocumentTypeName, getWorkflowRoutingAttributes, translateInputAttributes, validateAttributeFormat, validateAttributeRequired, validateAttributes, validateAttributesAgainstExisting, validateDataDictionaryAttribute, validateDataDictionaryAttribute, validateNonDataDictionaryAttribute, validatePrimitiveFromDescriptor, validateReferencesExistAndActive, validateRequiredAttributesAgainstReceived, validateUniqueAttributes, validateUnmodifiableAttributespublic PrincipalDerivedRoleTypeServiceImpl()
protected List<String> getRequiredAttributes()
getRequiredAttributes in class DataDictionaryTypeServiceBaseprotected boolean isCheckRequiredAttributes()
isCheckRequiredAttributes in class DataDictionaryTypeServiceBasepublic boolean performMatch(Map<String,String> inputAttributes, Map<String,String> storedAttributes)
DataDictionaryTypeServiceBaseperformMatch in class DataDictionaryTypeServiceBasepublic List<RoleMembership> getRoleMembersFromDerivedRole(String namespaceCode, String roleName, Map<String,String> qualification)
getRoleMembersFromDerivedRole in interface org.kuali.rice.kim.framework.role.RoleTypeServicegetRoleMembersFromDerivedRole in class DerivedRoleTypeServiceBasepublic boolean hasDerivedRole(String principalId, List<String> groupIds, String namespaceCode, String roleName, Map<String,String> qualification)
RoleTypeServiceBase#getRoleMembersFromApplicationRole(String, String, Map) and checks the results.hasDerivedRole in interface org.kuali.rice.kim.framework.role.RoleTypeServicehasDerivedRole in class RoleTypeServiceBaseprotected IdentityService getIdentityService()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.