|
||||||||||
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.TimedOperationService
atg.nucleus.servlet.ServletService
atg.nucleus.servlet.HttpServletService
atg.servlet.DynamoServlet
atg.projects.store.droplet.ProfileSecurityStatus
public class ProfileSecurityStatus
This droplet checks security status of the Profile
and
displays appropriate open parameter.
Input parameters: None.
Output parameters:
anonymous
- rendered when user is not recognized
loggedFromCookie
- rendered when user is logged from cookie
loggedIn
- rendered when user is logged in with login/password
default
- this oparam is rendered if no other oparam has been handled
Output parameters: None
Field Summary | |
---|---|
static java.lang.String |
ANONYMOUS_OPARAM
Anonymous parameter name. |
static java.lang.String |
AUTO_LOGGED_OPARAM
Anonymous parameter name. |
static java.lang.String |
CLASS_VERSION
Class version string. |
static java.lang.String |
DEFAULT_OPARAM
Default open parameter name |
static java.lang.String |
LOGGED_OPARAM
Anonymous parameter name. |
Fields inherited from class atg.servlet.DynamoServlet |
---|
mAllowCleanupRequest, mParameters |
Fields inherited from class atg.nucleus.servlet.ServletService |
---|
SERVLET_INFO_KEY |
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 | |
---|---|
ProfileSecurityStatus()
|
Method Summary | |
---|---|
atg.userprofiling.Profile |
getProfile()
|
atg.userprofiling.PropertyManager |
getPropertyManager()
|
void |
service(atg.servlet.DynamoHttpServletRequest pRequest,
atg.servlet.DynamoHttpServletResponse pResponse)
Render appropriate open parameter based on Profile's security status: if Profile.securityStatus == 0 (ANONYMOUS) then set 'anonymous' open parameter; if Profile.securityStatus == 2 (AUTO-SIGNIN) then set 'autoLoggedIn' open parameter; if Profile.securityStatus == 4 (EXPLICIT-SIGNIN) then set 'loggedIn' open parameter; set 'default' if no other oparam has been handled. |
void |
setProfile(atg.userprofiling.Profile pProfile)
|
void |
setPropertyManager(atg.userprofiling.PropertyManager pPropertyManager)
|
Methods inherited from class atg.servlet.DynamoServlet |
---|
doDelete, doGet, doPost, doPut, getParameter, getParameters, getServletContext, service, service, setParameter |
Methods inherited from class atg.nucleus.servlet.ServletService |
---|
destroy, getServletConfig, getServletInfo, init, setServletInfo |
Methods inherited from class atg.nucleus.TimedOperationService |
---|
getAverageRequestHandlingTime, getHandledRequestCount, getRequestStartTime, getTotalRequestHandlingTime, isKeepingStatistics, notifyHandledRequest, resetStatistics, setKeepingStatistics |
Methods inherited from class atg.nucleus.GenericService |
---|
addLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getAdminServletOutputStreamEncoding, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isAdminServletUseServletOutputStream, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, reResolveThis, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setAdminServletOutputStreamEncoding, setAdminServletUseServletOutputStream, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopService |
Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl |
---|
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, 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 |
Field Detail |
---|
public static final java.lang.String CLASS_VERSION
public static final java.lang.String ANONYMOUS_OPARAM
public static final java.lang.String AUTO_LOGGED_OPARAM
public static final java.lang.String LOGGED_OPARAM
public static final java.lang.String DEFAULT_OPARAM
Constructor Detail |
---|
public ProfileSecurityStatus()
Method Detail |
---|
public atg.userprofiling.Profile getProfile()
public void setProfile(atg.userprofiling.Profile pProfile)
pProfile
- Profile objectpublic atg.userprofiling.PropertyManager getPropertyManager()
public void setPropertyManager(atg.userprofiling.PropertyManager pPropertyManager)
pPropertyManager
- Profile property managerpublic void service(atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse) throws javax.servlet.ServletException, java.io.IOException
service
in class atg.servlet.DynamoServlet
pRequest
- the request to be processedpResponse
- the response object for this request
javax.servlet.ServletException
- an application specific error occurred processing this request
java.io.IOException
- an error occurred reading data from the request or writing data to the response.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |