Package step.core.access
Class CredentialsAuthenticator
- java.lang.Object
-
- step.core.access.CredentialsAuthenticator
-
- All Implemented Interfaces:
step.core.authentication.Authenticator<step.core.auth.Credentials>
,step.core.GlobalContextAware
- Direct Known Subclasses:
DefaultAuthenticator
,LdapAuthenticator
public abstract class CredentialsAuthenticator extends java.lang.Object implements step.core.authentication.Authenticator<step.core.auth.Credentials>, step.core.GlobalContextAware
-
-
Field Summary
Fields Modifier and Type Field Description protected step.core.access.UserAccessor
users
-
Constructor Summary
Constructors Constructor Description CredentialsAuthenticator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected step.core.authentication.AuthenticationResults
computeAuthenticationResults(step.core.auth.Credentials credentials, java.lang.String role)
void
setGlobalContext(step.core.GlobalContext context)
boolean
useUiLoginMask()
-
-
-
Method Detail
-
setGlobalContext
public void setGlobalContext(step.core.GlobalContext context)
- Specified by:
setGlobalContext
in interfacestep.core.GlobalContextAware
-
computeAuthenticationResults
protected step.core.authentication.AuthenticationResults computeAuthenticationResults(step.core.auth.Credentials credentials, java.lang.String role) throws step.core.deployment.AuthorizationException
- Throws:
step.core.deployment.AuthorizationException
-
useUiLoginMask
public boolean useUiLoginMask()
- Specified by:
useUiLoginMask
in interfacestep.core.authentication.Authenticator<step.core.auth.Credentials>
-
-