Package ca.corefacility.bioinformatics.irida.oauth2
-
Class Summary Class Description IridaOAuth2AuthorizationService A customized version ofJdbcOAuth2AuthorizationService
that adds a method to findOAuth2Authorization
s withOAuth2AccessToken
s for a specificRegisteredClient
.IridaRegisteredClientsRepository A converter implementation ofRegisteredClientRepository
, that transformsIridaClientDetails
to/fromRegisteredClient
.OAuth2ResourceOwnerPasswordAuthenticationConverter Attempts to extract an Access Token Request fromHttpServletRequest
for the OAuth 2.0 Resource Owner Password Credentials Grant and then converts it to anOAuth2ResourceOwnerPasswordAuthenticationToken
used for authenticating the authorization grant.OAuth2ResourceOwnerPasswordAuthenticationProvider AnAuthenticationProvider
impementation for the OAuth 2.0 Resource Owner Password Credentials Grant.OAuth2ResourceOwnerPasswordAuthenticationToken An Authentication implementation used for the OAuth 2.0 Resource Owner Password Credentials Grant.