Class RequiredAttributesAuthenticationPolicyProperties

java.lang.Object
org.apereo.cas.configuration.model.core.authentication.policy.BaseAuthenticationPolicyProperties
org.apereo.cas.configuration.model.core.authentication.policy.RequiredAttributesAuthenticationPolicyProperties
All Implemented Interfaces:
Serializable

@RequiresModule(name="cas-server-core-authentication", automated=true) public class RequiredAttributesAuthenticationPolicyProperties extends BaseAuthenticationPolicyProperties
Since:
7.0.0
See Also:
  • Constructor Details

    • RequiredAttributesAuthenticationPolicyProperties

      public RequiredAttributesAuthenticationPolicyProperties()
  • Method Details

    • getAttributes

      public Map<String,String> getAttributes()
      Map of attributes that are required to found either as authentication attributes or principal attributes.
    • setAttributes

      public void setAttributes(Map<String,String> attributes)
      Map of attributes that are required to found either as authentication attributes or principal attributes.