Class SurrogateSimpleAuthenticationProperties

All Implemented Interfaces:
Serializable, CasFeatureModule

@RequiresModule(name="cas-server-support-surrogate-webflow") public class SurrogateSimpleAuthenticationProperties extends AbstractLdapSearchProperties
Since:
5.1.0
See Also:
  • Constructor Details

    • SurrogateSimpleAuthenticationProperties

      public SurrogateSimpleAuthenticationProperties()
  • Method Details

    • getSurrogates

      public Map<String,String> getSurrogates()
      Define the list of accounts that are allowed to impersonate. This is done in a key-value structure where the key is the admin user and the value is a comma-separated list of identifiers that can be impersonated by the admin-user.
    • setSurrogates

      public SurrogateSimpleAuthenticationProperties setSurrogates(Map<String,String> surrogates)
      Define the list of accounts that are allowed to impersonate. This is done in a key-value structure where the key is the admin user and the value is a comma-separated list of identifiers that can be impersonated by the admin-user.
      Returns:
      this.