Uses of Interface
org.apache.directory.api.util.TimeProvider
-
Packages that use TimeProvider Package Description org.apache.directory.api.ldap.model.password org.apache.directory.api.util -
-
Uses of TimeProvider in org.apache.directory.api.ldap.model.password
Methods in org.apache.directory.api.ldap.model.password with parameters of type TimeProvider Modifier and Type Method Description static booleanPasswordUtil. isPwdExpired(String pwdChangedZtime, int pwdMaxAgeSec, TimeProvider timeProvider)checks if the given password's change time is older than the max age -
Uses of TimeProvider in org.apache.directory.api.util
Classes in org.apache.directory.api.util that implement TimeProvider Modifier and Type Class Description classMockTimeProviderImplementation ofTimeProviderthat always returns a fixed time.Fields in org.apache.directory.api.util declared as TimeProvider Modifier and Type Field Description static TimeProviderTimeProvider. DEFAULTThe default time provider that always returns the system time.Methods in org.apache.directory.api.util with parameters of type TimeProvider Modifier and Type Method Description static StringDateUtils. getGeneralizedTime(TimeProvider timeProvider)Gets the generalized time right now.
-