Class MidpointRestPasswordAuthenticator
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.security.MidpointRestAuthenticator<PasswordAuthenticationContext>
-
- com.evolveum.midpoint.model.impl.security.MidpointRestPasswordAuthenticator
-
@Component public class MidpointRestPasswordAuthenticator extends MidpointRestAuthenticator<PasswordAuthenticationContext>
-
-
Constructor Summary
Constructors Constructor Description MidpointRestPasswordAuthenticator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PasswordAuthenticationContext
createAuthenticationContext(org.apache.cxf.configuration.security.AuthorizationPolicy policy, javax.ws.rs.container.ContainerRequestContext requestCtx)
protected AuthenticationEvaluator<PasswordAuthenticationContext>
getAuthenticationEvaluator()
-
Methods inherited from class com.evolveum.midpoint.model.impl.security.MidpointRestAuthenticator
getModel, getSecurityContextManager, getSecurityEnforcer, getTaskManager, handleRequest
-
-
-
-
Method Detail
-
getAuthenticationEvaluator
protected AuthenticationEvaluator<PasswordAuthenticationContext> getAuthenticationEvaluator()
- Specified by:
getAuthenticationEvaluator
in classMidpointRestAuthenticator<PasswordAuthenticationContext>
-
createAuthenticationContext
protected PasswordAuthenticationContext createAuthenticationContext(org.apache.cxf.configuration.security.AuthorizationPolicy policy, javax.ws.rs.container.ContainerRequestContext requestCtx)
- Specified by:
createAuthenticationContext
in classMidpointRestAuthenticator<PasswordAuthenticationContext>
-
-