Class AuthorizationCodeService

  • All Implemented Interfaces:
    org.springframework.security.oauth2.provider.code.AuthorizationCodeServices

    public class AuthorizationCodeService
    extends org.springframework.security.oauth2.provider.code.RandomValueAuthorizationCodeServices
    Persists authorization codes in the database
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.springframework.security.oauth2.provider.OAuth2Authentication remove​(java.lang.String code)  
      void setFlexibleSearchService​(FlexibleSearchService flexibleSearchService)  
      void setModelService​(ModelService modelService)  
      protected void store​(java.lang.String code, org.springframework.security.oauth2.provider.OAuth2Authentication authentication)  
      • Methods inherited from class org.springframework.security.oauth2.provider.code.RandomValueAuthorizationCodeServices

        consumeAuthorizationCode, createAuthorizationCode
      • Methods inherited from class java.lang.Object

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

      • AuthorizationCodeService

        public AuthorizationCodeService()
    • Method Detail

      • store

        protected void store​(java.lang.String code,
                             org.springframework.security.oauth2.provider.OAuth2Authentication authentication)
        Specified by:
        store in class org.springframework.security.oauth2.provider.code.RandomValueAuthorizationCodeServices
      • remove

        protected org.springframework.security.oauth2.provider.OAuth2Authentication remove​(java.lang.String code)
        Specified by:
        remove in class org.springframework.security.oauth2.provider.code.RandomValueAuthorizationCodeServices
      • setModelService

        public void setModelService​(ModelService modelService)
      • setFlexibleSearchService

        public void setFlexibleSearchService​(FlexibleSearchService flexibleSearchService)