Class BsiPasswordPolicyServiceImpl
java.lang.Object
net.datenwerke.rs.passwordpolicy.service.BsiPasswordPolicyServiceImpl
- All Implemented Interfaces:
Hook,ReloadConfigNotificationHook,BsiPasswordPolicyService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public class BsiPasswordPolicyServiceImpl
extends Object
implements BsiPasswordPolicyService, ReloadConfigNotificationHook
-
Constructor Summary
ConstructorsConstructorDescriptionBsiPasswordPolicyServiceImpl(UserPropertiesService userPropertiesService, <any> policyProvider, EventBus eventBus) -
Method Summary
Modifier and TypeMethodDescriptiongetUserMetadata(User user) booleanisActive()voidvoidreloadConfig(String identifier) voidupdateUserMetadata(User user, BsiPasswordPolicyUserMetadata userMetadata)
-
Constructor Details
-
BsiPasswordPolicyServiceImpl
public BsiPasswordPolicyServiceImpl(UserPropertiesService userPropertiesService, <any> policyProvider, EventBus eventBus)
-
-
Method Details
-
getUserMetadata
- Specified by:
getUserMetadatain interfaceBsiPasswordPolicyService
-
updateUserMetadata
- Specified by:
updateUserMetadatain interfaceBsiPasswordPolicyService
-
isActive
public boolean isActive()- Specified by:
isActivein interfaceBsiPasswordPolicyService
-
getPolicy
- Specified by:
getPolicyin interfaceBsiPasswordPolicyService
-
reloadConfig
public void reloadConfig()- Specified by:
reloadConfigin interfaceReloadConfigNotificationHook
-
reloadConfig
- Specified by:
reloadConfigin interfaceReloadConfigNotificationHook
-