Interface HybrisOpenIDTokenServices

All Known Implementing Classes:
DefaultHybrisOpenIDTokenServices

public interface HybrisOpenIDTokenServices
Interface for handling with the HybrisOpenIDTokenServices.
Since:
4.0
Spring Bean ID:
oidcService
  • Method Details

    • getTokenEndpointAuthMethods

      List<String> getTokenEndpointAuthMethods()
      Returns:
      List of supported token endpoint authentication methods
    • getSubjectTypes

      List<String> getSubjectTypes()
      Returns:
      List of supported Subject types
    • getResponseTypes

      List<String> getResponseTypes()
      Returns:
      List of supported response types
    • getSupportedScopes

      List<String> getSupportedScopes()
      Returns:
      List of supported scopes
    • getAllOpenIDClientDetails

      List<OAuthClientDetailsModel> getAllOpenIDClientDetails()
      Returns:
      All known OpenIDClientDetails items