Uses of Class
org.kuali.rice.kim.api.identity.principal.Principal
Packages that use Principal
Package
Description
-
Uses of Principal in org.kuali.rice.kim.api.identity
Methods in org.kuali.rice.kim.api.identity that return PrincipalModifier and TypeMethodDescriptionIdentityService.addPrincipalToEntity(Principal principal) This will create aPrincipalexactly like the principal passed in.IdentityService.getPrincipal(String principalId) Gets aPrincipalfrom an principalId.IdentityService.getPrincipalByPrincipalName(String principalName) Gets aPrincipalfrom an principalName.IdentityService.getPrincipalByPrincipalNameAndPassword(String principalName, String password) Gets aPrincipalfrom an principalName and password.IdentityService.inactivatePrincipal(String principalId) This will inactivate aPrincipal.IdentityService.inactivatePrincipalByName(String principalName) This will inactivate aPrincipal.IdentityService.updatePrincipal(Principal principal) This will update aPrincipalexactly like the principal passed in.Methods in org.kuali.rice.kim.api.identity that return types with arguments of type PrincipalModifier and TypeMethodDescriptionIdentityService.getPrincipals(List<String> principalIds) Gets a list ofPrincipalfrom a string list of principalId.IdentityService.getPrincipalsByEmployeeId(String employeeId) Gets a list ofPrincipalfrom an employeeIdIdentityService.getPrincipalsByEntityId(String entityId) Gets a list ofPrincipalfrom an entityId.Methods in org.kuali.rice.kim.api.identity with parameters of type PrincipalModifier and TypeMethodDescriptionIdentityService.addPrincipalToEntity(Principal principal) This will create aPrincipalexactly like the principal passed in.IdentityService.updatePrincipal(Principal principal) This will update aPrincipalexactly like the principal passed in. -
Uses of Principal in org.kuali.rice.kim.api.identity.entity
Methods in org.kuali.rice.kim.api.identity.entity that return types with arguments of type PrincipalConstructor parameters in org.kuali.rice.kim.api.identity.entity with type arguments of type PrincipalModifierConstructorDescriptionEntityDefault(String entityId, EntityName name, List<Principal> principals, List<EntityTypeContactInfoDefault> entityTypes, List<EntityAffiliation> affiliations, EntityAffiliation defaultAffiliation, EntityEmployment employment, List<EntityExternalIdentifier> externalIdentifiers, EntityPrivacyPreferences privacyPreferences, boolean active) -
Uses of Principal in org.kuali.rice.kim.api.identity.principal
Methods in org.kuali.rice.kim.api.identity.principal that return PrincipalMethods in org.kuali.rice.kim.api.identity.principal that return types with arguments of type Principal