|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Client | |
|---|---|
| org.surfnet.oaaas.auth | |
| org.surfnet.oaaas.model | |
| org.surfnet.oaaas.noop | |
| org.surfnet.oaaas.repository | |
| org.surfnet.oaaas.resource.resourceserver | |
| Uses of Client in org.surfnet.oaaas.auth |
|---|
| Methods in org.surfnet.oaaas.auth that return Client | |
|---|---|
Client |
AbstractUserConsentHandler.getClient(javax.servlet.ServletRequest request)
Get the Client from the request context to use in handling user consent |
protected Client |
OAuth2ValidatorImpl.validateClient(AuthorizationRequest authorizationRequest)
|
| Methods in org.surfnet.oaaas.auth with parameters of type Client | |
|---|---|
protected String |
OAuth2ValidatorImpl.determineRedirectUri(AuthorizationRequest authorizationRequest,
String responseType,
Client client)
|
protected List<String> |
OAuth2ValidatorImpl.determineScopes(AuthorizationRequest authorizationRequest,
Client client)
|
abstract void |
AbstractUserConsentHandler.handleUserConsent(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain chain,
String authStateValue,
String returnUri,
Client client)
Implement this method to perform the actual authentication. |
| Uses of Client in org.surfnet.oaaas.model |
|---|
| Methods in org.surfnet.oaaas.model that return Client | |
|---|---|
Client |
AuthorizationRequest.getClient()
|
Client |
AccessTokenRequest.getClient()
|
Client |
AccessToken.getClient()
|
| Methods in org.surfnet.oaaas.model that return types with arguments of type Client | |
|---|---|
Set<Client> |
ResourceServer.getClients()
|
| Methods in org.surfnet.oaaas.model with parameters of type Client | |
|---|---|
boolean |
ResourceServer.containsClient(Client client)
|
void |
AuthorizationRequest.setClient(Client client)
|
void |
AccessTokenRequest.setClient(Client client)
|
void |
AccessToken.setClient(Client client)
|
| Method parameters in org.surfnet.oaaas.model with type arguments of type Client | |
|---|---|
void |
ResourceServer.setClients(Set<Client> clients)
|
| Constructors in org.surfnet.oaaas.model with parameters of type Client | |
|---|---|
AccessToken(String token,
AuthenticatedPrincipal principal,
Client client,
long expires,
List<String> scopes)
|
|
AccessToken(String token,
AuthenticatedPrincipal principal,
Client client,
long expires,
List<String> scopes,
String refreshToken)
|
|
| Uses of Client in org.surfnet.oaaas.noop |
|---|
| Methods in org.surfnet.oaaas.noop with parameters of type Client | |
|---|---|
void |
NoopUserConsentHandler.handleUserConsent(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain chain,
String authStateValue,
String returnUri,
Client client)
|
| Uses of Client in org.surfnet.oaaas.repository |
|---|
| Methods in org.surfnet.oaaas.repository that return Client | |
|---|---|
Client |
ClientRepository.findByClientId(String clientId)
|
Client |
ClientRepository.findByIdAndResourceServer(Long id,
ResourceServer resourceServer)
|
| Methods in org.surfnet.oaaas.repository that return types with arguments of type Client | |
|---|---|
List<Client> |
ClientRepository.findByResourceServer(ResourceServer resourceServer)
|
| Methods in org.surfnet.oaaas.repository with parameters of type Client | |
|---|---|
List<AccessToken> |
AccessTokenRepository.findByResourceOwnerIdAndClient(String resourceOwnerId,
Client client)
|
| Uses of Client in org.surfnet.oaaas.resource.resourceserver |
|---|
| Methods in org.surfnet.oaaas.resource.resourceserver with parameters of type Client | |
|---|---|
protected String |
ClientResource.generateClientId(Client client)
Method that generates a unique client id, taking into account existing clientIds in the backend. |
javax.ws.rs.core.Response |
ClientResource.post(Client newOne,
Long id,
javax.servlet.http.HttpServletRequest request,
Long resourceServerId)
Update an existing client. |
javax.ws.rs.core.Response |
ClientResource.put(javax.servlet.http.HttpServletRequest request,
Long resourceServerId,
Client client)
Save a new client. |
| Method parameters in org.surfnet.oaaas.resource.resourceserver with type arguments of type Client | |
|---|---|
protected void |
ResourceServerResource.pruneClientScopes(List<String> newScopes,
List<String> oldScopes,
Set<Client> clients)
Delete all scopes from clients that are not valid anymore with the new resource server |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||