|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
OAuth2Authentication
.AuthorizationCodeServices
to store and retrieve.ClientDetails
.OAuth2ContextSetup
rule, and
consequently before the regular JUnit @Before
methods, which are executed only after the
OAuth2Context is setup.OAuth2RestTemplate
.ClientDetails
from an Authorization
Server.AuthorizationRequest
extracting all the needed information from the incoming parameter map.
AuthorizationRequestManager
which validates grant types and scopes and fills in
scopes with the default values from the client if they are missing.OAuth2ExceptionRenderer
that can render the exceptions as JSON.ThrowableAnalyzer
which is capable of also unwrapping
ServletException
s.delegates
passing the result into the next member of the chain.
HttpSession
id the authentication request was received from.
clientDetailsService
is not set.
OAuth2AccessToken
with jackson by implementing
JsonDeserializer
.OAuth2AccessToken
with jackson by implementing JsonSerializer
.AuthenticationManager
for OAuth2 protected resources.OAuth2Exception
in cases where they cannot be rendered by the Spring dispatcher
servlet (i.e.OAuth2SecurityExpressionMethods
using the variable oauth2 to access the methods.OAuth2SecurityExpressionMethods
using the variable oauth2 to access the methods.RestTemplate
.ConfigAttribute.getAttribute()
starts with a prefix indicating that it is an OAuth2 scope.OAuth2ClientContext
.
HttpRequests
.
SCOPE_
to be overridden.
String
at the first instance of the delimiter.
String
s, and for each element removes any instances of
removeCharacter
, and splits the element based on the delimiter
.
String
manipulation methods.AuthorizationServerTokenServices
implementation.OAuth2Exception
from a MapTestAccounts
instance into its protected resource details.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |