Skip navigation links
A B C G H I M N O P S U 

A

ACCESS_TOKEN - Static variable in class me.tfeng.play.security.oauth2.OAuth2AuthenticationAction
 
authenticate(CharSequence) - Method in interface me.tfeng.play.security.oauth2.AuthenticationManager
 
authenticate(CharSequence, Callback<Authentication>) - Method in interface me.tfeng.play.security.oauth2.AuthenticationManager.Callback
 
authenticate(CharSequence) - Method in interface me.tfeng.play.security.oauth2.AuthenticationManagerClient
 
Authentication - Class in me.tfeng.play.security.oauth2
 
Authentication() - Constructor for class me.tfeng.play.security.oauth2.Authentication
Default constructor.
Authentication(ClientAuthentication, UserAuthentication) - Constructor for class me.tfeng.play.security.oauth2.Authentication
All-args constructor.
Authentication.Builder - Class in me.tfeng.play.security.oauth2
RecordBuilder for Authentication instances.
AuthenticationError - Exception in me.tfeng.play.security.oauth2
 
AuthenticationError() - Constructor for exception me.tfeng.play.security.oauth2.AuthenticationError
 
AuthenticationError(Object) - Constructor for exception me.tfeng.play.security.oauth2.AuthenticationError
 
AuthenticationError(Throwable) - Constructor for exception me.tfeng.play.security.oauth2.AuthenticationError
 
AuthenticationError(Object, Throwable) - Constructor for exception me.tfeng.play.security.oauth2.AuthenticationError
 
AuthenticationError.Builder - Class in me.tfeng.play.security.oauth2
RecordBuilder for AuthenticationError instances.
AuthenticationManager - Interface in me.tfeng.play.security.oauth2
 
AuthenticationManager.Callback - Interface in me.tfeng.play.security.oauth2
 
AuthenticationManagerClient - Interface in me.tfeng.play.security.oauth2
 
authorities - Variable in class me.tfeng.play.security.oauth2.ClientAuthentication
Deprecated.
authorities - Variable in class me.tfeng.play.security.oauth2.UserAuthentication
Deprecated.
AUTHORIZATION - Static variable in class me.tfeng.play.security.oauth2.OAuth2AuthenticationAction
 
authorizeAndCall(Http.Context, Action<?>) - Static method in class me.tfeng.play.security.oauth2.OAuth2AuthenticationAction
 

B

BEARER - Static variable in class me.tfeng.play.security.oauth2.OAuth2AuthenticationAction
 
build() - Method in class me.tfeng.play.security.oauth2.Authentication.Builder
 
build() - Method in class me.tfeng.play.security.oauth2.AuthenticationError.Builder
 
build() - Method in class me.tfeng.play.security.oauth2.ClientAuthentication.Builder
 
build() - Method in class me.tfeng.play.security.oauth2.UserAuthentication.Builder
 

C

call(Http.Context) - Method in class me.tfeng.play.security.oauth2.OAuth2AuthenticationAction
 
clearAuthorities() - Method in class me.tfeng.play.security.oauth2.ClientAuthentication.Builder
Clears the value of the 'authorities' field
clearAuthorities() - Method in class me.tfeng.play.security.oauth2.UserAuthentication.Builder
Clears the value of the 'authorities' field
clearCause() - Method in class me.tfeng.play.security.oauth2.AuthenticationError.Builder
 
clearClient() - Method in class me.tfeng.play.security.oauth2.Authentication.Builder
Clears the value of the 'client' field
clearId() - Method in class me.tfeng.play.security.oauth2.ClientAuthentication.Builder
Clears the value of the 'id' field
clearId() - Method in class me.tfeng.play.security.oauth2.UserAuthentication.Builder
Clears the value of the 'id' field
clearMessage$() - Method in class me.tfeng.play.security.oauth2.AuthenticationError.Builder
Clears the value of the 'message$' field
clearScopes() - Method in class me.tfeng.play.security.oauth2.ClientAuthentication.Builder
Clears the value of the 'scopes' field
clearUser() - Method in class me.tfeng.play.security.oauth2.Authentication.Builder
Clears the value of the 'user' field
clearValue() - Method in class me.tfeng.play.security.oauth2.AuthenticationError.Builder
 
client - Variable in class me.tfeng.play.security.oauth2.Authentication
Deprecated.
ClientAuthentication - Class in me.tfeng.play.security.oauth2
 
