org.opennms.web.springframework.security
Class Authentication

java.lang.Object
  extended by 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

Field Summary
static String ADMIN_ROLE
           
static String DASHBOARD_ROLE
           
static String READONLY_ROLE
           
static String ROLE_PROVISION
           
static String RTC_ROLE
           
static String USER_ROLE
           
 
Method Summary
static String getSpringSecuirtyRoleFromOldRoleName(String oldRole)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

getSpringSecuirtyRoleFromOldRoleName

public static String getSpringSecuirtyRoleFromOldRoleName(String oldRole)


Copyright © 2009. All Rights Reserved.