public final class ADFAnonymousUser extends ADFAbstractPrincipal
ADFAbstractPrincipal.PrincipalType
Constructor and Description |
---|
ADFAnonymousUser()
Internal: Applications should not use this constructor.
|
ADFAnonymousUser(java.lang.String name)
Internal: Applications should not use this constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
ADFAbstractPrincipal.PrincipalType |
getPrincipalType() |
getIdentityDomainName, getProperties
public ADFAnonymousUser()
This constructor should only be used by ADF Security internal codes only.
public ADFAnonymousUser(java.lang.String name)
This constructor should only be used by ADF Security internal codes only.
public java.lang.String getName()
public ADFAbstractPrincipal.PrincipalType getPrincipalType()
getPrincipalType
in class ADFAbstractPrincipal