Class WsFederationIdentityProviderProperties

java.lang.Object
org.apereo.cas.configuration.model.support.wsfed.WsFederationIdentityProviderProperties
All Implemented Interfaces:
Serializable

@RequiresModule(name="cas-server-support-ws-idp") public class WsFederationIdentityProviderProperties extends Object implements Serializable
Since:
6.4.0
See Also:
  • Constructor Details

    • WsFederationIdentityProviderProperties

      public WsFederationIdentityProviderProperties()
  • Method Details

    • getRealm

      public String getRealm()
      At this point, by default security token service’s endpoint operate using a single realm configuration and identity provider configuration is only able to recognize and request tokens for a single realm. Registration of clients need to ensure this value is matched.
    • getRealmName

      public String getRealmName()
      Realm name.
    • setRealm

      At this point, by default security token service’s endpoint operate using a single realm configuration and identity provider configuration is only able to recognize and request tokens for a single realm. Registration of clients need to ensure this value is matched.
      Returns:
      this.
    • setRealmName

      public WsFederationIdentityProviderProperties setRealmName(String realmName)
      Realm name.
      Returns:
      this.