Interface SecureEndpointConfiguration

All Superinterfaces:
EndpointConfiguration
All Known Subinterfaces:
IntrospectionEndpointConfiguration, RevocationEndpointConfiguration, TokenEndpointConfiguration
All Known Implementing Classes:
DefaultSecureEndpointConfiguration, OauthClientConfigurationProperties.IntrospectionEndpointConfigurationProperties, OauthClientConfigurationProperties.OpenIdClientConfigurationProperties.TokenEndpointConfigurationProperties, OauthClientConfigurationProperties.RevocationEndpointConfigurationProperties, OauthClientConfigurationProperties.TokenEndpointConfigurationProperties

public interface SecureEndpointConfiguration extends EndpointConfiguration
Configuration extension of EndpointConfiguration for endpoints which require authentication.
Since:
1.2.0
Author:
James Kleeh
  • Method Details

    • getAuthenticationMethod

      Optional<String> getAuthenticationMethod()
      Returns:
      An optional Authentication Method.