Interface OidAwareOAuth2AuthorizationService

All Known Implementing Classes:
DefaultOAuth2AuthorizationService

public interface OidAwareOAuth2AuthorizationService
Handle retrieval of OAuth2Authorization by OID.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.security.oauth2.server.authorization.OAuth2Authorization
     
  • Method Details

    • findByOid

      org.springframework.security.oauth2.server.authorization.OAuth2Authorization findByOid(String oid)