Class NodeAuthenticationEvaluatorImpl
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.security.NodeAuthenticationEvaluatorImpl
-
- All Implemented Interfaces:
NodeAuthenticationEvaluator
@Component public class NodeAuthenticationEvaluatorImpl extends Object implements NodeAuthenticationEvaluator
-
-
Constructor Summary
Constructors Constructor Description NodeAuthenticationEvaluatorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
authenticate(String remoteName, String remoteAddress, String credentials, String operation)
-
-
-
Method Detail
-
authenticate
public boolean authenticate(@Nullable String remoteName, String remoteAddress, @NotNull String credentials, String operation)
- Specified by:
authenticate
in interfaceNodeAuthenticationEvaluator
-
-