Interface | Description |
---|---|
RestTemplateHolder |
Marker interface for an object that has a getter and setter for a
RestOperations . |
TestAccounts |
Class | Description |
---|---|
OAuth2ContextConfiguration.ClientCredentials |
Set up an OAuth2 context for this test using client credentials grant type
|
OAuth2ContextConfiguration.Implicit |
Set up an OAuth2 context for this test using implicit grant type
|
OAuth2ContextConfiguration.Password |
Set up an OAuth2 context for this test using resource owner password grant type
|
OAuth2ContextConfiguration.ResourceHelper | |
OAuth2ContextSetup |
A rule that sets up an OAuth2 context for tests and makes the access token available
inside a test method.
|
Annotation Type | Description |
---|---|
BeforeOAuth2Context |
Marker annotation for methods to be run before the OAuth2Context is setup by the
OAuth2ContextSetup rule, and
consequently before the regular JUnit @Before methods, which are executed only after the
OAuth2Context is setup. |
OAuth2ContextConfiguration |
Annotation to signal that an OAuth2 authentication should be created and and provided to the enclosing scope (method
or class).
|
Copyright © 2019. All rights reserved.