|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opennms.web.authenticate.Authentication
An uninstantiatable class that provides a servlet container-independent interface to the authentication system and a list of useful constants.
Field Summary | |
static java.lang.String |
ADMIN_ROLE
The name of the role defined for administrators in the web.xml file. |
static org.apache.log4j.Category |
log
The Log4J category for logging web authentication messages. |
static java.lang.String |
USER_ROLE
The name of the role defined for users in the web.xml file. |
Constructor Summary | |
private |
Authentication()
Private, empty constructor so this class cannot be instantiated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static org.apache.log4j.Category log
public static final java.lang.String USER_ROLE
public static final java.lang.String ADMIN_ROLE
Constructor Detail |
private Authentication()
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |