Package de.adorsys.sdjwt
Class DisclosureRedList
- java.lang.Object
-
- de.adorsys.sdjwt.DisclosureRedList
-
public class DisclosureRedList extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static DisclosureRedListdefaultListstatic List<String>redList
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsRedListedClaimNames(Collection<SdJwtClaimName> claimNames)booleanisRedListedClaimName(SdJwtClaimName claimName)static DisclosureRedListof(Set<SdJwtClaimName> redListClaimNames)
-
-
-
Field Detail
-
defaultList
public static final DisclosureRedList defaultList
-
-
Method Detail
-
of
public static DisclosureRedList of(Set<SdJwtClaimName> redListClaimNames)
-
isRedListedClaimName
public boolean isRedListedClaimName(SdJwtClaimName claimName)
-
containsRedListedClaimNames
public boolean containsRedListedClaimNames(Collection<SdJwtClaimName> claimNames)
-
-