Package ca.corefacility.bioinformatics.irida.oauth2
-
Class Summary Class Description IridaOAuth2AuthorizationService A customized version ofJdbcOAuth2AuthorizationServicethat adds a method to findOAuth2Authorizations withOAuth2AccessTokens for a specificRegisteredClient.IridaRegisteredClientsRepository A converter implementation ofRegisteredClientRepository, that transformsIridaClientDetailsto/fromRegisteredClient.OAuth2ResourceOwnerPasswordAuthenticationConverter Attempts to extract an Access Token Request fromHttpServletRequestfor the OAuth 2.0 Resource Owner Password Credentials Grant and then converts it to anOAuth2ResourceOwnerPasswordAuthenticationTokenused for authenticating the authorization grant.OAuth2ResourceOwnerPasswordAuthenticationProvider AnAuthenticationProviderimpementation 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.