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 SummaryConstructors Constructor Description NodeAuthenticationEvaluatorImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanauthenticate(@Nullable String remoteName, String remoteAddress, @NotNull String credentials, String operation)
 
- 
- 
- 
Method Detail- 
authenticatepublic boolean authenticate(@Nullable @Nullable String remoteName, String remoteAddress, @NotNull @NotNull String credentials, String operation)- Specified by:
- authenticatein interface- NodeAuthenticationEvaluator
 
 
- 
 
-