|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.springframework.security.AntPatternBasedAuthenticationEntryPointChain
public class AntPatternBasedAuthenticationEntryPointChain
PatternBasedAuthenticationEntryPointWrapper
| Constructor Summary | |
|---|---|
AntPatternBasedAuthenticationEntryPointChain()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
afterPropertiesSet |
void |
commence(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
org.springframework.security.AuthenticationException authException)
|
void |
setMatchingEntryPoint(org.springframework.security.ui.AuthenticationEntryPoint matchedEntryPoint)
setMatchingEntryPoint |
void |
setNonMatchingEntryPoint(org.springframework.security.ui.AuthenticationEntryPoint unmatchedEntryPoint)
setNonMatchingEntryPoint |
void |
setPatterns(List<String> patterns)
setPatterns |
void |
setRequiresLowerCaseUrl(boolean requiresLowerCaseUrl)
setRequiresLowerCaseUrl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AntPatternBasedAuthenticationEntryPointChain()
| Method Detail |
|---|
public void setPatterns(List<String> patterns)
setPatterns
patterns - the patterns to setpublic void setMatchingEntryPoint(org.springframework.security.ui.AuthenticationEntryPoint matchedEntryPoint)
setMatchingEntryPoint
matchedEntryPoint - the matchedEntryPoint to setpublic void setNonMatchingEntryPoint(org.springframework.security.ui.AuthenticationEntryPoint unmatchedEntryPoint)
setNonMatchingEntryPoint
unmatchedEntryPoint - the unmatchedEntryPoint to setpublic void setRequiresLowerCaseUrl(boolean requiresLowerCaseUrl)
setRequiresLowerCaseUrl
requiresLowerCaseUrl - a boolean.
public void afterPropertiesSet()
throws Exception
afterPropertiesSet
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanException - if any.
public void commence(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
org.springframework.security.AuthenticationException authException)
throws IOException,
javax.servlet.ServletException
commence in interface org.springframework.security.ui.AuthenticationEntryPointIOException
javax.servlet.ServletException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||