Class SyncopePrincipalAttributesProperties

All Implemented Interfaces:
Serializable, CasFeatureModule

@RequiresModule(name="cas-server-support-syncope-authentication") public class SyncopePrincipalAttributesProperties extends BaseSyncopeSearchProperties
Since:
6.5.0
See Also:
  • Constructor Details

    • SyncopePrincipalAttributesProperties

      public SyncopePrincipalAttributesProperties()
  • Method Details

    • getId

      public String getId()
      A value can be assigned to this field to uniquely identify this resolver.
    • getOrder

      public int getOrder()
      The order of this attribute repository in the chain of repositories. Can be used to explicitly position this source in chain and affects merging strategies.
    • getState

      public AttributeRepositoryStates getState()
      Whether attribute resolution based on this source is enabled.
    • setId

      A value can be assigned to this field to uniquely identify this resolver.
      Returns:
      this.
    • setOrder

      public SyncopePrincipalAttributesProperties setOrder(int order)
      The order of this attribute repository in the chain of repositories. Can be used to explicitly position this source in chain and affects merging strategies.
      Returns:
      this.
    • setState

      Whether attribute resolution based on this source is enabled.
      Returns:
      this.