ClientAuthentication() - Constructor for class me.tfeng.play.security.oauth2.ClientAuthentication
Default constructor.
ClientAuthentication(CharSequence, List<CharSequence>, List<CharSequence>) - Constructor for class me.tfeng.play.security.oauth2.ClientAuthentication
All-args constructor.
ClientAuthentication.Builder - Class in me.tfeng.play.security.oauth2
RecordBuilder for ClientAuthentication instances.

G

get(int) - Method in class me.tfeng.play.security.oauth2.Authentication
 
get(int) - Method in exception me.tfeng.play.security.oauth2.AuthenticationError
 
get(int) - Method in class me.tfeng.play.security.oauth2.ClientAuthentication
 
get(int) - Method in class me.tfeng.play.security.oauth2.UserAuthentication
 
getAuthentication(UserAuthentication) - Static method in class me.tfeng.play.security.oauth2.OAuth2AuthenticationAction
 
getAuthenticationManager() - Method in class me.tfeng.play.plugins.OAuth2Plugin
 
getAuthorities() - Method in class me.tfeng.play.security.oauth2.ClientAuthentication.Builder
Gets the value of the 'authorities' field
getAuthorities() - Method in class me.tfeng.play.security.oauth2.ClientAuthentication
Gets the value of the 'authorities' field.
getAuthorities() - Method in class me.tfeng.play.security.oauth2.UserAuthentication.Builder
Gets the value of the 'authorities' field
getAuthorities() - Method in class me.tfeng.play.security.oauth2.UserAuthentication
Gets the value of the 'authorities' field.
getClassSchema() - Static method in class me.tfeng.play.security.oauth2.Authentication
 
getClassSchema() - Static method in exception me.tfeng.play.security.oauth2.AuthenticationError
 
getClassSchema() - Static method in class me.tfeng.play.security.oauth2.ClientAuthentication
 
getClassSchema() - Static method in class me.tfeng.play.security.oauth2.UserAuthentication
 
getClient() - Method in class me.tfeng.play.security.oauth2.Authentication.Builder
Gets the value of the 'client' field
getClient() - Method in class me.tfeng.play.security.oauth2.Authentication
Gets the value of the 'client' field.
getId() - Method in class me.tfeng.play.security.oauth2.ClientAuthentication.Builder
Gets the value of the 'id' field
getId() - Method in class me.tfeng.play.security.oauth2.ClientAuthentication
Gets the value of the 'id' field.
getId() - Method in class me.tfeng.play.security.oauth2.UserAuthentication.Builder
Gets the value of the 'id' field
getId() - Method in class me.tfeng.play.security.oauth2.UserAuthentication
Gets the value of the 'id' field.
getInstance() - Static method in class me.tfeng.play.plugins.OAuth2Plugin
 
getMessage$() - Method in class me.tfeng.play.security.oauth2.AuthenticationError.Builder
Gets the value of the 'message$' field
getMessage$() - Method in exception me.tfeng.play.security.oauth2.AuthenticationError
Gets the value of the 'message$' field.
getSchema() - Method in class me.tfeng.play.security.oauth2.Authentication
 
getSchema() - Method in exception me.tfeng.play.security.oauth2.AuthenticationError
 
getSchema() - Method in class me.tfeng.play.security.oauth2.ClientAuthentication
 
getSchema() - Method in class me.tfeng.play.security.oauth2.UserAuthentication
 
getScopes() - Method in class me.tfeng.play.security.oauth2.ClientAuthentication.Builder
Gets the value of the 'scopes' field
getScopes() - Method in class me.tfeng.play.security.oauth2.ClientAuthentication
Gets the value of the 'scopes' field.
getUser() - Method in class me.tfeng.play.security.oauth2.Authentication.Builder
Gets the value of the 'user' field
getUser() - Method in class me.tfeng.play.security.oauth2.Authentication
Gets the value of the 'user' field.

H

