Class AnonymousAuthenticationManager
- java.lang.Object
-
- org.openshift.jenkins.plugins.openshiftlogin.AnonymousAuthenticationManager
-
- All Implemented Interfaces:
AuthenticationManager
public final class AnonymousAuthenticationManager extends Object implements AuthenticationManager
-
-
Constructor Summary
Constructors Constructor Description AnonymousAuthenticationManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Authentication
authenticate(Authentication authentication)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.acegisecurity.AuthenticationManager
toSpring
-
-
-
-
Method Detail
-
authenticate
public Authentication authenticate(Authentication authentication) throws AuthenticationException
- Specified by:
authenticate
in interfaceAuthenticationManager
- Throws:
AuthenticationException
-
-