Class RedisPrincipalAttributesProperties

java.lang.Object
org.apereo.cas.configuration.model.support.redis.BaseRedisProperties
org.apereo.cas.configuration.model.support.redis.RedisPrincipalAttributesProperties
All Implemented Interfaces:
Serializable, CasFeatureModule

@RequiresModule(name="cas-server-support-redis-authentication") public class RedisPrincipalAttributesProperties extends BaseRedisProperties
Since:
6.1.0
See Also:
  • Constructor Details

    • RedisPrincipalAttributesProperties

      public RedisPrincipalAttributesProperties()
  • Method Details

    • 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.
    • getId

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

      public RedisPrincipalAttributesProperties 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.
    • setId

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