hasAuthorities() - Method in class me.tfeng.play.security.oauth2.ClientAuthentication.Builder
Checks whether the 'authorities' field has been set
hasAuthorities() - Method in class me.tfeng.play.security.oauth2.UserAuthentication.Builder
Checks whether the 'authorities' field has been set
hasClient() - Method in class me.tfeng.play.security.oauth2.Authentication.Builder
Checks whether the 'client' field has been set
hasId() - Method in class me.tfeng.play.security.oauth2.ClientAuthentication.Builder
Checks whether the 'id' field has been set
hasId() - Method in class me.tfeng.play.security.oauth2.UserAuthentication.Builder
Checks whether the 'id' field has been set
hasMessage$() - Method in class me.tfeng.play.security.oauth2.AuthenticationError.Builder
Checks whether the 'message$' field has been set
hasScopes() - Method in class me.tfeng.play.security.oauth2.ClientAuthentication.Builder
Checks whether the 'scopes' field has been set
hasUser() - Method in class me.tfeng.play.security.oauth2.Authentication.Builder
Checks whether the 'user' field has been set

I

id - Variable in class me.tfeng.play.security.oauth2.ClientAuthentication
Deprecated.
id - Variable in class me.tfeng.play.security.oauth2.UserAuthentication
Deprecated.
isAuthenticationError(Throwable) - Static method in class me.tfeng.play.plugins.OAuth2Plugin
 

M

me.tfeng.play.plugins - package me.tfeng.play.plugins
 
me.tfeng.play.security.oauth2 - package me.tfeng.play.security.oauth2
 
message$ - Variable in exception me.tfeng.play.security.oauth2.AuthenticationError
Deprecated.

N

newBuilder() - Static method in class me.tfeng.play.security.oauth2.Authentication
Creates a new Authentication RecordBuilder
newBuilder(Authentication.Builder) - Static method in class me.tfeng.play.security.oauth2.Authentication
Creates a new Authentication RecordBuilder by copying an existing Builder
newBuilder(Authentication) - Static method in class me.tfeng.play.security.oauth2.Authentication
Creates a new Authentication RecordBuilder by copying an existing Authentication instance
newBuilder() - Static method in exception me.tfeng.play.security.oauth2.AuthenticationError
Creates a new AuthenticationError RecordBuilder
newBuilder(AuthenticationError.Builder) - Static method in exception me.tfeng.play.security.oauth2.AuthenticationError
Creates a new AuthenticationError RecordBuilder by copying an existing Builder
newBuilder(AuthenticationError) - Static method in exception me.tfeng.play.security.oauth2.AuthenticationError
Creates a new AuthenticationError RecordBuilder by copying an existing AuthenticationError instance
newBuilder() - Static method in class me.tfeng.play.security.oauth2.ClientAuthentication
Creates a new ClientAuthentication RecordBuilder
newBuilder(ClientAuthentication.Builder) - Static method in class me.tfeng.play.security.oauth2.ClientAuthentication
Creates a new ClientAuthentication RecordBuilder by copying an existing Builder
newBuilder(ClientAuthentication) - Static method in class me.tfeng.play.security.oauth2.ClientAuthentication
Creates a new ClientAuthentication RecordBuilder by copying an existing ClientAuthentication instance
newBuilder() - Static method in class me.tfeng.play.security.oauth2.UserAuthentication
Creates a new UserAuthentication RecordBuilder
newBuilder(UserAuthentication.Builder) - Static method in class me.tfeng.play.security.oauth2.UserAuthentication
Creates a new UserAuthentication RecordBuilder by copying an existing Builder
newBuilder(UserAuthentication) - Static method in class me.tfeng.play.security.oauth2.UserAuthentication
Creates a new UserAuthentication RecordBuilder by copying an existing UserAuthentication instance

O

OAuth2Authentication - Annotation Type in me.tfeng.play.security.oauth2
 
OAuth2AuthenticationAction - Class in me.tfeng.play.security.oauth2
 
OAuth2AuthenticationAction() - Constructor for class me.tfeng.play.security.oauth2.OAuth2AuthenticationAction
 
OAuth2GlobalSettings - Class in me.tfeng.play.security.oauth2
 
OAuth2GlobalSettings() - Constructor for class me.tfeng.play.security.oauth2.OAuth2GlobalSettings
 
OAuth2Plugin - Class in me.tfeng.play.plugins
 
OAuth2Plugin(Application) - Constructor for class me.tfeng.play.plugins.OAuth2Plugin
 
onError(Http.RequestHeader, Throwable) - Method in class me.tfeng.play.security.oauth2.OAuth2GlobalSettings
 
onRequest(Http.Request, Method) - Method in class me.tfeng.play.security.oauth2.OAuth2GlobalSettings
 

P

