java.lang.Object
org.apereo.cas.configuration.model.support.saml.googleapps.GoogleAppsProperties
All Implemented Interfaces:
Serializable, CasFeatureModule

@RequiresModule(name="cas-server-support-saml-googleapps") @Deprecated(since="6.2.0") public class GoogleAppsProperties extends Object implements CasFeatureModule, Serializable
Deprecated.
Since 6.2
Since:
5.0.0
See Also:
  • Constructor Details

    • GoogleAppsProperties

      public GoogleAppsProperties()
      Deprecated.
  • Method Details

    • getPublicKeyLocation

      @Deprecated public String getPublicKeyLocation()
      Deprecated.
      Since 6.2
      The public key location that is also shared with google apps.
    • getPrivateKeyLocation

      @Deprecated public String getPrivateKeyLocation()
      Deprecated.
      Since 6.2
      The private key location that is used to sign responses, etc.
    • getKeyAlgorithm

      @Deprecated public String getKeyAlgorithm()
      Deprecated.
      Since 6.2
      Signature algorithm used to generate keys.
    • setPublicKeyLocation

      @Deprecated public GoogleAppsProperties setPublicKeyLocation(String publicKeyLocation)
      Deprecated.
      Since 6.2
      The public key location that is also shared with google apps.
      Returns:
      this.
    • setPrivateKeyLocation

      @Deprecated public GoogleAppsProperties setPrivateKeyLocation(String privateKeyLocation)
      Deprecated.
      Since 6.2
      The private key location that is used to sign responses, etc.
      Returns:
      this.
    • setKeyAlgorithm

      @Deprecated public GoogleAppsProperties setKeyAlgorithm(String keyAlgorithm)
      Deprecated.
      Since 6.2
      Signature algorithm used to generate keys.
      Returns:
      this.