|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.sec.businessobject.SecurityPrincipal
public class SecurityPrincipal
Represents the assignment of one or more security definitions and one or more models to a principal
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
SecurityPrincipal()
|
|
| Method Summary | |
|---|---|
String |
getPrincipalDefinitionNames()
Returns String of definition names assigned to principal |
List<SecurityPrincipalDefinition> |
getPrincipalDefinitions()
Gets the principalDefinitions attribute. |
String |
getPrincipalId()
Gets the principalId attribute. |
String |
getPrincipalModelNames()
Returns String of model names assigned to principal |
List<SecurityModelMember> |
getPrincipalModels()
Gets the principalModels attribute. |
org.kuali.rice.kim.bo.Person |
getSecurityPerson()
Gets the securityPerson attribute. |
void |
setPrincipalDefinitions(List<SecurityPrincipalDefinition> principalDefinitions)
Sets the principalDefinitions attribute value. |
void |
setPrincipalId(String principalId)
Sets the principalId attribute value. |
void |
setPrincipalModels(List<SecurityModelMember> principalModels)
Sets the principalModels attribute value. |
void |
setSecurityPerson(org.kuali.rice.kim.bo.Person securityPerson)
Sets the securityPerson attribute value. |
protected LinkedHashMap |
toStringMapper()
|
| Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
|---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
| Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
|---|
prepareForWorkflow, toString, toStringBuilder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
|---|
prepareForWorkflow |
| Constructor Detail |
|---|
public SecurityPrincipal()
| Method Detail |
|---|
public String getPrincipalId()
public void setPrincipalId(String principalId)
principalId - The principalId to set.public org.kuali.rice.kim.bo.Person getSecurityPerson()
public void setSecurityPerson(org.kuali.rice.kim.bo.Person securityPerson)
securityPerson - The securityPerson to set.public List<SecurityPrincipalDefinition> getPrincipalDefinitions()
public void setPrincipalDefinitions(List<SecurityPrincipalDefinition> principalDefinitions)
principalDefinitions - The principalDefinitions to set.public List<SecurityModelMember> getPrincipalModels()
public void setPrincipalModels(List<SecurityModelMember> principalModels)
principalModels - The principalModels to set.public String getPrincipalDefinitionNames()
public String getPrincipalModelNames()
protected LinkedHashMap toStringMapper()
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBaseBusinessObjectBase.toStringMapper()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||