Interface CredentialRuleDescriptor
- All Superinterfaces:
SerializableAsMap
Represents the configuration of a rule in a credential policy.
A rule provides a map representation of itself, which includes the TYPE key, whose
value is an identifier of the type of this rule (e.g. minimum number of digit characters), and may include the
ARGUMENT key, whose value is the configuration argument for the rule.
- Since:
- 9.1.0
-
Field Summary
Fields -
Method Summary
Methods inherited from interface se.curity.identityserver.sdk.attribute.SerializableAsMap
asMap
-
Field Details
-
TYPE
- See Also:
-
ARGUMENT
- See Also:
-