Package de.hybris.platform.oauth2
Class AuthorizationCodeService
- java.lang.Object
-
- org.springframework.security.oauth2.provider.code.RandomValueAuthorizationCodeServices
-
- de.hybris.platform.oauth2.AuthorizationCodeService
-
- All Implemented Interfaces:
org.springframework.security.oauth2.provider.code.AuthorizationCodeServices
public class AuthorizationCodeService extends org.springframework.security.oauth2.provider.code.RandomValueAuthorizationCodeServicesPersists authorization codes in the database
-
-
Constructor Summary
Constructors Constructor Description AuthorizationCodeService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.security.oauth2.provider.OAuth2Authenticationremove(java.lang.String code)voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)voidsetModelService(ModelService modelService)protected voidstore(java.lang.String code, org.springframework.security.oauth2.provider.OAuth2Authentication authentication)
-
-
-
Method Detail
-
store
protected void store(java.lang.String code, org.springframework.security.oauth2.provider.OAuth2Authentication authentication)- Specified by:
storein classorg.springframework.security.oauth2.provider.code.RandomValueAuthorizationCodeServices
-
remove
protected org.springframework.security.oauth2.provider.OAuth2Authentication remove(java.lang.String code)
- Specified by:
removein classorg.springframework.security.oauth2.provider.code.RandomValueAuthorizationCodeServices
-
setModelService
public void setModelService(ModelService modelService)
-
setFlexibleSearchService
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
-