Uses of Class
de.hybris.platform.webservicescommons.jalo.OAuthAccessToken
Packages that use OAuthAccessToken
-
Uses of OAuthAccessToken in de.hybris.platform.oauth2.jalo
Fields in de.hybris.platform.oauth2.jalo with type parameters of type OAuthAccessTokenModifier and TypeFieldDescriptionprotected static final OneToManyHandler<OAuthAccessToken>OAuth2Manager.USER2TOKENRELATIONTOKENSHANDLEROneToManyHandlerfor handling 1:n TOKENS's relation attributes from 'many' side.Methods in de.hybris.platform.oauth2.jalo that return OAuthAccessTokenModifier and TypeMethodDescriptionOAuth2Manager.createOAuthAccessToken(SessionContext ctx, Map attributeValues) OAuth2Manager.createOAuthAccessToken(Map attributeValues) Methods in de.hybris.platform.oauth2.jalo that return types with arguments of type OAuthAccessTokenModifier and TypeMethodDescriptionOAuth2Manager.getTokens(SessionContext ctx, User item) Generated method - Getter of theUser.tokensattribute.Generated method - Getter of theUser.tokensattribute.Methods in de.hybris.platform.oauth2.jalo with parameters of type OAuthAccessTokenModifier and TypeMethodDescriptionvoidOAuth2Manager.addToTokens(SessionContext ctx, User item, OAuthAccessToken value) Generated method - Addsvalueto tokens.voidOAuth2Manager.addToTokens(User item, OAuthAccessToken value) Generated method - Addsvalueto tokens.voidOAuth2Manager.removeFromTokens(SessionContext ctx, User item, OAuthAccessToken value) Generated method - Removesvaluefrom tokens.voidOAuth2Manager.removeFromTokens(User item, OAuthAccessToken value) Generated method - Removesvaluefrom tokens.Method parameters in de.hybris.platform.oauth2.jalo with type arguments of type OAuthAccessTokenModifier and TypeMethodDescriptionvoidOAuth2Manager.setTokens(SessionContext ctx, User item, Collection<OAuthAccessToken> value) Generated method - Setter of theUser.tokensattribute.voidOAuth2Manager.setTokens(User item, Collection<OAuthAccessToken> value) Generated method - Setter of theUser.tokensattribute. -
Uses of OAuthAccessToken in de.hybris.platform.webservicescommons.jalo
Fields in de.hybris.platform.webservicescommons.jalo with type parameters of type OAuthAccessTokenModifier and TypeFieldDescriptionprotected static final BidirectionalOneToManyHandler<OAuthAccessToken>OAuthAccessToken.USERHANDLERBidirectionalOneToManyHandlerfor handling 1:n USER's relation attributes from 'one' side.