Class CasServerHostProperties

java.lang.Object
org.apereo.cas.configuration.model.core.CasServerHostProperties
All Implemented Interfaces:
Serializable

@RequiresModule(name="cas-server-core", automated=true) public class CasServerHostProperties extends Object implements Serializable
Configuration properties class for host.
Since:
5.0.0
See Also:
  • Constructor Details

    • CasServerHostProperties

      public CasServerHostProperties()
  • Method Details

    • getName

      public String getName()
      Name of the networking host configured to run CAS server. A CAS host is automatically appended to the ticket ids generated by CAS. If none is specified, one is automatically detected and used by CAS.
    • setName

      public CasServerHostProperties setName(String name)
      Name of the networking host configured to run CAS server. A CAS host is automatically appended to the ticket ids generated by CAS. If none is specified, one is automatically detected and used by CAS.
      Returns:
      this.