| Package | Description |
|---|---|
| de.hybris.platform.oauth2.jalo |
| Modifier and Type | Field and Description |
|---|---|
protected static OneToManyHandler<OAuthAccessToken> |
GeneratedOAuth2Manager.USER2TOKENRELATIONTOKENSHANDLER
OneToManyHandler for handling 1:n TOKENS's relation attributes from 'many' side. |
| Modifier and Type | Method and Description |
|---|---|
OAuthAccessToken |
GeneratedOAuth2Manager.createOAuthAccessToken(Map attributeValues) |
OAuthAccessToken |
GeneratedOAuth2Manager.createOAuthAccessToken(SessionContext ctx,
Map attributeValues) |
| Modifier and Type | Method and Description |
|---|---|
Collection<OAuthAccessToken> |
GeneratedOAuth2Manager.getTokens(SessionContext ctx,
User item)
Generated method - Getter of the
User.tokens attribute. |
Collection<OAuthAccessToken> |
GeneratedOAuth2Manager.getTokens(User item)
Generated method - Getter of the
User.tokens attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedOAuth2Manager.addToTokens(SessionContext ctx,
User item,
OAuthAccessToken value)
Generated method - Adds
value to tokens. |
void |
GeneratedOAuth2Manager.addToTokens(User item,
OAuthAccessToken value)
Generated method - Adds
value to tokens. |
void |
GeneratedOAuth2Manager.removeFromTokens(SessionContext ctx,
User item,
OAuthAccessToken value)
Generated method - Removes
value from tokens. |
void |
GeneratedOAuth2Manager.removeFromTokens(User item,
OAuthAccessToken value)
Generated method - Removes
value from tokens. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedOAuth2Manager.setTokens(SessionContext ctx,
User item,
Collection<OAuthAccessToken> value)
Generated method - Setter of the
User.tokens attribute. |
void |
GeneratedOAuth2Manager.setTokens(User item,
Collection<OAuthAccessToken> value)
Generated method - Setter of the
User.tokens attribute. |
Copyright © 2017 SAP SE. All Rights Reserved.