|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.security.PersonFactory
public class 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 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 RestrictedPerson |
createRestrictedPerson()
Creates a restricted user. |
static IPerson |
createSystemPerson()
Creates a system user. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final 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 Exception
Exceptionpublic static RestrictedPerson createRestrictedPerson()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||