Interface HybrisOpenIDTokenServices
- All Known Implementing Classes:
DefaultHybrisOpenIDTokenServices
public interface HybrisOpenIDTokenServices
Interface for handling with the HybrisOpenIDTokenServices.
- Since:
- 4.0
- Spring Bean ID:
- oidcService
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getTokenEndpointAuthMethods
- Returns:
- List of supported token endpoint authentication methods
-
getSubjectTypes
- Returns:
- List of supported Subject types
-
getResponseTypes
- Returns:
- List of supported response types
-
getSupportedScopes
- Returns:
- List of supported scopes
-
getAllOpenIDClientDetails
List<OAuthClientDetailsModel> getAllOpenIDClientDetails()- Returns:
- All known OpenIDClientDetails items
-