|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.schemedit.security.auth.TypedPrincipal org.dlese.dpc.schemedit.security.auth.AuthPrincipal
public class AuthPrincipal
A principle for denoting which login module authenticated.
Field Summary |
---|
Fields inherited from class org.dlese.dpc.schemedit.security.auth.TypedPrincipal |
---|
AUTH, COLLECTION, DOMAIN, GROUP, name, type, typeMap, UNKNOWN, USER |
Constructor Summary | |
---|---|
AuthPrincipal()
Create a AuthPrincipal with a blank name. |
|
AuthPrincipal(String name)
Create a AuthPrincipal with a name. |
|
AuthPrincipal(String name,
int type)
|
Method Summary |
---|
Methods inherited from class org.dlese.dpc.schemedit.security.auth.TypedPrincipal |
---|
equals, getName, getType, getTypeName, hashCode, setName, setType, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.security.Principal |
---|
equals, getName, hashCode, toString |
Constructor Detail |
---|
public AuthPrincipal(String name, int type)
public AuthPrincipal(String name)
name
- the name for this Principal.
NullPointerException
- if the name
is null
.public AuthPrincipal()
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |