public abstract class AbstractAuthenticationHandler extends Object implements AuthenticationHandler
| Constructor and Description |
|---|
AbstractAuthenticationHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets a unique name for this authentication handler within the Spring context that contains it.
|
void |
setName(String name)
Sets the authentication handler name.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitauthenticate, supportspublic String getName()
AuthenticationHandlergetName in interface AuthenticationHandlerpublic void setName(String name)
AuthenticationManager, and particular implementations
may require uniqueness. Uniqueness is a best
practice generally.name - Handler name.Copyright © 2004-2015 Apereo. All Rights Reserved.