Package uk.gov.ida.saml.core.domain
Class NonMatchingVerifiableAttribute<T>
- java.lang.Object
-
- uk.gov.ida.saml.core.domain.NonMatchingVerifiableAttribute<T>
-
- Direct Known Subclasses:
NonMatchingTransliterableAttribute
public class NonMatchingVerifiableAttribute<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NonMatchingVerifiableAttribute(T value, boolean verified, java.time.LocalDate from, java.time.LocalDate to)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.time.LocalDategetFrom()java.time.LocalDategetTo()TgetValue()inthashCode()booleanisCurrent()booleanisValid()booleanisVerified()java.lang.StringtoString()
-
-
-
Constructor Detail
-
NonMatchingVerifiableAttribute
public NonMatchingVerifiableAttribute(T value, boolean verified, java.time.LocalDate from, java.time.LocalDate to)
-
-
Method Detail
-
getValue
public T getValue()
-
isVerified
public boolean isVerified()
-
isValid
public boolean isValid()
-
isCurrent
public boolean isCurrent()
-
getFrom
public java.time.LocalDate getFrom()
-
getTo
public java.time.LocalDate getTo()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-