Uses of Class
com.authlete.common.assurance.constraint.TimeConstraint
-
Packages that use TimeConstraint Package Description com.authlete.common.assurance.constraint -
-
Uses of TimeConstraint in com.authlete.common.assurance.constraint
Methods in com.authlete.common.assurance.constraint that return TimeConstraint Modifier and Type Method Description static TimeConstraint
TimeConstraint. extract(Map<?,?> map, String key)
Create aTimeConstraint
instance from an object in the given map.TimeConstraint
IDDocumentConstraint. getTime()
Get the constraint fortime
.TimeConstraint
VerificationConstraint. getTime()
Get the constraint fortime
.Methods in com.authlete.common.assurance.constraint with parameters of type TimeConstraint Modifier and Type Method Description void
IDDocumentConstraint. setTime(TimeConstraint constraint)
Set the constraint fortime
.void
VerificationConstraint. setTime(TimeConstraint constraint)
Set the constraint fortime
.
-