|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.security.PersonFactory
Creates a person.
Can create representations of a system user and a guest user.
system users have an ID of 0
guest users have both of the following characteristics
org.jasig.portal.security.PersonFactory.guest_user_name
in portal.properties
.
Field Summary | |
static java.lang.String |
GUEST_USERNAME
The guest user name specified in portal.properties. |
Constructor Summary | |
PersonFactory()
|
Method Summary | |
static IPerson |
createGuestPerson()
Creates a guest user. |
static IPerson |
createPerson()
Creates an empty IPerson implementation. |
static IPerson |
createSystemPerson()
Creates a system user. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String GUEST_USERNAME
Constructor Detail |
public PersonFactory()
Method Detail |
public static IPerson createPerson()
IPerson
implementation.
IPerson
implementationpublic static IPerson createSystemPerson()
public static IPerson createGuestPerson() throws java.lang.Exception
java.lang.Exception
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |