| Package | Description |
|---|---|
| org.kuali.rice.kim.api.identity |
Copyright 2005-2017 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-2017 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.privacy |
Copyright 2005-2017 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 |
|---|---|
EntityPrivacyPreferences |
IdentityService.addPrivacyPreferencesToEntity(EntityPrivacyPreferences privacyPreferences)
This will create a
EntityPrivacyPreferences exactly like the privacyPreferences passed in. |
EntityPrivacyPreferences |
IdentityService.getEntityPrivacyPreferences(String id)
Gets a
EntityPrivacyPreferences for a given id. |
EntityPrivacyPreferences |
IdentityService.getPrivacyPreferencesForPrincipalId(String principalId)
Returns the privacy preferences for the given principal id or null if the principal id is not valid.
|
EntityPrivacyPreferences |
IdentityService.updatePrivacyPreferences(EntityPrivacyPreferences privacyPreferences)
This will update a
EntityPrivacyPreferences exactly like the privacyPreferences passed in. |
| Modifier and Type | Method and Description |
|---|---|
EntityPrivacyPreferences |
IdentityService.addPrivacyPreferencesToEntity(EntityPrivacyPreferences privacyPreferences)
This will create a
EntityPrivacyPreferences exactly like the privacyPreferences passed in. |
EntityPrivacyPreferences |
IdentityService.updatePrivacyPreferences(EntityPrivacyPreferences privacyPreferences)
This will update a
EntityPrivacyPreferences exactly like the privacyPreferences passed in. |
| Modifier and Type | Method and Description |
|---|---|
EntityPrivacyPreferences |
EntityDefault.getPrivacyPreferences() |
EntityPrivacyPreferences |
Entity.getPrivacyPreferences() |
| 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 |
|---|---|
EntityPrivacyPreferences |
EntityPrivacyPreferences.Builder.build() |
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.