Class RestEndpointProperties

java.lang.Object
org.apereo.cas.configuration.model.BaseRestEndpointProperties
org.apereo.cas.configuration.model.RestEndpointProperties
All Implemented Interfaces:
Serializable, CasFeatureModule
Direct Known Subclasses:
AuditRestProperties, OidcWebFingerProperties.Rest, Pac4jDelegatedAuthenticationRestfulProperties, Pac4jDelegatedAuthenticationRestfulProvisioningProperties, PasswordlessAuthenticationRestAccountsProperties, PasswordlessAuthenticationRestTokensProperties, RestAcceptableUsagePolicyProperties, RestfulAdaptiveAuthenticationIPIntelligenceProperties, RestfulCasSimpleMultifactorAuthenticationTokenProperties, RestfulInterruptProperties, RestfulMultifactorAuthenticationProperties, RestfulMultifactorAuthenticationProviderBypassProperties, RestfulOidcJsonWebKeystoreProperties, RestfulSmsProperties, RestfulTrustedDevicesMultifactorProperties, RestfulViewProperties, RestfulWebflowLoginDecoratorProperties, RestPrincipalAttributesProperties, RestSamlMetadataProperties, SpringCloudConfigurationProperties.Rest, SurrogateRestfulAuthenticationProperties, WebAuthnRestfulMultifactorProperties, YubiKeyRestfulMultifactorProperties

@RequiresModule(name="cas-server-core-util", automated=true) public class RestEndpointProperties extends BaseRestEndpointProperties
Since:
5.2.0
See Also:
  • Constructor Details

    • RestEndpointProperties

      public RestEndpointProperties()
  • Method Details

    • getMethod

      public String getMethod()
      HTTP method to use when contacting the rest endpoint. Examples include GET, POST, etc.
    • setMethod

      public RestEndpointProperties setMethod(String method)
      HTTP method to use when contacting the rest endpoint. Examples include GET, POST, etc.
      Returns:
      this.