BaseServiceImpl@Deprecated
public class PrincipalBean
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
ANONYMOUS_NAMES
Deprecated.
|
static java.lang.String |
JRUN_ANONYMOUS
Deprecated.
|
static java.lang.String |
ORACLE_ANONYMOUS
Deprecated.
|
static java.lang.String |
SUN_ANONYMOUS
Deprecated.
|
static java.lang.String |
WEBLOGIC_ANONYMOUS
Deprecated.
|
| Constructor and Description |
|---|
PrincipalBean()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
User |
getGuestOrUser()
Deprecated.
|
long |
getGuestOrUserId()
Deprecated.
|
PermissionChecker |
getPermissionChecker()
Deprecated.
|
User |
getUser()
Deprecated.
|
long |
getUserId()
Deprecated.
|
public static final java.lang.String[] ANONYMOUS_NAMES
public static final java.lang.String JRUN_ANONYMOUS
public static final java.lang.String ORACLE_ANONYMOUS
public static final java.lang.String SUN_ANONYMOUS
public static final java.lang.String WEBLOGIC_ANONYMOUS
public User getGuestOrUser() throws PortalException
PortalExceptionpublic long getGuestOrUserId()
throws PrincipalException
PrincipalExceptionpublic PermissionChecker getPermissionChecker() throws PrincipalException
PrincipalExceptionpublic User getUser() throws PortalException
PortalExceptionpublic long getUserId()
throws PrincipalException
PrincipalException