| Package | Description |
|---|---|
| org.kuali.rice.kim.api.identity |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| org.kuali.rice.kim.api.identity.entity |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| org.kuali.rice.kim.api.identity.principal |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| Modifier and Type | Method and Description |
|---|---|
Principal |
IdentityService.addPrincipalToEntity(Principal principal)
This will create a
Principal exactly like the principal passed in. |
Principal |
IdentityService.getPrincipal(String principalId)
Gets a
Principal from an principalId. |
Principal |
IdentityService.getPrincipalByPrincipalName(String principalName)
Gets a
Principal from an principalName. |
Principal |
IdentityService.getPrincipalByPrincipalNameAndPassword(String principalName,
String password)
Gets a
Principal from an principalName and password. |
Principal |
IdentityService.inactivatePrincipal(String principalId)
This will inactivate a
Principal. |
Principal |
IdentityService.inactivatePrincipalByName(String principalName)
This will inactivate a
Principal. |
Principal |
IdentityService.updatePrincipal(Principal principal)
This will update a
Principal exactly like the principal passed in. |
| Modifier and Type | Method and Description |
|---|---|
List<Principal> |
IdentityService.getPrincipals(List<String> principalIds)
Gets a list of
Principal from a string list of principalId. |
List<Principal> |
IdentityService.getPrincipalsByEmployeeId(String employeeId)
Gets a list of
Principal from an employeeId |
List<Principal> |
IdentityService.getPrincipalsByEntityId(String entityId)
Gets a list of
Principal from an entityId. |
| Modifier and Type | Method and Description |
|---|---|
Principal |
IdentityService.addPrincipalToEntity(Principal principal)
This will create a
Principal exactly like the principal passed in. |
Principal |
IdentityService.updatePrincipal(Principal principal)
This will update a
Principal exactly like the principal passed in. |
| Modifier and Type | Method and Description |
|---|---|
List<Principal> |
EntityDefault.getPrincipals() |
List<Principal> |
Entity.getPrincipals() |
| Constructor and Description |
|---|
EntityDefault(String entityId,
EntityName name,
List<Principal> principals,
List<EntityTypeContactInfoDefault> entityTypes,
List<EntityAffiliation> affiliations,
EntityAffiliation defaultAffiliation,
EntityEmployment employment,
List<EntityExternalIdentifier> externalIdentifiers,
EntityPrivacyPreferences privacyPreferences,
boolean active) |
| Modifier and Type | Method and Description |
|---|---|
Principal |
Principal.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Principal> |
PrincipalQueryResults.getResults() |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.