org.opennms.web.springframework.security
Class Authentication
java.lang.Object
org.opennms.web.springframework.security.Authentication
public final class Authentication
- extends Object
An uninstantiatable class that provides a servlet container-independent
interface to the authentication system and a list of useful constants.
- Author:
- Lawrence Karnowski , OpenNMS
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USER_ROLE
public static final String USER_ROLE
- See Also:
- Constant Field Values
ADMIN_ROLE
public static final String ADMIN_ROLE
- See Also:
- Constant Field Values
READONLY_ROLE
public static final String READONLY_ROLE
- See Also:
- Constant Field Values
DASHBOARD_ROLE
public static final String DASHBOARD_ROLE
- See Also:
- Constant Field Values
RTC_ROLE
public static final String RTC_ROLE
- See Also:
- Constant Field Values
ROLE_PROVISION
public static final String ROLE_PROVISION
- See Also:
- Constant Field Values
getSpringSecuirtyRoleFromOldRoleName
public static String getSpringSecuirtyRoleFromOldRoleName(String oldRole)
Copyright © 2009. All Rights Reserved.