Class HvlAuthorizationDefaultConsentService

java.lang.Object
tr.com.havelsan.javarch.oauth.auth.starter.oidc.service.HvlAuthorizationDefaultConsentService
All Implemented Interfaces:
org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsentService

@Primary @Service @Transactional public class HvlAuthorizationDefaultConsentService extends Object implements org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsentService
The type Hvl authorization consent service.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instantiates a new Hvl authorization consent service.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsent
    findById(String registeredClientId, String principalName)
    void
    remove(org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsent authorizationConsent)
    void
    save(org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsent authorizationConsent)

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HvlAuthorizationDefaultConsentService

      public HvlAuthorizationDefaultConsentService()
      Instantiates a new Hvl authorization consent service.
  • Method Details

    • save

      public void save(org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsent authorizationConsent)
      Specified by:
      save in interface org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsentService
    • remove

      public void remove(org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsent authorizationConsent)
      Specified by:
      remove in interface org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsentService
    • findById

      public org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsent findById(String registeredClientId, String principalName)
      Specified by:
      findById in interface org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsentService