|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kew.identity.service.impl.IdentityHelperServiceImpl
public class IdentityHelperServiceImpl
| Constructor Summary | |
|---|---|
IdentityHelperServiceImpl()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdentityHelperServiceImpl()
| Method Detail |
|---|
public String getIdForPrincipalName(String principalName)
getIdForPrincipalName in interface IdentityHelperServicepublic void validatePrincipalId(String principalId)
IdentityHelperService
validatePrincipalId in interface IdentityHelperService
public String getIdForGroupName(String namespace,
String groupName)
getIdForGroupName in interface IdentityHelperServicepublic Recipient getPrincipalRecipient(String principalId)
IdentityHelperService
getPrincipalRecipient in interface IdentityHelperServicepublic Principal getPrincipal(String principalId)
IdentityHelperService
getPrincipal in interface IdentityHelperServicepublic Principal getPrincipalByPrincipalName(String principalName)
IdentityHelperService
getPrincipalByPrincipalName in interface IdentityHelperService
public Group getGroupByName(String namespaceCode,
String name)
IdentityHelperService
getGroupByName in interface IdentityHelperServicepublic Person getPerson(String principalId)
IdentityHelperService
getPerson in interface IdentityHelperServicepublic Person getPersonByPrincipalName(String principalName)
IdentityHelperService
getPersonByPrincipalName in interface IdentityHelperServicepublic Person getPersonByEmployeeId(String employeeId)
IdentityHelperService
getPersonByEmployeeId in interface IdentityHelperServicepublic Group getGroup(String groupId)
IdentityHelperService
getGroup in interface IdentityHelperServicepublic Group getGroup(GroupId groupId)
IdentityHelperService
getGroup in interface IdentityHelperServicepublic Principal getPrincipal(UserId userId)
IdentityHelperService
getPrincipal in interface IdentityHelperServicepublic Principal getSystemPrincipal()
IdentityHelperService
getSystemPrincipal in interface IdentityHelperService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||