Interface CredentialRuleDescriptor

All Superinterfaces:
SerializableAsMap

@Experimental public interface CredentialRuleDescriptor extends 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
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • Method Summary

    Methods inherited from interface se.curity.identityserver.sdk.attribute.SerializableAsMap

    asMap