|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.authentication.AuthenticationMonitorUtil
public class AuthenticationMonitorUtil
Utility class for authentication monitoring.
Constructor Summary | |
---|---|
AuthenticationMonitorUtil()
|
Method Summary | |
---|---|
static void |
removeUserAggregationValues()
Remove user related aggregation values from the current monitor context. |
static void |
setUserAggregationValues(Map<String,String> aggregationValues,
SessionConfig sessionConfig)
Set user related aggregation values in the given map. |
static void |
setUserAggregationValues(SessionConfig sessionConfig)
Set user related aggregation values in the current monitor context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthenticationMonitorUtil()
Method Detail |
---|
public static void setUserAggregationValues(Map<String,String> aggregationValues, SessionConfig sessionConfig) throws PortalException
IAggregationType.AGGREGATION_TYPE_USER_LOGIN
,
IAggregationType.AGGREGATION_TYPE_USER_LOCALE
and IAggregationType.AGGREGATION_TYPE_USER_GROUPS
aggregation values.
aggregationValues
- the aggregation values map.sessionConfig
- the user's session.
PortalException
public static void setUserAggregationValues(SessionConfig sessionConfig) throws PortalException
IAggregationType.AGGREGATION_TYPE_USER_LOGIN
,
IAggregationType.AGGREGATION_TYPE_USER_LOCALE
and IAggregationType.AGGREGATION_TYPE_USER_GROUPS
aggregation values.
sessionConfig
- the user's session.
PortalException
removeUserAggregationValues()
public static void removeUserAggregationValues() throws PortalException
setUserAggregationValues(SessionConfig)
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |