JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
F
G
I
O
R
S
A
AccessToken(OAuth2Application, List<String>, String, long, Map<String, String>, String, String, long, String, String, Map<String, String>, String, String, List<String>, String, String, long, String)
- Constructor for class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
B
BaseScopeCheckerContainerRequestFilter
- Class in
com.liferay.oauth2.provider.rest.spi.scope.checker.container.request.filter
BaseScopeCheckerContainerRequestFilter()
- Constructor for class com.liferay.oauth2.provider.rest.spi.scope.checker.container.request.filter.
BaseScopeCheckerContainerRequestFilter
BearerTokenProvider
- Interface in
com.liferay.oauth2.provider.rest.spi.bearer.token.provider
For manipulating and additional validation of access tokens and refresh tokens to meet specific implementation detail.
BearerTokenProvider.AccessToken
- Class in
com.liferay.oauth2.provider.rest.spi.bearer.token.provider
BearerTokenProvider.RefreshToken
- Class in
com.liferay.oauth2.provider.rest.spi.bearer.token.provider
BearerTokenProviderAccessor
- Interface in
com.liferay.oauth2.provider.rest.spi.bearer.token.provider
C
com.liferay.oauth2.provider.rest.spi.bearer.token.provider
- package com.liferay.oauth2.provider.rest.spi.bearer.token.provider
com.liferay.oauth2.provider.rest.spi.scope.checker.container.request.filter
- package com.liferay.oauth2.provider.rest.spi.scope.checker.container.request.filter
F
filter(ContainerRequestContext)
- Method in class com.liferay.oauth2.provider.rest.spi.scope.checker.container.request.filter.
BaseScopeCheckerContainerRequestFilter
G
getAudiences()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
getAudiences()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.RefreshToken
getBearerTokenProvider(long, String)
- Method in interface com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProviderAccessor
getClientCodeVerifier()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
getClientCodeVerifier()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.RefreshToken
getExpiresIn()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
getExpiresIn()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.RefreshToken
getExtraProperties()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
getGrantCode()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
getGrantType()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
getGrantType()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.RefreshToken
getIssuedAt()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
getIssuedAt()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.RefreshToken
getIssuer()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
getNonce()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
getOAuth2Application()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
getOAuth2Application()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.RefreshToken
getParameters()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
getRefreshToken()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
getResponseType()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
getScopes()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
getScopes()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.RefreshToken
getTokenKey()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
getTokenKey()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.RefreshToken
getTokenType()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
getTokenType()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.RefreshToken
getUserId()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
getUserId()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.RefreshToken
getUserName()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
getUserName()
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.RefreshToken
I
isContainerRequestContextAllowed(ContainerRequestContext)
- Method in class com.liferay.oauth2.provider.rest.spi.scope.checker.container.request.filter.
BaseScopeCheckerContainerRequestFilter
isOAuth2AuthVerified()
- Method in class com.liferay.oauth2.provider.rest.spi.scope.checker.container.request.filter.
BaseScopeCheckerContainerRequestFilter
isValid(BearerTokenProvider.AccessToken)
- Method in interface com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider
isValid(BearerTokenProvider.RefreshToken)
- Method in interface com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider
O
onBeforeCreate(BearerTokenProvider.AccessToken)
- Method in interface com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider
Will be called when an access token is constructed to provide an opportunity to modify it before it is saved or returned to a client
onBeforeCreate(BearerTokenProvider.RefreshToken)
- Method in interface com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider
Will be called when a refresh token is constructed to provide an opportunity to modify it before it is saved or returned to a client
R
RefreshToken(OAuth2Application, List<String>, String, long, String, long, List<String>, String, String, long, String)
- Constructor for class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.RefreshToken
S
setAudiences(List<String>)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
setAudiences(List<String>)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.RefreshToken
setClientCodeVerifier(String)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
setClientCodeVerifier(String)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.RefreshToken
setExpiresIn(long)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
setExpiresIn(long)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.RefreshToken
setExtraProperties(Map<String, String>)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
setGrantCode(String)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
setGrantType(String)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
setGrantType(String)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.RefreshToken
setIssuedAt(long)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
setIssuedAt(long)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.RefreshToken
setIssuer(String)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
setNonce(String)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
setOAuth2Application(OAuth2Application)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
setOAuth2Application(OAuth2Application)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.RefreshToken
setParameters(Map<String, String>)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
setRefreshToken(String)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
setResponseType(String)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
setScopes(List<String>)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
setScopes(List<String>)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.RefreshToken
setTokenKey(String)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
setTokenKey(String)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.RefreshToken
setTokenType(String)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
setTokenType(String)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.RefreshToken
setUserId(long)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
setUserId(long)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.RefreshToken
setUserName(String)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.AccessToken
setUserName(String)
- Method in class com.liferay.oauth2.provider.rest.spi.bearer.token.provider.
BearerTokenProvider.RefreshToken
A
B
C
F
G
I
O
R
S
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes