Uses of Class
de.hybris.platform.webservicescommons.jalo.OAuthAccessToken
-
Packages that use OAuthAccessToken Package Description de.hybris.platform.oauth2.jalo de.hybris.platform.webservicescommons.jalo -
-
Uses of OAuthAccessToken in de.hybris.platform.oauth2.jalo
Fields in de.hybris.platform.oauth2.jalo with type parameters of type OAuthAccessToken Modifier and Type Field Description protected static OneToManyHandler<OAuthAccessToken>OAuth2Manager. USER2TOKENRELATIONTOKENSHANDLEROneToManyHandlerfor handling 1:n TOKENS's relation attributes from 'many' side.Methods in de.hybris.platform.oauth2.jalo that return OAuthAccessToken Modifier and Type Method Description OAuthAccessTokenOAuth2Manager. createOAuthAccessToken(SessionContext ctx, java.util.Map attributeValues)OAuthAccessTokenOAuth2Manager. createOAuthAccessToken(java.util.Map attributeValues)Methods in de.hybris.platform.oauth2.jalo that return types with arguments of type OAuthAccessToken Modifier and Type Method Description java.util.Collection<OAuthAccessToken>OAuth2Manager. getTokens(SessionContext ctx, User item)Generated method - Getter of theUser.tokensattribute.java.util.Collection<OAuthAccessToken>OAuth2Manager. getTokens(User item)Generated method - Getter of theUser.tokensattribute.Methods in de.hybris.platform.oauth2.jalo with parameters of type OAuthAccessToken Modifier and Type Method Description voidOAuth2Manager. 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 OAuthAccessToken Modifier and Type Method Description voidOAuth2Manager. setTokens(SessionContext ctx, User item, java.util.Collection<OAuthAccessToken> value)Generated method - Setter of theUser.tokensattribute.voidOAuth2Manager. setTokens(User item, java.util.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 OAuthAccessToken Modifier and Type Field Description protected static BidirectionalOneToManyHandler<OAuthAccessToken>OAuthAccessToken. USERHANDLERBidirectionalOneToManyHandlerfor handling 1:n USER's relation attributes from 'one' side.
-