|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.nucleus.logging.VariableArgumentApplicationLoggingImpl
atg.nucleus.GenericService
atg.nucleus.RegisteredService
atg.security.GenericUserAuthority
atg.security.SerializedProxyUserAuthority
public class SerializedProxyUserAuthority
A serializable version of a proxy user authority. This represents a proxy user authority on the client. Its purpose is primarily to preserve whatever special lookup semantics the proxy may have on the server (e.g. name mapping as is done by atg.userdirectory.UserDirectoryLoginUserAuthority).
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Fields inherited from class atg.nucleus.GenericService |
|---|
SERVICE_INFO_KEY |
| Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging |
|---|
DEFAULT_LOG_TRACE_STATUS |
| Fields inherited from interface atg.nucleus.logging.ApplicationLogging |
|---|
DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS |
| Constructor Summary | |
|---|---|
SerializedProxyUserAuthority()
|
|
SerializedProxyUserAuthority(UserAuthority pAuthority)
|
|
| Method Summary | |
|---|---|
Persona |
getPersona(java.lang.Object pId)
Returns a persona for the given ID object. |
UserAuthority |
getUserAuthority()
Returns the real user authority that this proxy is a substitute for, if possible. |
void |
setUserAuthority(UserAuthority pNewAuthority)
Changes the real user authority that this proxy is a substitute for, if possible. |
| Methods inherited from class atg.nucleus.RegisteredService |
|---|
addToRegistry, getRegistry, getRegistryName, getServiceName, removeFromRegistry, setRegistryName, setServiceName, startService, stopService |
| Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl |
|---|
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface atg.security.UserAuthority |
|---|
addAuthenticationFailedListener, addAuthenticationSucceededListener, getUserAuthorityName, removeAuthenticationFailedListener, removeAuthenticationSucceededListener, userDestroyed |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public SerializedProxyUserAuthority()
public SerializedProxyUserAuthority(UserAuthority pAuthority)
| Method Detail |
|---|
public Persona getPersona(java.lang.Object pId)
GenericUserAuthority
getPersona in interface UserAuthoritygetPersona in class GenericUserAuthoritypublic UserAuthority getUserAuthority()
this" (ie not
null).
getUserAuthority in interface ProxyUserAuthoritypublic void setUserAuthority(UserAuthority pNewAuthority)
setUserAuthority in interface ProxyUserAuthority
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||