org.kuali.rice.kim.bo.entity
Interface KimPrincipal

All Superinterfaces:
Serializable
All Known Implementing Classes:
KimPrincipalImpl, KimPrincipalInfo

public interface KimPrincipal
extends Serializable

principal for a KIM entity

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 String getEntityId()
          Gets this KimPrincipal's entity id.
 String getPassword()
          Gets this KimPrincipal's password.
 String getPrincipalId()
          Gets this KimPrincipal's id.
 String getPrincipalName()
          Gets this KimPrincipal's name.
 boolean isActive()
           
 

Method Detail

getPrincipalId

String getPrincipalId()
Gets this KimPrincipal's id.

Returns:
the id for this KimPrincipal, or null if none has been assigned.

getPrincipalName

String getPrincipalName()
Gets this KimPrincipal's name.

Returns:
the name for this KimPrincipal, or null if none has been assigned.

getPassword

String getPassword()
Gets this KimPrincipal's password.

Returns:
the password for this KimPrincipal, or null if none has been assigned.

getEntityId

String getEntityId()
Gets this KimPrincipal's entity id.

Returns:
the entity id for this KimPrincipal, or null if none has been assigned.

isActive

boolean isActive()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.