PROTOCOL - Static variable in interface me.tfeng.play.security.oauth2.AuthenticationManager.Callback
 
PROTOCOL - Static variable in interface me.tfeng.play.security.oauth2.AuthenticationManager
 
PROTOCOL - Static variable in interface me.tfeng.play.security.oauth2.AuthenticationManagerClient
 
put(int, Object) - Method in class me.tfeng.play.security.oauth2.Authentication
 
put(int, Object) - Method in exception me.tfeng.play.security.oauth2.AuthenticationError
 
put(int, Object) - Method in class me.tfeng.play.security.oauth2.ClientAuthentication
 
put(int, Object) - Method in class me.tfeng.play.security.oauth2.UserAuthentication
 

S

SCHEMA$ - Static variable in class me.tfeng.play.security.oauth2.Authentication
 
SCHEMA$ - Static variable in exception me.tfeng.play.security.oauth2.AuthenticationError
 
SCHEMA$ - Static variable in class me.tfeng.play.security.oauth2.ClientAuthentication
 
SCHEMA$ - Static variable in class me.tfeng.play.security.oauth2.UserAuthentication
 
scopes - Variable in class me.tfeng.play.security.oauth2.ClientAuthentication
Deprecated.
setAuthorities(List<CharSequence>) - Method in class me.tfeng.play.security.oauth2.ClientAuthentication.Builder
Sets the value of the 'authorities' field
setAuthorities(List<CharSequence>) - Method in class me.tfeng.play.security.oauth2.ClientAuthentication
Sets the value of the 'authorities' field.
setAuthorities(List<CharSequence>) - Method in class me.tfeng.play.security.oauth2.UserAuthentication.Builder
Sets the value of the 'authorities' field
setAuthorities(List<CharSequence>) - Method in class me.tfeng.play.security.oauth2.UserAuthentication
Sets the value of the 'authorities' field.
setCause(Throwable) - Method in class me.tfeng.play.security.oauth2.AuthenticationError.Builder
 
setClient(ClientAuthentication) - Method in class me.tfeng.play.security.oauth2.Authentication.Builder
Sets the value of the 'client' field
setClient(ClientAuthentication) - Method in class me.tfeng.play.security.oauth2.Authentication
Sets the value of the 'client' field.
setId(CharSequence) - Method in class me.tfeng.play.security.oauth2.ClientAuthentication.Builder
Sets the value of the 'id' field
setId(CharSequence) - Method in class me.tfeng.play.security.oauth2.ClientAuthentication
Sets the value of the 'id' field.
setId(CharSequence) - Method in class me.tfeng.play.security.oauth2.UserAuthentication.Builder
Sets the value of the 'id' field
setId(CharSequence) - Method in class me.tfeng.play.security.oauth2.UserAuthentication
Sets the value of the 'id' field.
setMessage$(CharSequence) - Method in class me.tfeng.play.security.oauth2.AuthenticationError.Builder
Sets the value of the 'message$' field
setMessage$(CharSequence) - Method in exception me.tfeng.play.security.oauth2.AuthenticationError
Sets the value of the 'message$' field.
setScopes(List<CharSequence>) - Method in class me.tfeng.play.security.oauth2.ClientAuthentication.Builder
Sets the value of the 'scopes' field
setScopes(List<CharSequence>) - Method in class me.tfeng.play.security.oauth2.ClientAuthentication
Sets the value of the 'scopes' field.
setUser(UserAuthentication) - Method in class me.tfeng.play.security.oauth2.Authentication.Builder
Sets the value of the 'user' field
setUser(UserAuthentication) - Method in class me.tfeng.play.security.oauth2.Authentication
Sets the value of the 'user' field.
setValue(Object) - Method in class me.tfeng.play.security.oauth2.AuthenticationError.Builder
 

U

user - Variable in class me.tfeng.play.security.oauth2.Authentication
Deprecated.
UserAuthentication - Class in me.tfeng.play.security.oauth2
 
UserAuthentication() - Constructor for class me.tfeng.play.security.oauth2.UserAuthentication
Default constructor.
UserAuthentication(CharSequence, List<CharSequence>) - Constructor for class me.tfeng.play.security.oauth2.UserAuthentication
All-args constructor.
UserAuthentication.Builder - Class in me.tfeng.play.security.oauth2
RecordBuilder for UserAuthentication instances.
A B C G H I M N O P S U 
Skip navigation links