org.springframework.flex.config.xml
Class SpringSecurity2ConfigHelper

java.lang.Object
  extended by org.springframework.flex.config.xml.SpringSecurity2ConfigHelper

public class SpringSecurity2ConfigHelper
extends java.lang.Object


Constructor Summary
SpringSecurity2ConfigHelper()
           
 
Method Summary
 java.lang.String getAccessManagerId()
           
 java.lang.String getAuthenticationManagerId()
           
 java.lang.String getEndpointDefinitionSourceClassName()
           
 java.lang.String getEndpointInterceptorClassName()
           
 java.lang.String getLoginCommandClassName()
           
 MessageInterceptor getLoginMessageInterceptor()
           
 java.lang.Object getPathMatcher()
           
 MessageInterceptor getPerClientAuthenticationInterceptor()
           
 ExceptionTranslator getSecurityExceptionTranslator()
           
 java.lang.String getSessionFixationPostProcessorClassName()
           
 java.lang.Object parseConfigAttributes(java.lang.String access)
           
 java.lang.Object parseRequestKey(java.lang.String requestPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringSecurity2ConfigHelper

public SpringSecurity2ConfigHelper()
Method Detail

getAccessManagerId

public java.lang.String getAccessManagerId()

getAuthenticationManagerId

public java.lang.String getAuthenticationManagerId()

getLoginMessageInterceptor

public MessageInterceptor getLoginMessageInterceptor()

getPerClientAuthenticationInterceptor

public MessageInterceptor getPerClientAuthenticationInterceptor()

getSecurityExceptionTranslator

public ExceptionTranslator getSecurityExceptionTranslator()

parseConfigAttributes

public java.lang.Object parseConfigAttributes(java.lang.String access)

parseRequestKey

public java.lang.Object parseRequestKey(java.lang.String requestPath)

getPathMatcher

public java.lang.Object getPathMatcher()

getEndpointDefinitionSourceClassName

public java.lang.String getEndpointDefinitionSourceClassName()

getEndpointInterceptorClassName

public java.lang.String getEndpointInterceptorClassName()

getLoginCommandClassName

public java.lang.String getLoginCommandClassName()

getSessionFixationPostProcessorClassName

public java.lang.String getSessionFixationPostProcessorClassName()