Interface CredentialModuleAuthentication
-
- All Superinterfaces:
ModuleAuthentication
public interface CredentialModuleAuthentication extends ModuleAuthentication
Interface for authentication module which works with internal midpoint credentials- Author:
- skublik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCredentialName()
-
Methods inherited from interface com.evolveum.midpoint.authentication.api.config.ModuleAuthentication
applicable, getAuthentication, getFailureData, getFocusType, getModuleIdentifier, getModuleTypeName, getNecessity, getOrder, getPrefix, getState, isSufficient, recordFailure, setAuthentication, setFailureData, setState, setSufficient
-
-
-
-
Method Detail
-
getCredentialName
String getCredentialName()
- Returns:
- name of used credential for authentication
-
-