Package step.core.access
Class DefaultAuthenticator
- java.lang.Object
-
- step.core.access.DefaultAuthenticator
-
- All Implemented Interfaces:
ch.commons.auth.Authenticator
,GlobalContextAware
public class DefaultAuthenticator extends Object implements ch.commons.auth.Authenticator, GlobalContextAware
-
-
Constructor Summary
Constructors Constructor Description DefaultAuthenticator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
authenticate(ch.commons.auth.Credentials credentials)
void
setGlobalContext(GlobalContext context)
-
-
-
Method Detail
-
setGlobalContext
public void setGlobalContext(GlobalContext context)
- Specified by:
setGlobalContext
in interfaceGlobalContextAware
-
authenticate
public boolean authenticate(ch.commons.auth.Credentials credentials)
- Specified by:
authenticate
in interfacech.commons.auth.Authenticator
-
-