- DataAPI - Class in org.mitre.openid.connect.web
-
API endpoint for importing and exporting the current state of a server.
- DataAPI() - Constructor for class org.mitre.openid.connect.web.DataAPI
-
- DefaultApprovedSiteService - Class in org.mitre.openid.connect.service.impl
-
Implementation of the ApprovedSiteService
- DefaultApprovedSiteService() - Constructor for class org.mitre.openid.connect.service.impl.DefaultApprovedSiteService
-
- DefaultBlacklistedSiteService - Class in org.mitre.openid.connect.service.impl
-
- DefaultBlacklistedSiteService() - Constructor for class org.mitre.openid.connect.service.impl.DefaultBlacklistedSiteService
-
- DefaultDeviceCodeService - Class in org.mitre.oauth2.service.impl
-
- DefaultDeviceCodeService() - Constructor for class org.mitre.oauth2.service.impl.DefaultDeviceCodeService
-
- DefaultIntrospectionResultAssembler - Class in org.mitre.oauth2.service.impl
-
- DefaultIntrospectionResultAssembler() - Constructor for class org.mitre.oauth2.service.impl.DefaultIntrospectionResultAssembler
-
- DefaultOAuth2AuthorizationCodeService - Class in org.mitre.oauth2.service.impl
-
Database-backed, random-value authorization code service implementation.
- DefaultOAuth2AuthorizationCodeService() - Constructor for class org.mitre.oauth2.service.impl.DefaultOAuth2AuthorizationCodeService
-
- DefaultOAuth2ClientDetailsEntityService - Class in org.mitre.oauth2.service.impl
-
- DefaultOAuth2ClientDetailsEntityService() - Constructor for class org.mitre.oauth2.service.impl.DefaultOAuth2ClientDetailsEntityService
-
- DefaultOAuth2ProviderTokenService - Class in org.mitre.oauth2.service.impl
-
- DefaultOAuth2ProviderTokenService() - Constructor for class org.mitre.oauth2.service.impl.DefaultOAuth2ProviderTokenService
-
- DefaultOIDCTokenService - Class in org.mitre.openid.connect.service.impl
-
Default implementation of service to create specialty OpenID Connect tokens.
- DefaultOIDCTokenService() - Constructor for class org.mitre.openid.connect.service.impl.DefaultOIDCTokenService
-
- DefaultScopeClaimTranslationService - Class in org.mitre.openid.connect.service.impl
-
Service to map scopes to claims, and claims to Java field names
- DefaultScopeClaimTranslationService() - Constructor for class org.mitre.openid.connect.service.impl.DefaultScopeClaimTranslationService
-
Default constructor; initializes scopesToClaims map
- DefaultStatsService - Class in org.mitre.openid.connect.service.impl
-
- DefaultStatsService() - Constructor for class org.mitre.openid.connect.service.impl.DefaultStatsService
-
- DefaultSystemScopeService - Class in org.mitre.oauth2.service.impl
-
- DefaultSystemScopeService() - Constructor for class org.mitre.oauth2.service.impl.DefaultSystemScopeService
-
- DefaultUserInfoService - Class in org.mitre.openid.connect.service.impl
-
Implementation of the UserInfoService
- DefaultUserInfoService() - Constructor for class org.mitre.openid.connect.service.impl.DefaultUserInfoService
-
- DefaultWhitelistedSiteService - Class in org.mitre.openid.connect.service.impl
-
Implementation of the WhitelistedSiteService
- DefaultWhitelistedSiteService() - Constructor for class org.mitre.openid.connect.service.impl.DefaultWhitelistedSiteService
-
- deleteAccessTokenById(Long, ModelMap, Principal) - Method in class org.mitre.oauth2.web.TokenAPI
-
- deleteApprovedSite(Long, ModelMap, Principal) - Method in class org.mitre.openid.connect.web.ApprovedSiteAPI
-
Delete an approved site
- deleteBlacklistedSite(Long, ModelMap) - Method in class org.mitre.openid.connect.web.BlacklistAPI
-
Delete a blacklisted site
- deleteClient(ClientDetailsEntity) - Method in class org.mitre.oauth2.repository.impl.JpaOAuth2ClientRepository
-
- deleteClient(ClientDetailsEntity) - Method in class org.mitre.oauth2.service.impl.DefaultOAuth2ClientDetailsEntityService
-
Delete a client and all its associated tokens
- deleteClient(String, Model, OAuth2Authentication) - Method in class org.mitre.openid.connect.web.DynamicClientRegistrationEndpoint
-
Delete the indicated client from the system.
- deleteRefreshTokenById(Long, ModelMap, Principal) - Method in class org.mitre.oauth2.web.TokenAPI
-
- deleteResource(String, Model, OAuth2Authentication) - Method in class org.mitre.openid.connect.web.ProtectedResourceRegistrationEndpoint
-
Delete the indicated client from the system.
- deleteScope(Long, ModelMap) - Method in class org.mitre.oauth2.web.ScopeAPI
-
- deleteWhitelistedSite(Long, ModelMap) - Method in class org.mitre.openid.connect.web.WhitelistAPI
-
Delete a whitelisted site
- DeviceCodeExpiredException - Exception in org.mitre.oauth2.exception
-
- DeviceCodeExpiredException(String) - Constructor for exception org.mitre.oauth2.exception.DeviceCodeExpiredException
-
- DeviceEndpoint - Class in org.mitre.oauth2.web
-
Implements https://tools.ietf.org/html/draft-ietf-oauth-device-flow
- DeviceEndpoint() - Constructor for class org.mitre.oauth2.web.DeviceEndpoint
-
- DeviceTokenGranter - Class in org.mitre.oauth2.token
-
Implements https://tools.ietf.org/html/draft-ietf-oauth-device-flow
- DeviceTokenGranter(AuthorizationServerTokenServices, ClientDetailsService, OAuth2RequestFactory) - Constructor for class org.mitre.oauth2.token.DeviceTokenGranter
-
- DirectCopyRequestFactory - Class in org.mitre.oauth2.assertion.impl
-
Takes an assertion from a trusted source, looks for the fields:
- scope, space-separated list of strings
- aud, array of audience IDs
- DirectCopyRequestFactory() - Constructor for class org.mitre.oauth2.assertion.impl.DirectCopyRequestFactory
-
- DiscoveryEndpoint - Class in org.mitre.discovery.web
-
Handle OpenID Connect Discovery.
- DiscoveryEndpoint() - Constructor for class org.mitre.discovery.web.DiscoveryEndpoint
-
- DISPLAY - Static variable in interface org.mitre.openid.connect.request.ConnectRequestParameters
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.mitre.openid.connect.filter.AuthorizationRequestFilter
-
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.mitre.oauth2.web.CorsFilter
-
- DummyResourceSetService - Class in org.mitre.openid.connect.service.impl
-
Dummy resource set service that doesn't do anything; acts as a stub for the
introspection service when the UMA functionality is disabled.
- DummyResourceSetService() - Constructor for class org.mitre.openid.connect.service.impl.DummyResourceSetService
-
- DuplicateClientIdException - Exception in org.mitre.oauth2.exception
-
- DuplicateClientIdException(String) - Constructor for exception org.mitre.oauth2.exception.DuplicateClientIdException
-
- DynamicClientRegistrationEndpoint - Class in org.mitre.openid.connect.web
-
- DynamicClientRegistrationEndpoint() - Constructor for class org.mitre.openid.connect.web.DynamicClientRegistrationEndpoint
-
- generateClientId(ClientDetailsEntity) - Method in class org.mitre.oauth2.service.impl.DefaultOAuth2ClientDetailsEntityService
-
Generates a clientId for the given client and sets it to the client's clientId field.
- generateClientSecret(ClientDetailsEntity) - Method in class org.mitre.oauth2.service.impl.DefaultOAuth2ClientDetailsEntityService
-
Generates a new clientSecret for the given client and sets it to the client's clientSecret field.
- getAccessToken(OAuth2Authentication) - Method in class org.mitre.oauth2.service.impl.DefaultOAuth2ProviderTokenService
-
Get an access token by its authentication object.
- getAccessTokenById(Long) - Method in class org.mitre.oauth2.repository.impl.JpaOAuth2TokenRepository
-
- getAccessTokenById(Long) - Method in class org.mitre.oauth2.service.impl.DefaultOAuth2ProviderTokenService
-
- getAccessTokenById(Long, ModelMap, Principal) - Method in class org.mitre.oauth2.web.TokenAPI
-
- getAccessTokenByValue(String) - Method in class org.mitre.oauth2.repository.impl.JpaOAuth2TokenRepository
-
- getAccessTokenHash(JWSAlgorithm, OAuth2AccessTokenEntity) - Static method in class org.mitre.openid.connect.util.IdTokenHashUtils
-
Compute the SHA hash of a token
- getAccessTokensByClientId(String, ModelMap, Principal) - Method in class org.mitre.oauth2.web.TokenAPI
-
- getAccessTokensByUserName(String) - Method in class org.mitre.oauth2.repository.impl.JpaOAuth2TokenRepository
-
- getAccessTokensForApprovedSite(ApprovedSite) - Method in class org.mitre.oauth2.repository.impl.JpaOAuth2TokenRepository
-
- getAccessTokensForClient(ClientDetailsEntity) - Method in class org.mitre.oauth2.repository.impl.JpaOAuth2TokenRepository
-
- getAccessTokensForClient(ClientDetailsEntity) - Method in class org.mitre.oauth2.service.impl.DefaultOAuth2ProviderTokenService
-
- getAccessTokensForResourceSet(ResourceSet) - Method in class org.mitre.oauth2.repository.impl.JpaOAuth2TokenRepository
-
- getAll() - Method in class org.mitre.oauth2.repository.impl.JpaAuthenticationHolderRepository
-
- getAll() - Method in class org.mitre.oauth2.repository.impl.JpaSystemScopeRepository
-
- getAll() - Method in class org.mitre.oauth2.service.impl.DefaultSystemScopeService
-
- getAll(ModelMap) - Method in class org.mitre.oauth2.web.ScopeAPI
-
- getAll() - Method in class org.mitre.openid.connect.repository.impl.JpaApprovedSiteRepository
-
- getAll() - Method in class org.mitre.openid.connect.repository.impl.JpaBlacklistedSiteRepository
-
- getAll() - Method in class org.mitre.openid.connect.repository.impl.JpaWhitelistedSiteRepository
-
- getAll() - Method in class org.mitre.openid.connect.service.impl.DefaultApprovedSiteService
-
- getAll() - Method in class org.mitre.openid.connect.service.impl.DefaultBlacklistedSiteService
-
- getAll() - Method in class org.mitre.openid.connect.service.impl.DefaultWhitelistedSiteService
-
- getAllAccessTokens() - Method in class org.mitre.oauth2.repository.impl.JpaOAuth2TokenRepository
-
- getAllAccessTokens(ModelMap, Principal) - Method in class org.mitre.oauth2.web.TokenAPI
-
- getAllAccessTokensForUser(String) - Method in class org.mitre.oauth2.service.impl.DefaultOAuth2ProviderTokenService
-
- getAllApprovedSites(ModelMap, Principal) - Method in class org.mitre.openid.connect.web.ApprovedSiteAPI
-
Get a list of all of this user's approved sites
- getAllBlacklistedSites(ModelMap) - Method in class org.mitre.openid.connect.web.BlacklistAPI
-
Get a list of all blacklisted sites
- getAllClients() - Method in class org.mitre.oauth2.repository.impl.JpaOAuth2ClientRepository
-
- getAllClients() - Method in class org.mitre.oauth2.service.impl.DefaultOAuth2ClientDetailsEntityService
-
Get all clients in the system
- getAllExpiredAccessTokens() - Method in class org.mitre.oauth2.repository.impl.JpaOAuth2TokenRepository
-
- getAllExpiredAccessTokens(PageCriteria) - Method in class org.mitre.oauth2.repository.impl.JpaOAuth2TokenRepository
-
- getAllExpiredRefreshTokens() - Method in class org.mitre.oauth2.repository.impl.JpaOAuth2TokenRepository
-
- getAllExpiredRefreshTokens(PageCriteria) - Method in class org.mitre.oauth2.repository.impl.JpaOAuth2TokenRepository
-
- getAllForClient(ClientDetailsEntity) - Method in class org.mitre.openid.connect.service.impl.DummyResourceSetService
-
- getAllForOwner(String) - Method in class org.mitre.openid.connect.service.impl.DummyResourceSetService
-
- getAllForOwnerAndClient(String, String) - Method in class org.mitre.openid.connect.service.impl.DummyResourceSetService
-
- getAllRefreshTokens() - Method in class org.mitre.oauth2.repository.impl.JpaOAuth2TokenRepository
-
- getAllRefreshTokens(ModelMap, Principal) - Method in class org.mitre.oauth2.web.TokenAPI
-
- getAllRefreshTokensForUser(String) - Method in class org.mitre.oauth2.service.impl.DefaultOAuth2ProviderTokenService
-
- getAllWhitelistedSites(ModelMap) - Method in class org.mitre.openid.connect.web.WhitelistAPI
-
Get a list of all whitelisted sites
- getApprovedAccessTokens(ApprovedSite) - Method in class org.mitre.openid.connect.service.impl.DefaultApprovedSiteService
-
- getApprovedSite(Long, ModelMap, Principal) - Method in class org.mitre.openid.connect.web.ApprovedSiteAPI
-
Get a single approved site
- getAuthCodeExpirationSeconds() - Method in class org.mitre.oauth2.service.impl.DefaultOAuth2AuthorizationCodeService
-
- getAuthenticationHolderRepository() - Method in class org.mitre.openid.connect.service.impl.DefaultOIDCTokenService
-
- getBaseDirectory() - Method in class org.mitre.openid.connect.config.JsonMessageSource
-
- getBlacklistedSite(Long, ModelMap) - Method in class org.mitre.openid.connect.web.BlacklistAPI
-
Get a single blacklisted site
- getByClientId(String) - Method in class org.mitre.openid.connect.repository.impl.JpaApprovedSiteRepository
-
- getByClientId(String) - Method in class org.mitre.openid.connect.repository.impl.JpaWhitelistedSiteRepository
-
- getByClientId(String) - Method in class org.mitre.openid.connect.service.impl.DefaultApprovedSiteService
-
- getByClientId(String) - Method in class org.mitre.openid.connect.service.impl.DefaultWhitelistedSiteService
-
- getByClientIdAndUserId(String, String) - Method in class org.mitre.openid.connect.repository.impl.JpaApprovedSiteRepository
-
- getByClientIdAndUserId(String, String) - Method in class org.mitre.openid.connect.service.impl.DefaultApprovedSiteService
-
- getByCode(String) - Method in class org.mitre.oauth2.repository.impl.JpaAuthorizationCodeRepository
-
- getByCreator(String) - Method in class org.mitre.openid.connect.repository.impl.JpaWhitelistedSiteRepository
-
- getByDeviceCode(String) - Method in class org.mitre.oauth2.repository.impl.JpaDeviceCodeRepository
-
- getByEmailAddress(String) - Method in class org.mitre.openid.connect.repository.impl.JpaUserInfoRepository
-
Get a single UserInfo object by its email address
- getByEmailAddress(String) - Method in class org.mitre.openid.connect.service.impl.DefaultUserInfoService
-
- getById(Long) - Method in class org.mitre.oauth2.repository.impl.JpaAuthenticationHolderRepository
-
- getById(Long) - Method in class org.mitre.oauth2.repository.impl.JpaDeviceCodeRepository
-
- getById(Long) - Method in class org.mitre.oauth2.repository.impl.JpaOAuth2ClientRepository
-
- getById(Long) - Method in class org.mitre.oauth2.repository.impl.JpaSystemScopeRepository
-
- getById(Long) - Method in class org.mitre.oauth2.service.impl.DefaultSystemScopeService
-
- getById(Long) - Method in class org.mitre.openid.connect.repository.impl.JpaAddressRepository
-
- getById(Long) - Method in class org.mitre.openid.connect.repository.impl.JpaApprovedSiteRepository
-
- getById(Long) - Method in class org.mitre.openid.connect.repository.impl.JpaBlacklistedSiteRepository
-
- getById(Long) - Method in class org.mitre.openid.connect.repository.impl.JpaWhitelistedSiteRepository
-
- getById(Long) - Method in class org.mitre.openid.connect.service.impl.DefaultApprovedSiteService
-
- getById(Long) - Method in class org.mitre.openid.connect.service.impl.DefaultBlacklistedSiteService
-
- getById(Long) - Method in class org.mitre.openid.connect.service.impl.DefaultWhitelistedSiteService
-
- getById(Long) - Method in class org.mitre.openid.connect.service.impl.DummyResourceSetService
-
- getBySectorIdentifier(String, String) - Method in class org.mitre.openid.connect.repository.impl.JpaPairwiseIdentifierRepository
-
- getByUserCode(String) - Method in class org.mitre.oauth2.repository.impl.JpaDeviceCodeRepository
-
- getByUserId(String) - Method in class org.mitre.openid.connect.repository.impl.JpaApprovedSiteRepository
-
- getByUserId(String) - Method in class org.mitre.openid.connect.service.impl.DefaultApprovedSiteService
-
- getByUsername(String) - Method in class org.mitre.openid.connect.repository.impl.JpaUserInfoRepository
-
Get a single UserInfo object by its username
- getByUsername(String) - Method in class org.mitre.openid.connect.service.impl.DefaultUserInfoService
-
- getByUsernameAndClientId(String, String) - Method in class org.mitre.openid.connect.service.impl.DefaultUserInfoService
-
- getByValue(String) - Method in class org.mitre.oauth2.repository.impl.JpaSystemScopeRepository
-
- getByValue(String) - Method in class org.mitre.oauth2.service.impl.DefaultSystemScopeService
-
- getClaimsForScope(String) - Method in class org.mitre.openid.connect.service.impl.DefaultScopeClaimTranslationService
-
- getClaimsForScopeSet(Set<String>) - Method in class org.mitre.openid.connect.service.impl.DefaultScopeClaimTranslationService
-
- getClientByClientId(String) - Method in class org.mitre.oauth2.repository.impl.JpaOAuth2ClientRepository
-
- getClientById(Long) - Method in class org.mitre.oauth2.service.impl.DefaultOAuth2ClientDetailsEntityService
-
Get the client by its internal ID
- getClientLogo(Long, Model) - Method in class org.mitre.openid.connect.web.ClientAPI
-
Get the logo image for a client
- getClientService() - Method in class org.mitre.oauth2.web.OAuthConfirmationController
-
- getClientService() - Method in class org.mitre.openid.connect.token.ConnectTokenEnhancer
-
- getCodeHash(JWSAlgorithm, String) - Static method in class org.mitre.openid.connect.util.IdTokenHashUtils
-
Compute the SHA hash of an authorization code
- getConfigBean() - Method in class org.mitre.openid.connect.service.impl.DefaultOIDCTokenService
-
- getConfigBean() - Method in class org.mitre.openid.connect.token.ConnectTokenEnhancer
-
- getCountForClientId(String) - Method in class org.mitre.openid.connect.service.impl.DefaultStatsService
-
- getCredentials() - Method in class org.mitre.openid.connect.assertion.JWTBearerAssertionAuthenticationToken
-
- getDefaults() - Method in class org.mitre.oauth2.service.impl.DefaultSystemScopeService
-
- getError() - Method in exception org.mitre.openid.connect.exception.ValidationException
-
- getErrorDescription() - Method in exception org.mitre.openid.connect.exception.ValidationException
-
- getExclusionStrategy() - Method in class org.mitre.openid.connect.view.AbstractClientEntityView
-
- getExclusionStrategy() - Method in class org.mitre.openid.connect.view.ClientEntityViewForAdmins
-
- getExclusionStrategy() - Method in class org.mitre.openid.connect.view.ClientEntityViewForUsers
-
- getExpiredCodes() - Method in class org.mitre.oauth2.repository.impl.JpaAuthorizationCodeRepository
-
- getExpiredCodes(PageCriteria) - Method in class org.mitre.oauth2.repository.impl.JpaAuthorizationCodeRepository
-
- getExpiredCodes() - Method in class org.mitre.oauth2.repository.impl.JpaDeviceCodeRepository
-
- getHash(JWSAlgorithm, byte[]) - Static method in class org.mitre.openid.connect.util.IdTokenHashUtils
-
- getIdentifier(UserInfo, ClientDetailsEntity) - Method in class org.mitre.openid.connect.service.impl.UUIDPairwiseIdentiferService
-
- getInfo(String, String, OAuth2Authentication, Model) - Method in class org.mitre.openid.connect.web.UserInfoEndpoint
-
Get information about the user as specified in the accessToken included in this request
- getJwk(Model) - Method in class org.mitre.openid.connect.web.JWKSetPublishingEndpoint
-
- getJwt() - Method in class org.mitre.openid.connect.assertion.JWTBearerAssertionAuthenticationToken
-
- getJwtService() - Method in class org.mitre.openid.connect.service.impl.DefaultOIDCTokenService
-
- getJwtService() - Method in class org.mitre.openid.connect.token.ConnectTokenEnhancer
-
- getJwtService() - Method in class org.mitre.openid.connect.web.JWKSetPublishingEndpoint
-
- getLogo(ClientDetailsEntity) - Method in class org.mitre.openid.connect.service.impl.InMemoryClientLogoLoadingService
-
- getOAuth2Authentication(ClientDetails, TokenRequest) - Method in class org.mitre.oauth2.token.ChainedTokenGranter
-
- getOAuth2Authentication(ClientDetails, TokenRequest) - Method in class org.mitre.oauth2.token.DeviceTokenGranter
-
- getOAuth2Authentication(ClientDetails, TokenRequest) - Method in class org.mitre.oauth2.token.JWTAssertionTokenGranter
-
- getOAuth2ErrorCode() - Method in exception org.mitre.oauth2.exception.AuthorizationPendingException
-
- getOAuth2ErrorCode() - Method in exception org.mitre.oauth2.exception.DeviceCodeExpiredException
-
- getOrphanedAuthenticationHolders() - Method in class org.mitre.oauth2.repository.impl.JpaAuthenticationHolderRepository
-
- getOrphanedAuthenticationHolders(PageCriteria) - Method in class org.mitre.oauth2.repository.impl.JpaAuthenticationHolderRepository
-
- getPrincipal() - Method in class org.mitre.openid.connect.assertion.JWTBearerAssertionAuthenticationToken
-
- getRefreshToken(String) - Method in class org.mitre.oauth2.service.impl.DefaultOAuth2ProviderTokenService
-
Get a refresh token by its token value.
- getRefreshTokenById(Long) - Method in class org.mitre.oauth2.repository.impl.JpaOAuth2TokenRepository
-
- getRefreshTokenById(Long) - Method in class org.mitre.oauth2.service.impl.DefaultOAuth2ProviderTokenService
-
- getRefreshTokenById(Long, ModelMap, Principal) - Method in class org.mitre.oauth2.web.TokenAPI
-
- getRefreshTokenByValue(String) - Method in class org.mitre.oauth2.repository.impl.JpaOAuth2TokenRepository
-
- getRefreshTokensByUserName(String) - Method in class org.mitre.oauth2.repository.impl.JpaOAuth2TokenRepository
-
- getRefreshTokensForClient(ClientDetailsEntity) - Method in class org.mitre.oauth2.repository.impl.JpaOAuth2TokenRepository
-
- getRefreshTokensForClient(ClientDetailsEntity) - Method in class org.mitre.oauth2.service.impl.DefaultOAuth2ProviderTokenService
-
- getRegistrationAccessTokenForClient(ClientDetailsEntity) - Method in class org.mitre.oauth2.service.impl.DefaultOAuth2ProviderTokenService
-
- getRegistrationTokenByClientId(String, ModelMap, Principal) - Method in class org.mitre.oauth2.web.TokenAPI
-
- getRepository() - Method in class org.mitre.oauth2.service.impl.DefaultOAuth2AuthorizationCodeService
-
- getRequestMatcher() - Method in class org.mitre.openid.connect.filter.AuthorizationRequestFilter
-
- getReserved() - Method in class org.mitre.oauth2.service.impl.DefaultSystemScopeService
-
- getRestricted() - Method in class org.mitre.oauth2.service.impl.DefaultSystemScopeService
-
- getScope(Long, ModelMap) - Method in class org.mitre.oauth2.web.ScopeAPI
-
- getStatsService() - Method in class org.mitre.openid.connect.web.RootController
-
- getStatus() - Method in exception org.mitre.openid.connect.exception.ValidationException
-
- getSummaryStats() - Method in class org.mitre.openid.connect.service.impl.DefaultStatsService
-
- getTokenEnhancer() - Method in class org.mitre.oauth2.service.impl.DefaultOAuth2ProviderTokenService
-
- getUnrestricted() - Method in class org.mitre.oauth2.service.impl.DefaultSystemScopeService
-
- getUserApprovalRequest(AuthorizationRequest, Authentication) - Method in class org.mitre.openid.connect.token.TofuUserApprovalHandler
-
- getWhitelistedSite(Long, ModelMap) - Method in class org.mitre.openid.connect.web.WhitelistAPI
-
Get a single whitelisted site
- GRANT_TYPE - Static variable in class org.mitre.oauth2.token.ChainedTokenGranter
-
- GRANT_TYPE - Static variable in class org.mitre.oauth2.token.DeviceTokenGranter
-
- gson - Variable in class org.mitre.openid.connect.view.UserInfoView
-