public class IdentityHelperServiceImpl extends Object implements IdentityHelperService
| Constructor and Description |
|---|
IdentityHelperServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Group |
getGroup(GroupId groupId)
Returns the Group for the given GroupId.
|
Group |
getGroup(String groupId)
Returns the Group for the given groupId.
|
Group |
getGroupByName(String namespaceCode,
String name)
Returns the Group for the given namespaceCode and name.
|
String |
getIdForGroupName(String namespace,
String groupName) |
String |
getIdForPrincipalName(String principalName) |
Person |
getPerson(String principalId)
Returns the Person for the given principal id.
|
Person |
getPersonByEmployeeId(String employeeId)
Returns the Person for the given employee id.
|
Person |
getPersonByPrincipalName(String principalName)
Returns the Person for the given principal name.
|
Principal |
getPrincipal(String principalId)
Returns the KimPrincipal for the given principal id.
|
Principal |
getPrincipal(UserId userId)
Returns the principal for the given UserId.
|
Principal |
getPrincipalByPrincipalName(String principalName)
Returns the KimPrincipal for the given principal name.
|
Recipient |
getPrincipalRecipient(String principalId)
Returns the Recipient for the given principalId.
|
Principal |
getSystemPrincipal()
Returns the principal for the "system user".
|
void |
validatePrincipalId(String principalId)
Checks that the given principalId is valid.
|
public IdentityHelperServiceImpl()
public String getIdForPrincipalName(String principalName)
getIdForPrincipalName in interface IdentityHelperServicepublic void validatePrincipalId(String principalId)
IdentityHelperServicevalidatePrincipalId in interface IdentityHelperServicepublic String getIdForGroupName(String namespace, String groupName)
getIdForGroupName in interface IdentityHelperServicepublic Recipient getPrincipalRecipient(String principalId)
IdentityHelperServicegetPrincipalRecipient in interface IdentityHelperServicepublic Principal getPrincipal(String principalId)
IdentityHelperServicegetPrincipal in interface IdentityHelperServicepublic Principal getPrincipalByPrincipalName(String principalName)
IdentityHelperServicegetPrincipalByPrincipalName in interface IdentityHelperServicepublic Group getGroupByName(String namespaceCode, String name)
IdentityHelperServicegetGroupByName in interface IdentityHelperServicepublic Person getPerson(String principalId)
IdentityHelperServicegetPerson in interface IdentityHelperServicepublic Person getPersonByPrincipalName(String principalName)
IdentityHelperServicegetPersonByPrincipalName in interface IdentityHelperServicepublic Person getPersonByEmployeeId(String employeeId)
IdentityHelperServicegetPersonByEmployeeId in interface IdentityHelperServicepublic Group getGroup(String groupId)
IdentityHelperServicegetGroup in interface IdentityHelperServicepublic Group getGroup(GroupId groupId)
IdentityHelperServicegetGroup in interface IdentityHelperServicepublic Principal getPrincipal(UserId userId)
IdentityHelperServicegetPrincipal in interface IdentityHelperServicepublic Principal getSystemPrincipal()
IdentityHelperServicegetSystemPrincipal in interface IdentityHelperServiceCopyright © 2005–2015 The Kuali Foundation. All rights reserved.