Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

A

AbstractPageOperationTemplate<T> - Class in org.mitre.data
Abstract class for performing an operation on a potentially large number of items by paging through the items in discreet chunks.
AbstractPageOperationTemplate(String) - Constructor for class org.mitre.data.AbstractPageOperationTemplate
default constructor which sets the value of maxPages and maxTime to DEFAULT_MAX_PAGES and DEFAULT_MAX_TIME_MILLIS respectively
AbstractPageOperationTemplate(int, long, String) - Constructor for class org.mitre.data.AbstractPageOperationTemplate
Instantiates a new AbstractPageOperationTemplate with the given maxPages and maxTime
ACCESSTOKENS - Static variable in interface org.mitre.openid.connect.service.MITREidDataService
 
ACTIVE - Static variable in interface org.mitre.oauth2.service.IntrospectionResultAssembler
 
Address - Interface in org.mitre.openid.connect.model
 
AddressRepository - Interface in org.mitre.openid.connect.repository
Address repository interface
afterPropertiesSet() - Method in class org.mitre.jwt.encryption.service.impl.DefaultJWTEncryptionAndDecryptionService
 
APPLICATION_TYPE - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
approveDeviceCode(DeviceCode, OAuth2Authentication) - Method in interface org.mitre.oauth2.service.DeviceCodeService
 
ApprovedSite - Class in org.mitre.openid.connect.model
 
ApprovedSite() - Constructor for class org.mitre.openid.connect.model.ApprovedSite
Empty constructor
ApprovedSiteRepository - Interface in org.mitre.openid.connect.repository
ApprovedSite repository interface
ApprovedSiteService - Interface in org.mitre.openid.connect.service
Interface for ApprovedSite service
assembleFrom(OAuth2AccessTokenEntity, UserInfo, Set<String>) - Method in interface org.mitre.oauth2.service.IntrospectionResultAssembler
Assemble a token introspection result from the given access token and user info.
assembleFrom(OAuth2RefreshTokenEntity, UserInfo, Set<String>) - Method in interface org.mitre.oauth2.service.IntrospectionResultAssembler
Assemble a token introspection result from the given refresh token and user info.
AssertionValidator - Interface in org.mitre.jwt.assertion
 
AuthenticationHolderEntity - Class in org.mitre.oauth2.model
 
AuthenticationHolderEntity() - Constructor for class org.mitre.oauth2.model.AuthenticationHolderEntity
 
AuthenticationHolderRepository - Interface in org.mitre.oauth2.repository
 
AUTHENTICATIONHOLDERS - Static variable in interface org.mitre.openid.connect.service.MITREidDataService
 
AuthorizationCodeEntity - Class in org.mitre.oauth2.model
Entity class for authorization codes
AuthorizationCodeEntity() - Constructor for class org.mitre.oauth2.model.AuthorizationCodeEntity
Default constructor.
AuthorizationCodeEntity(String, AuthenticationHolderEntity, Date) - Constructor for class org.mitre.oauth2.model.AuthorizationCodeEntity
Create a new AuthorizationCodeEntity with the given code and AuthorizationRequestHolder.
AuthorizationCodeRepository - Interface in org.mitre.oauth2.repository
Interface for saving and consuming OAuth2 authorization codes as AuthorizationCodeEntitys.

B

BlacklistedSite - Class in org.mitre.openid.connect.model
 
BlacklistedSite() - Constructor for class org.mitre.openid.connect.model.BlacklistedSite
 
BlacklistedSiteRepository - Interface in org.mitre.openid.connect.repository
 
BLACKLISTEDSITES - Static variable in interface org.mitre.openid.connect.service.MITREidDataService
 
BlacklistedSiteService - Interface in org.mitre.openid.connect.service
 

C

CachedImage - Class in org.mitre.openid.connect.model
 
CachedImage() - Constructor for class org.mitre.openid.connect.model.CachedImage
 
checkConfigConsistency() - Method in class org.mitre.openid.connect.config.ConfigurationPropertiesBean
Endpoints protected by TLS must have https scheme in the URI.
Claim - Class in org.mitre.uma.model
 
Claim() - Constructor for class org.mitre.uma.model.Claim
 
ClaimProcessingResult - Class in org.mitre.uma.model
Data shuttle to return results of the claims processing service.
ClaimProcessingResult(Collection<Claim>) - Constructor for class org.mitre.uma.model.ClaimProcessingResult
Create an unmatched result.
ClaimProcessingResult(Policy) - Constructor for class org.mitre.uma.model.ClaimProcessingResult
Create a matched result.
CLAIMS_REDIRECT_URIS - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
claimsAreSatisfied(ResourceSet, PermissionTicket) - Method in interface org.mitre.uma.service.ClaimsProcessingService
Determine whether or not the claims that have been supplied are sufficient to fulfill the requirements given by the claims that are required.
ClaimsProcessingService - Interface in org.mitre.uma.service
Processes claims presented during an UMA transaction.
clearAccessTokensForRefreshToken(OAuth2RefreshTokenEntity) - Method in interface org.mitre.oauth2.repository.OAuth2TokenRepository
 
clearAll() - Method in class org.mitre.openid.connect.service.MITREidDataServiceMaps
 
clearApprovedSitesForClient(ClientDetails) - Method in interface org.mitre.openid.connect.service.ApprovedSiteService
Clear out any approved sites for a given client.
clearDeviceCode(String, ClientDetails) - Method in interface org.mitre.oauth2.service.DeviceCodeService
 
clearDuplicateAccessTokens() - Method in interface org.mitre.oauth2.repository.OAuth2TokenRepository
Deprecated.
this method was added to return the remove duplicate access tokens values so that {code removeAccessToken(OAuth2AccessTokenEntity o)} would not to fail. the removeAccessToken method has been updated so as it will not fail in the event that an accessToken has been duplicated, so this method is unnecessary.
clearDuplicateRefreshTokens() - Method in interface org.mitre.oauth2.repository.OAuth2TokenRepository
Deprecated.
this method was added to return the remove duplicate refresh token value so that {code removeRefreshToken(OAuth2RefreshTokenEntity o)} would not to fail. the removeRefreshToken method has been updated so as it will not fail in the event that refreshToken has been duplicated, so this method is unnecessary.
clearExpiredDeviceCodes() - Method in interface org.mitre.oauth2.service.DeviceCodeService
 
clearExpiredSites() - Method in interface org.mitre.openid.connect.service.ApprovedSiteService
Remove all expired approved sites fromt he data store.
clearExpiredTokens() - Method in interface org.mitre.oauth2.service.OAuth2TokenEntityService
 
clearTokensForClient(ClientDetailsEntity) - Method in interface org.mitre.oauth2.repository.OAuth2TokenRepository
 
CLIENT_ID - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
CLIENT_ID - Static variable in interface org.mitre.oauth2.service.IntrospectionResultAssembler
 
CLIENT_ID_ISSUED_AT - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
CLIENT_NAME - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
CLIENT_SECRET - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
CLIENT_SECRET_EXPIRES_AT - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
CLIENT_URI - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
ClientDetailsEntity - Class in org.mitre.oauth2.model
 
ClientDetailsEntity() - Constructor for class org.mitre.oauth2.model.ClientDetailsEntity
Create a blank ClientDetailsEntity
ClientDetailsEntity.AppType - Enum in org.mitre.oauth2.model
 
ClientDetailsEntity.AuthMethod - Enum in org.mitre.oauth2.model
 
ClientDetailsEntity.SubjectType - Enum in org.mitre.oauth2.model
 
ClientDetailsEntityJsonProcessor - Class in org.mitre.openid.connect
Utility class to handle the parsing and serialization of ClientDetails objects.
ClientDetailsEntityJsonProcessor() - Constructor for class org.mitre.openid.connect.ClientDetailsEntityJsonProcessor
 
ClientDetailsEntityService - Interface in org.mitre.oauth2.service
 
ClientKeyCacheService - Class in org.mitre.jwt.signer.service.impl
Takes in a client and returns the appropriate validator or encrypter for that client's registered key types.
ClientKeyCacheService() - Constructor for class org.mitre.jwt.signer.service.impl.ClientKeyCacheService
 
ClientLogoLoadingService - Interface in org.mitre.openid.connect.service
 
CLIENTS - Static variable in interface org.mitre.openid.connect.service.MITREidDataService
 
ClientStat - Class in org.mitre.openid.connect.model
 
ClientStat() - Constructor for class org.mitre.openid.connect.model.ClientStat
 
CODE_CHALLENGE_METHOD - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
ConfigurationBeanLocaleResolver - Class in org.mitre.openid.connect.config
Resolve the server's locale from the injected ConfigurationPropertiesBean.
ConfigurationBeanLocaleResolver() - Constructor for class org.mitre.openid.connect.config.ConfigurationBeanLocaleResolver
 
ConfigurationPropertiesBean - Class in org.mitre.openid.connect.config
Bean to hold configuration information that must be injected into various parts of our application.
ConfigurationPropertiesBean() - Constructor for class org.mitre.openid.connect.config.ConfigurationPropertiesBean
 
CONTACTS - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
convertToDatabaseColumn(JsonElement) - Method in class org.mitre.oauth2.model.convert.JsonElementStringConverter
 
convertToDatabaseColumn(JWEAlgorithm) - Method in class org.mitre.oauth2.model.convert.JWEAlgorithmStringConverter
 
convertToDatabaseColumn(EncryptionMethod) - Method in class org.mitre.oauth2.model.convert.JWEEncryptionMethodStringConverter
 
convertToDatabaseColumn(JWKSet) - Method in class org.mitre.oauth2.model.convert.JWKSetStringConverter
 
convertToDatabaseColumn(JWSAlgorithm) - Method in class org.mitre.oauth2.model.convert.JWSAlgorithmStringConverter
 
convertToDatabaseColumn(JWT) - Method in class org.mitre.oauth2.model.convert.JWTStringConverter
 
convertToDatabaseColumn(PKCEAlgorithm) - Method in class org.mitre.oauth2.model.convert.PKCEAlgorithmStringConverter
 
convertToDatabaseColumn(Serializable) - Method in class org.mitre.oauth2.model.convert.SerializableStringConverter
 
convertToDatabaseColumn(SimpleGrantedAuthority) - Method in class org.mitre.oauth2.model.convert.SimpleGrantedAuthorityStringConverter
 
convertToDatabaseColumn(JsonObject) - Method in class org.mitre.openid.connect.model.convert.JsonObjectStringConverter
 
convertToDatabaseColumn(RegisteredClient) - Method in class org.mitre.uma.model.convert.RegisteredClientStringConverter
 
convertToEntityAttribute(String) - Method in class org.mitre.oauth2.model.convert.JsonElementStringConverter
 
convertToEntityAttribute(String) - Method in class org.mitre.oauth2.model.convert.JWEAlgorithmStringConverter
 
convertToEntityAttribute(String) - Method in class org.mitre.oauth2.model.convert.JWEEncryptionMethodStringConverter
 
convertToEntityAttribute(String) - Method in class org.mitre.oauth2.model.convert.JWKSetStringConverter
 
convertToEntityAttribute(String) - Method in class org.mitre.oauth2.model.convert.JWSAlgorithmStringConverter
 
convertToEntityAttribute(String) - Method in class org.mitre.oauth2.model.convert.JWTStringConverter
 
convertToEntityAttribute(String) - Method in class org.mitre.oauth2.model.convert.PKCEAlgorithmStringConverter
 
convertToEntityAttribute(String) - Method in class org.mitre.oauth2.model.convert.SerializableStringConverter
 
convertToEntityAttribute(String) - Method in class org.mitre.oauth2.model.convert.SimpleGrantedAuthorityStringConverter
 
convertToEntityAttribute(String) - Method in class org.mitre.openid.connect.model.convert.JsonObjectStringConverter
 
convertToEntityAttribute(String) - Method in class org.mitre.uma.model.convert.RegisteredClientStringConverter
 
createApprovedSite(String, String, Date, Set<String>) - Method in interface org.mitre.openid.connect.service.ApprovedSiteService
 
createIdToken(ClientDetailsEntity, OAuth2Request, Date, String, OAuth2AccessTokenEntity) - Method in interface org.mitre.openid.connect.service.OIDCTokenService
Create an id token with the information provided.
createNewDeviceCode(Set<String>, ClientDetailsEntity, Map<String, String>) - Method in interface org.mitre.oauth2.service.DeviceCodeService
 
createRegistrationAccessToken(ClientDetailsEntity) - Method in interface org.mitre.openid.connect.service.OIDCTokenService
Create a registration access token for the given client.
createRequestingPartyToken(OAuth2Authentication, PermissionTicket, Policy) - Method in interface org.mitre.uma.service.UmaTokenService
Create the RPT from the given authentication and ticket.
createResourceAccessToken(ClientDetailsEntity) - Method in interface org.mitre.openid.connect.service.OIDCTokenService
Create a resource access token for the given client (protected resource).
createTicket(ResourceSet, Set<String>) - Method in interface org.mitre.uma.service.PermissionService
 

D

dateFormat - Static variable in interface org.mitre.oauth2.service.IntrospectionResultAssembler
 
decryptJwt(JWEObject) - Method in class org.mitre.jwt.encryption.service.impl.DefaultJWTEncryptionAndDecryptionService
 
decryptJwt(JWEObject) - Method in interface org.mitre.jwt.encryption.service.JWTEncryptionAndDecryptionService
Decrypts the JWT in place with the default decrypter.
DEFAULT_ACR_VALUES - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
DEFAULT_MAX_AGE - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
DefaultAddress - Class in org.mitre.openid.connect.model
 
DefaultAddress() - Constructor for class org.mitre.openid.connect.model.DefaultAddress
Empty constructor
DefaultAddress(Address) - Constructor for class org.mitre.openid.connect.model.DefaultAddress
Copy constructor from an existing address.
DefaultClientUserDetailsService - Class in org.mitre.oauth2.service.impl
Shim layer to convert a ClientDetails service into a UserDetails service
DefaultClientUserDetailsService() - Constructor for class org.mitre.oauth2.service.impl.DefaultClientUserDetailsService
 
DefaultJWTEncryptionAndDecryptionService - Class in org.mitre.jwt.encryption.service.impl
 
DefaultJWTEncryptionAndDecryptionService(Map<String, JWK>) - Constructor for class org.mitre.jwt.encryption.service.impl.DefaultJWTEncryptionAndDecryptionService
Build this service based on the keys given.
DefaultJWTEncryptionAndDecryptionService(JWKSetKeyStore) - Constructor for class org.mitre.jwt.encryption.service.impl.DefaultJWTEncryptionAndDecryptionService
Build this service based on the given keystore.
DefaultJWTSigningAndValidationService - Class in org.mitre.jwt.signer.service.impl
 
DefaultJWTSigningAndValidationService(Map<String, JWK>) - Constructor for class org.mitre.jwt.signer.service.impl.DefaultJWTSigningAndValidationService
Build this service based on the keys given.
DefaultJWTSigningAndValidationService(JWKSetKeyStore) - Constructor for class org.mitre.jwt.signer.service.impl.DefaultJWTSigningAndValidationService
Build this service based on the given keystore.
DefaultPageCriteria - Class in org.mitre.data
Default implementation of PageCriteria which specifies both page to be retrieved and page size in the constructor.
DefaultPageCriteria() - Constructor for class org.mitre.data.DefaultPageCriteria
 
DefaultPageCriteria(int, int) - Constructor for class org.mitre.data.DefaultPageCriteria
 
DefaultUserInfo - Class in org.mitre.openid.connect.model
 
DefaultUserInfo() - Constructor for class org.mitre.openid.connect.model.DefaultUserInfo
 
deleteClient(ClientDetailsEntity) - Method in interface org.mitre.oauth2.repository.OAuth2ClientRepository
 
deleteClient(ClientDetailsEntity) - Method in interface org.mitre.oauth2.service.ClientDetailsEntityService
 
DeviceCode - Class in org.mitre.oauth2.model
 
DeviceCode() - Constructor for class org.mitre.oauth2.model.DeviceCode
 
DeviceCode(String, String, Set<String>, String, Map<String, String>) - Constructor for class org.mitre.oauth2.model.DeviceCode
 
DeviceCodeCreationException - Exception in org.mitre.oauth2.exception
 
DeviceCodeCreationException(String, String) - Constructor for exception org.mitre.oauth2.exception.DeviceCodeCreationException
 
DeviceCodeRepository - Interface in org.mitre.oauth2.repository.impl
 
DeviceCodeService - Interface in org.mitre.oauth2.service
 
doOperation(T) - Method in class org.mitre.data.AbstractPageOperationTemplate
method responsible for performing desired operation on a fetched page item.

E

encryptJwt(JWEObject) - Method in class org.mitre.jwt.encryption.service.impl.DefaultJWTEncryptionAndDecryptionService
 
encryptJwt(JWEObject) - Method in interface org.mitre.jwt.encryption.service.JWTEncryptionAndDecryptionService
Encrypts the JWT in place with the default encrypter.
equals(Object) - Method in class org.mitre.oauth2.model.SystemScope
 
equals(Object) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
equals(Object) - Method in class org.mitre.openid.connect.model.DefaultAddress
 
equals(Object) - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
equals(Object) - Method in class org.mitre.uma.model.Claim
 
equals(Object) - Method in class org.mitre.uma.model.Policy
 
equals(Object) - Method in class org.mitre.uma.model.ResourceSet
 
execute() - Method in class org.mitre.data.AbstractPageOperationTemplate
Execute the operation on each member of a page of results retrieved through the fetch method.
EXP - Static variable in interface org.mitre.oauth2.service.IntrospectionResultAssembler
 
EXPIRES_AT - Static variable in interface org.mitre.oauth2.service.IntrospectionResultAssembler
 
exportData(JsonWriter) - Method in interface org.mitre.openid.connect.service.MITREidDataService
Write out the current server state to the given JSON writer as a JSON object
exportExtensionData(JsonWriter) - Method in interface org.mitre.openid.connect.service.MITREidDataServiceExtension
Export any data for this extension.
extractHint(String) - Method in interface org.mitre.openid.connect.service.LoginHintExtracter
 

F

fetchPage() - Method in class org.mitre.data.AbstractPageOperationTemplate
method responsible for fetching a page of items.
finalReport(int, int, Set<String>) - Method in class org.mitre.data.AbstractPageOperationTemplate
Method responsible for final report of progress.
findDeviceCode(String, ClientDetails) - Method in interface org.mitre.oauth2.service.DeviceCodeService
 
fixExtensionObjectReferences(MITREidDataServiceMaps) - Method in interface org.mitre.openid.connect.service.MITREidDataServiceExtension
Signal the extension to wrap up all object processing and finalize its
fromJson(JsonObject) - Static method in class org.mitre.openid.connect.model.DefaultUserInfo
Parse a JsonObject into a UserInfo.
fromStrings(Set<String>) - Method in interface org.mitre.oauth2.service.SystemScopeService
Translate the set of scope strings into a set of SystemScope objects.

G

generateClientId(ClientDetailsEntity) - Method in interface org.mitre.oauth2.service.ClientDetailsEntityService
 
generateClientSecret(ClientDetailsEntity) - Method in interface org.mitre.oauth2.service.ClientDetailsEntityService
 
getAccessDate() - Method in class org.mitre.openid.connect.model.ApprovedSite
 
getAccessToken(OAuth2Authentication) - Method in interface org.mitre.oauth2.service.OAuth2TokenEntityService
 
getAccessTokenById(Long) - Method in interface org.mitre.oauth2.repository.OAuth2TokenRepository
 
getAccessTokenById(Long) - Method in interface org.mitre.oauth2.service.OAuth2TokenEntityService
 
getAccessTokenByValue(String) - Method in interface org.mitre.oauth2.repository.OAuth2TokenRepository
 
getAccessTokenOldToNewIdMap() - Method in class org.mitre.openid.connect.service.MITREidDataServiceMaps
 
getAccessTokensByUserName(String) - Method in interface org.mitre.oauth2.repository.OAuth2TokenRepository
 
getAccessTokensForApprovedSite(ApprovedSite) - Method in interface org.mitre.oauth2.repository.OAuth2TokenRepository
 
getAccessTokensForClient(ClientDetailsEntity) - Method in interface org.mitre.oauth2.repository.OAuth2TokenRepository
 
getAccessTokensForClient(ClientDetailsEntity) - Method in interface org.mitre.oauth2.service.OAuth2TokenEntityService
 
getAccessTokensForResourceSet(ResourceSet) - Method in interface org.mitre.oauth2.repository.OAuth2TokenRepository
 
getAccessTokenToAuthHolderRefs() - Method in class org.mitre.openid.connect.service.MITREidDataServiceMaps
 
getAccessTokenToClientRefs() - Method in class org.mitre.openid.connect.service.MITREidDataServiceMaps
 
getAccessTokenToRefreshTokenRefs() - Method in class org.mitre.openid.connect.service.MITREidDataServiceMaps
 
getAccessTokenValiditySeconds() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getAccessTokenValiditySeconds() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getAccessTokenValue() - Method in class org.mitre.openid.connect.model.OIDCAuthenticationToken
 
getAccessTokenValue() - Method in class org.mitre.openid.connect.model.PendingOIDCAuthenticationToken
 
getAcrValuesSupported() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getAdditionalInformation() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
This library does not make use of this field, so it is not stored using our persistence layer.
getAdditionalInformation() - Method in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
Get all additional information to be sent to the serializer as part of the token response.
getAdditionalInformation() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getAddress() - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
getAddress() - Method in interface org.mitre.openid.connect.model.UserInfo
 
getAll() - Method in interface org.mitre.oauth2.repository.AuthenticationHolderRepository
 
getAll() - Method in interface org.mitre.oauth2.repository.SystemScopeRepository
 
getAll() - Method in interface org.mitre.oauth2.service.SystemScopeService
 
getAll() - Method in interface org.mitre.openid.connect.repository.ApprovedSiteRepository
Return a collection of all ApprovedSites managed by this repository
getAll() - Method in interface org.mitre.openid.connect.repository.BlacklistedSiteRepository
 
getAll() - Method in interface org.mitre.openid.connect.repository.WhitelistedSiteRepository
Return a collection of all WhitelistedSite managed by this repository
getAll() - Method in interface org.mitre.openid.connect.service.ApprovedSiteService
Return a collection of all ApprovedSites
getAll() - Method in interface org.mitre.openid.connect.service.BlacklistedSiteService
 
getAll() - Method in interface org.mitre.openid.connect.service.WhitelistedSiteService
Return a collection of all WhitelistedSite managed by this service
getAll() - Method in interface org.mitre.uma.repository.PermissionRepository
Get all the tickets in the system (used by the import/export API)
getAll() - Method in interface org.mitre.uma.repository.ResourceSetRepository
 
getAll() - Method in interface org.mitre.uma.service.SavedRegisteredClientService
Get a list of all the registered clients that we know about.
getAllAccessTokens() - Method in interface org.mitre.oauth2.repository.OAuth2TokenRepository
 
getAllAccessTokensForUser(String) - Method in interface org.mitre.oauth2.service.OAuth2TokenEntityService
 
getAllClients() - Method in interface org.mitre.oauth2.repository.OAuth2ClientRepository
 
getAllClients() - Method in interface org.mitre.oauth2.service.ClientDetailsEntityService
 
getAllEncryptionAlgsSupported() - Method in class org.mitre.jwt.encryption.service.impl.DefaultJWTEncryptionAndDecryptionService
 
getAllEncryptionAlgsSupported() - Method in interface org.mitre.jwt.encryption.service.JWTEncryptionAndDecryptionService
Get the list of all encryption algorithms supported by this service.
getAllEncryptionEncsSupported() - Method in class org.mitre.jwt.encryption.service.impl.DefaultJWTEncryptionAndDecryptionService
 
getAllEncryptionEncsSupported() - Method in interface org.mitre.jwt.encryption.service.JWTEncryptionAndDecryptionService
Get the list of all encryption methods supported by this service.
getAllExpiredAccessTokens() - Method in interface org.mitre.oauth2.repository.OAuth2TokenRepository
 
getAllExpiredAccessTokens(PageCriteria) - Method in interface org.mitre.oauth2.repository.OAuth2TokenRepository
 
getAllExpiredRefreshTokens() - Method in interface org.mitre.oauth2.repository.OAuth2TokenRepository
 
getAllExpiredRefreshTokens(PageCriteria) - Method in interface org.mitre.oauth2.repository.OAuth2TokenRepository
 
getAllForClient(String) - Method in interface org.mitre.uma.repository.ResourceSetRepository
 
getAllForClient(ClientDetailsEntity) - Method in interface org.mitre.uma.service.ResourceSetService
 
getAllForOwner(String) - Method in interface org.mitre.uma.repository.ResourceSetRepository
 
getAllForOwner(String) - Method in interface org.mitre.uma.service.ResourceSetService
 
getAllForOwnerAndClient(String, String) - Method in interface org.mitre.uma.repository.ResourceSetRepository
 
getAllForOwnerAndClient(String, String) - Method in interface org.mitre.uma.service.ResourceSetService
 
getAllowedScopes() - Method in class org.mitre.openid.connect.model.ApprovedSite
 
getAllowedScopes() - Method in class org.mitre.openid.connect.model.WhitelistedSite
 
getAllPublicKeys() - Method in class org.mitre.jwt.encryption.service.impl.DefaultJWTEncryptionAndDecryptionService
 
getAllPublicKeys() - Method in interface org.mitre.jwt.encryption.service.JWTEncryptionAndDecryptionService
Get all public keys for this service, mapped by their Key ID
getAllPublicKeys() - Method in class org.mitre.jwt.signer.service.impl.DefaultJWTSigningAndValidationService
 
getAllPublicKeys() - Method in interface org.mitre.jwt.signer.service.JWTSigningAndValidationService
Get all public keys for this service, mapped by their Key ID
getAllRefreshTokens() - Method in interface org.mitre.oauth2.repository.OAuth2TokenRepository
 
getAllRefreshTokensForUser(String) - Method in interface org.mitre.oauth2.service.OAuth2TokenEntityService
 
getAllSigningAlgsSupported() - Method in class org.mitre.jwt.signer.service.impl.DefaultJWTSigningAndValidationService
 
getAllSigningAlgsSupported() - Method in interface org.mitre.jwt.signer.service.JWTSigningAndValidationService
Get the list of all signing algorithms supported by this service.
getApplicationType() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getApplicationType() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getApprovedAccessTokens(ApprovedSite) - Method in interface org.mitre.openid.connect.service.ApprovedSiteService
Return all approved access tokens for the site.
getApprovedSite() - Method in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
getApprovedSiteCount() - Method in class org.mitre.openid.connect.model.ClientStat
 
getAsArray(Set<String>) - Static method in class org.mitre.util.JsonUtils
Translate a set of strings to a JSON array, empty array returned as null
getAsArray(Set<String>, boolean) - Static method in class org.mitre.util.JsonUtils
Translate a set of strings to a JSON array, optionally preserving the empty array.
getAsBoolean(JsonObject, String) - Static method in class org.mitre.util.JsonUtils
Gets the value of the given member as a boolean, null if it doesn't exist
getAsDate(JsonObject, String) - Static method in class org.mitre.util.JsonUtils
Gets the value of the given member (expressed as integer seconds since epoch) as a Date
getAsEncryptionMethodList(JsonObject, String) - Static method in class org.mitre.util.JsonUtils
Gets the value of the given member as a list of JWS Algorithms, null if it doesn't exist
getAsJweAlgorithm(JsonObject, String) - Static method in class org.mitre.util.JsonUtils
Gets the value of the given member as a JWE Algorithm, null if it doesn't exist
getAsJweAlgorithmList(JsonObject, String) - Static method in class org.mitre.util.JsonUtils
Gets the value of the given member as a list of JWS Algorithms, null if it doesn't exist
getAsJweEncryptionMethod(JsonObject, String) - Static method in class org.mitre.util.JsonUtils
Gets the value of the given member as a JWE Encryption Method, null if it doesn't exist
getAsJwsAlgorithm(JsonObject, String) - Static method in class org.mitre.util.JsonUtils
Gets the value of the given member as a JWS Algorithm, null if it doesn't exist
getAsJwsAlgorithmList(JsonObject, String) - Static method in class org.mitre.util.JsonUtils
Gets the value of the given member as a list of JWS Algorithms, null if it doesn't exist
getAsLong(JsonObject, String) - Static method in class org.mitre.util.JsonUtils
Gets the value of the given member as a Long, null if it doesn't exist
getAsPkceAlgorithm(JsonObject, String) - Static method in class org.mitre.util.JsonUtils
Gets the value of the given member as a PKCE Algorithm, null if it doesn't exist
getAsString(JsonObject, String) - Static method in class org.mitre.util.JsonUtils
Gets the value of the given member as a string, null if it doesn't exist
getAsStringList(JsonObject, String) - Static method in class org.mitre.util.JsonUtils
Gets the value of the given given member as a set of strings, null if it doesn't exist
getAsStringSet(JsonObject, String) - Static method in class org.mitre.util.JsonUtils
Gets the value of the given given member as a set of strings, null if it doesn't exist
getAuthentication() - Method in class org.mitre.oauth2.model.AuthenticationHolderEntity
 
getAuthenticationHolder() - Method in class org.mitre.oauth2.model.AuthorizationCodeEntity
The authentication in place when this token was created.
getAuthenticationHolder() - Method in class org.mitre.oauth2.model.DeviceCode
The authentication in place when this token was created.
getAuthenticationHolder() - Method in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
The authentication in place when this token was created.
getAuthenticationHolder() - Method in class org.mitre.oauth2.model.OAuth2RefreshTokenEntity
The authentication in place when the original access token was created
getAuthHolderOldToNewIdMap() - Method in class org.mitre.openid.connect.service.MITREidDataServiceMaps
 
getAuthorities() - Method in class org.mitre.oauth2.model.AuthenticationHolderEntity
 
getAuthorities() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getAuthorities() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getAuthorities() - Method in class org.mitre.oauth2.model.SavedUserAuthentication
 
getAuthorizationEndpointUri() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getAuthorizedGrantTypes() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
passthrough for SECOAUTH api
getAuthorizedGrantTypes() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getBirthdate() - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
getBirthdate() - Method in interface org.mitre.openid.connect.model.UserInfo
 
getByClientId(String) - Method in interface org.mitre.openid.connect.repository.ApprovedSiteRepository
Get all sites associated with this client
getByClientId(String) - Method in interface org.mitre.openid.connect.repository.WhitelistedSiteRepository
Find a WhitelistedSite by its associated ClientDetails reference
getByClientId(String) - Method in interface org.mitre.openid.connect.service.ApprovedSiteService
Get all sites associated with this client
getByClientId(String) - Method in interface org.mitre.openid.connect.service.WhitelistedSiteService
Find a WhitelistedSite by its associated ClientDetails reference
getByClientIdAndUserId(String, String) - Method in interface org.mitre.openid.connect.repository.ApprovedSiteRepository
Return a collection of ApprovedSite managed by this repository matching the provided client ID and user ID
getByClientIdAndUserId(String, String) - Method in interface org.mitre.openid.connect.service.ApprovedSiteService
Return a collection of ApprovedSite managed by this repository matching the provided client ID and user ID
getByCode(String) - Method in interface org.mitre.oauth2.repository.AuthorizationCodeRepository
Get an authorization code from the repository by value.
getByCreator(String) - Method in interface org.mitre.openid.connect.repository.WhitelistedSiteRepository
Return a collection of the WhitelistedSites created by a given user
getByDeviceCode(String) - Method in interface org.mitre.oauth2.repository.impl.DeviceCodeRepository
 
getByEmailAddress(String) - Method in interface org.mitre.openid.connect.repository.UserInfoRepository
Get the UserInfo object by its email field
getByEmailAddress(String) - Method in interface org.mitre.openid.connect.service.UserInfoService
Get the user registered at this server with the given email address.
getById(Long) - Method in interface org.mitre.oauth2.repository.AuthenticationHolderRepository
 
getById(Long) - Method in interface org.mitre.oauth2.repository.impl.DeviceCodeRepository
 
getById(Long) - Method in interface org.mitre.oauth2.repository.OAuth2ClientRepository
 
getById(Long) - Method in interface org.mitre.oauth2.repository.SystemScopeRepository
 
getById(Long) - Method in interface org.mitre.oauth2.service.SystemScopeService
 
getById(Long) - Method in interface org.mitre.openid.connect.repository.AddressRepository
Returns the Address for the given id
getById(Long) - Method in interface org.mitre.openid.connect.repository.ApprovedSiteRepository
Returns the ApprovedSite for the given id
getById(Long) - Method in interface org.mitre.openid.connect.repository.BlacklistedSiteRepository
 
getById(Long) - Method in interface org.mitre.openid.connect.repository.WhitelistedSiteRepository
Returns the WhitelistedSite for the given id
getById(Long) - Method in interface org.mitre.openid.connect.service.ApprovedSiteService
Get ApprovedSite for id
getById(Long) - Method in interface org.mitre.openid.connect.service.BlacklistedSiteService
 
getById(Long) - Method in interface org.mitre.openid.connect.service.WhitelistedSiteService
Returns the WhitelistedSite for the given id
getById(Long) - Method in interface org.mitre.uma.repository.PermissionRepository
Get a permission object by its ID (used by the import/export API)
getById(Long) - Method in interface org.mitre.uma.repository.ResourceSetRepository
 
getById(Long) - Method in interface org.mitre.uma.service.ResourceSetService
 
getBySectorIdentifier(String, String) - Method in interface org.mitre.openid.connect.repository.PairwiseIdentifierRepository
Get a pairwise identifier by its associated user subject and sector identifier.
getByTicket(String) - Method in interface org.mitre.uma.repository.PermissionRepository
Get the permission indicated by its ticket value.
getByTicket(String) - Method in interface org.mitre.uma.service.PermissionService
Read the permission associated with the given ticket.
getByUserCode(String) - Method in interface org.mitre.oauth2.repository.impl.DeviceCodeRepository
 
getByUserId(String) - Method in interface org.mitre.openid.connect.repository.ApprovedSiteRepository
Get all sites approved by this user
getByUserId(String) - Method in interface org.mitre.openid.connect.service.ApprovedSiteService
Get all sites approved by this user
getByUsername(String) - Method in interface org.mitre.openid.connect.repository.UserInfoRepository
Get a UserInfo object by its preferred_username field
getByUsername(String) - Method in interface org.mitre.openid.connect.service.UserInfoService
Get the UserInfo for the given username (usually maps to the preferredUsername field).
getByUsernameAndClientId(String, String) - Method in interface org.mitre.openid.connect.service.UserInfoService
Get the UserInfo for the given username (usually maps to the preferredUsername field) and clientId.
getByValue(String) - Static method in enum org.mitre.oauth2.model.ClientDetailsEntity.AppType
 
getByValue(String) - Static method in enum org.mitre.oauth2.model.ClientDetailsEntity.AuthMethod
 
getByValue(String) - Static method in enum org.mitre.oauth2.model.ClientDetailsEntity.SubjectType
 
getByValue(String) - Method in interface org.mitre.oauth2.repository.SystemScopeRepository
 
getByValue(String) - Method in interface org.mitre.oauth2.service.SystemScopeService
 
getCheckSessionIframe() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getClaimsForScope(String) - Method in interface org.mitre.openid.connect.service.ScopeClaimTranslationService
 
getClaimsForScopeSet(Set<String>) - Method in interface org.mitre.openid.connect.service.ScopeClaimTranslationService
 
getClaimsLocalesSupported() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getClaimsParameterSupported() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getClaimsRedirectUris() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getClaimsRedirectUris() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getClaimsRequired() - Method in class org.mitre.uma.model.Policy
 
getClaimsSupplied() - Method in class org.mitre.uma.model.PermissionTicket
 
getClaimsSupported() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getClaimTokenFormat() - Method in class org.mitre.uma.model.Claim
 
getClaimType() - Method in class org.mitre.uma.model.Claim
 
getClaimTypesSupported() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getClient() - Method in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
getClient() - Method in class org.mitre.oauth2.model.OAuth2RefreshTokenEntity
 
getClient() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getClientByClientId(String) - Method in interface org.mitre.oauth2.repository.OAuth2ClientRepository
 
getClientById(Long) - Method in interface org.mitre.oauth2.service.ClientDetailsEntityService
 
getClientDescription() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getClientDescription() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getClientDetailsService() - Method in class org.mitre.oauth2.service.impl.DefaultClientUserDetailsService
 
getClientDetailsService() - Method in class org.mitre.oauth2.service.impl.UriEncodedClientUserDetailsService
 
getClientId() - Method in class org.mitre.oauth2.model.AuthenticationHolderEntity
 
getClientId() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getClientId() - Method in class org.mitre.oauth2.model.DeviceCode
 
getClientId() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getClientId() - Method in class org.mitre.openid.connect.model.ApprovedSite
 
getClientId() - Method in class org.mitre.openid.connect.model.WhitelistedSite
 
getClientId() - Method in class org.mitre.uma.model.ResourceSet
 
getClientIdIssuedAt() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getClientName() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getClientName() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getClientSecret() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getClientSecret() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getClientSecretExpiresAt() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getClientUri() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getClientUri() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getCode() - Method in class org.mitre.oauth2.model.AuthorizationCodeEntity
 
getCodeChallengeMethod() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getCodeChallengeMethod() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getContacts() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getContacts() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getContentType() - Method in class org.mitre.openid.connect.model.CachedImage
 
getCountForClientId(String) - Method in interface org.mitre.openid.connect.service.StatsService
Calculate the usage count for a single client
getCountry() - Method in interface org.mitre.openid.connect.model.Address
 
getCountry() - Method in class org.mitre.openid.connect.model.DefaultAddress
 
getCreatedAt() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getCreatedAt() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getCreationDate() - Method in class org.mitre.openid.connect.model.ApprovedSite
 
getCreatorUserId() - Method in class org.mitre.openid.connect.model.WhitelistedSite
 
getCredentials() - Method in class org.mitre.oauth2.model.SavedUserAuthentication
 
getCredentials() - Method in class org.mitre.openid.connect.model.OIDCAuthenticationToken
 
getCredentials() - Method in class org.mitre.openid.connect.model.PendingOIDCAuthenticationToken
 
getData() - Method in class org.mitre.openid.connect.model.CachedImage
 
getDefaultACRvalues() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getDefaultACRvalues() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getDefaultAlgorithm() - Method in class org.mitre.jwt.encryption.service.impl.DefaultJWTEncryptionAndDecryptionService
 
getDefaultDecryptionKeyId() - Method in class org.mitre.jwt.encryption.service.impl.DefaultJWTEncryptionAndDecryptionService
 
getDefaultEncryptionKeyId() - Method in class org.mitre.jwt.encryption.service.impl.DefaultJWTEncryptionAndDecryptionService
 
getDefaultLanguageNamespace() - Method in class org.mitre.openid.connect.config.ConfigurationPropertiesBean
Get the default namespace (first in the nonempty list)
getDefaultLocale() - Method in class org.mitre.openid.connect.config.ConfigurationBeanLocaleResolver
 
getDefaultMaxAge() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getDefaultMaxAge() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getDefaults() - Method in interface org.mitre.oauth2.service.SystemScopeService
Get all scopes that are defaulted to new clients on this system
getDefaultSignerKeyId() - Method in class org.mitre.jwt.signer.service.impl.DefaultJWTSigningAndValidationService
 
getDefaultSignerKeyId() - Method in interface org.mitre.jwt.signer.service.JWTSigningAndValidationService
 
getDefaultSigningAlgorithm() - Method in class org.mitre.jwt.signer.service.impl.DefaultJWTSigningAndValidationService
 
getDefaultSigningAlgorithm() - Method in interface org.mitre.jwt.signer.service.JWTSigningAndValidationService
Get the default signing algorithm for use when nothing else has been specified.
getDefaultSigningAlgorithmName() - Method in class org.mitre.jwt.signer.service.impl.DefaultJWTSigningAndValidationService
 
getDescription() - Method in class org.mitre.oauth2.model.SystemScope
 
getDetails() - Method in class org.mitre.oauth2.model.SavedUserAuthentication
 
getDeviceCode() - Method in class org.mitre.oauth2.model.DeviceCode
 
getDeviceCodeValiditySeconds() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getDeviceCodeValiditySeconds() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getDisplayValuesSupported() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getEmail() - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
getEmail() - Method in interface org.mitre.openid.connect.model.UserInfo
 
getEmailVerified() - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
getEmailVerified() - Method in interface org.mitre.openid.connect.model.UserInfo
 
getEncrypter(ClientDetailsEntity) - Method in class org.mitre.jwt.signer.service.impl.ClientKeyCacheService
 
getEncrypter(String) - Method in class org.mitre.jwt.signer.service.impl.JWKSetCacheService
 
getEndSessionEndpoint() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getError() - Method in exception org.mitre.oauth2.exception.DeviceCodeCreationException
 
getExpiration() - Method in class org.mitre.oauth2.model.AuthorizationCodeEntity
 
getExpiration() - Method in class org.mitre.oauth2.model.DeviceCode
 
getExpiration() - Method in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
getExpiration() - Method in class org.mitre.oauth2.model.OAuth2RefreshTokenEntity
 
getExpiration() - Method in class org.mitre.uma.model.PermissionTicket
 
getExpiredCodes() - Method in interface org.mitre.oauth2.repository.AuthorizationCodeRepository
 
getExpiredCodes(PageCriteria) - Method in interface org.mitre.oauth2.repository.AuthorizationCodeRepository
 
getExpiredCodes() - Method in interface org.mitre.oauth2.repository.impl.DeviceCodeRepository
 
getExpiresIn() - Method in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
getExtensions() - Method in class org.mitre.oauth2.model.AuthenticationHolderEntity
 
getFamilyName() - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
getFamilyName() - Method in interface org.mitre.openid.connect.model.UserInfo
 
getFormatted() - Method in interface org.mitre.openid.connect.model.Address
 
getFormatted() - Method in class org.mitre.openid.connect.model.DefaultAddress
 
getFriendlyName() - Method in class org.mitre.uma.model.Claim
 
getGender() - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
getGender() - Method in interface org.mitre.openid.connect.model.UserInfo
 
getGivenName() - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
getGivenName() - Method in interface org.mitre.openid.connect.model.UserInfo
 
getGrantOldToNewIdMap() - Method in class org.mitre.openid.connect.service.MITREidDataServiceMaps
 
getGrantToAccessTokensRefs() - Method in class org.mitre.openid.connect.service.MITREidDataServiceMaps
 
getGrantTypes() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getGrantTypes() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getGrantTypesSupported() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getIcon() - Method in class org.mitre.oauth2.model.SystemScope
 
getIconUri() - Method in class org.mitre.uma.model.ResourceSet
 
getId() - Method in class org.mitre.oauth2.model.AuthenticationHolderEntity
 
getId() - Method in class org.mitre.oauth2.model.AuthorizationCodeEntity
 
getId() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getId() - Method in class org.mitre.oauth2.model.DeviceCode
 
getId() - Method in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
getId() - Method in class org.mitre.oauth2.model.OAuth2RefreshTokenEntity
 
getId() - Method in class org.mitre.oauth2.model.SavedUserAuthentication
 
getId() - Method in class org.mitre.oauth2.model.SystemScope
 
getId() - Method in interface org.mitre.openid.connect.model.Address
Get the system-specific ID of the Address object
getId() - Method in class org.mitre.openid.connect.model.ApprovedSite
 
getId() - Method in class org.mitre.openid.connect.model.BlacklistedSite
 
getId() - Method in class org.mitre.openid.connect.model.DefaultAddress
 
getId() - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
getId() - Method in class org.mitre.openid.connect.model.PairwiseIdentifier
 
getId() - Method in class org.mitre.openid.connect.model.WhitelistedSite
 
getId() - Method in class org.mitre.uma.model.Claim
 
getId() - Method in class org.mitre.uma.model.Permission
 
getId() - Method in class org.mitre.uma.model.PermissionTicket
 
getId() - Method in class org.mitre.uma.model.Policy
 
getId() - Method in class org.mitre.uma.model.ResourceSet
 
getId() - Method in class org.mitre.uma.model.SavedRegisteredClient
 
getIdentifier() - Method in class org.mitre.openid.connect.model.PairwiseIdentifier
 
getIdentifier(UserInfo, ClientDetailsEntity) - Method in interface org.mitre.openid.connect.service.PairwiseIdentiferService
Calcualtes the pairwise identifier for the given userinfo object and client.
getIdToken() - Method in class org.mitre.openid.connect.model.OIDCAuthenticationToken
 
getIdToken() - Method in class org.mitre.openid.connect.model.PendingOIDCAuthenticationToken
 
getIdTokenEncryptedResponseAlg() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getIdTokenEncryptedResponseAlg() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getIdTokenEncryptedResponseEnc() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getIdTokenEncryptedResponseEnc() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getIdTokenEncryptionAlgValuesSupported() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getIdTokenEncryptionEncValuesSupported() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getIdTokenSignedResponseAlg() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getIdTokenSignedResponseAlg() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getIdTokenSigningAlgValuesSupported() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getIdTokenValiditySeconds() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
Number of seconds ID token is valid for.
getIdTokenValiditySeconds() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getInitiateLoginUri() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getInitiateLoginUri() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getIntrospectionEndpointUri() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getIssuer() - Method in class org.mitre.openid.connect.config.ConfigurationPropertiesBean
 
getIssuer() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getIssuer() - Method in class org.mitre.openid.connect.model.OIDCAuthenticationToken
 
getIssuer() - Method in class org.mitre.openid.connect.model.PendingOIDCAuthenticationToken
 
getIssuer() - Method in class org.mitre.uma.model.Claim
 
getIssuer() - Method in class org.mitre.uma.model.SavedRegisteredClient
 
getJsFiles() - Method in class org.mitre.openid.connect.config.UIConfiguration
 
getJwks() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getJwks() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getJwkSet() - Method in class org.mitre.jose.keystore.JWKSetKeyStore
 
getJwksUri() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getJwksUri() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getJwksUri() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getJwt() - Method in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
getJwt() - Method in class org.mitre.oauth2.model.OAuth2RefreshTokenEntity
Get the JWT object directly
getKeys() - Method in class org.mitre.jose.keystore.JWKSetKeyStore
Get the list of keys in this keystore.
getLanguageNamespaces() - Method in class org.mitre.openid.connect.config.ConfigurationPropertiesBean
 
getLanguageNamespacesString() - Method in class org.mitre.openid.connect.config.ConfigurationPropertiesBean
Get the list of namespaces as a JSON string, for injection into the JavaScript UI
getLength() - Method in class org.mitre.openid.connect.model.CachedImage
 
getLocale() - Method in class org.mitre.openid.connect.config.ConfigurationPropertiesBean
 
getLocale() - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
getLocale() - Method in interface org.mitre.openid.connect.model.UserInfo
 
getLocality() - Method in interface org.mitre.openid.connect.model.Address
 
getLocality() - Method in class org.mitre.openid.connect.model.DefaultAddress
 
getLocation() - Method in class org.mitre.jose.keystore.JWKSetKeyStore
 
getLogo(ClientDetailsEntity) - Method in interface org.mitre.openid.connect.service.ClientLogoLoadingService
 
getLogoImageUrl() - Method in class org.mitre.openid.connect.config.ConfigurationPropertiesBean
 
getLogoUri() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getLogoUri() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getMatched() - Method in class org.mitre.uma.model.ClaimProcessingResult
 
getMaxPages() - Method in class org.mitre.data.AbstractPageOperationTemplate
 
getMaxTime() - Method in class org.mitre.data.AbstractPageOperationTemplate
 
getMiddleName() - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
getMiddleName() - Method in interface org.mitre.openid.connect.model.UserInfo
 
getName() - Method in class org.mitre.oauth2.model.SavedUserAuthentication
 
getName() - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
getName() - Method in interface org.mitre.openid.connect.model.UserInfo
 
getName() - Method in class org.mitre.uma.model.Claim
 
getName() - Method in class org.mitre.uma.model.Policy
 
getName() - Method in class org.mitre.uma.model.ResourceSet
 
getNickname() - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
getNickname() - Method in interface org.mitre.openid.connect.model.UserInfo
 
getOperationName() - Method in class org.mitre.data.AbstractPageOperationTemplate
 
getOpPolicyUri() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getOpTosUri() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getOrphanedAuthenticationHolders() - Method in interface org.mitre.oauth2.repository.AuthenticationHolderRepository
 
getOrphanedAuthenticationHolders(PageCriteria) - Method in interface org.mitre.oauth2.repository.AuthenticationHolderRepository
 
getOwner() - Method in class org.mitre.uma.model.ResourceSet
 
getPageNumber() - Method in class org.mitre.data.DefaultPageCriteria
 
getPageNumber() - Method in interface org.mitre.data.PageCriteria
 
getPageSize() - Method in class org.mitre.data.DefaultPageCriteria
 
getPageSize() - Method in interface org.mitre.data.PageCriteria
 
getPermission() - Method in class org.mitre.uma.model.PermissionTicket
 
getPermissions() - Method in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
getPermissionTicketsForResourceSet(ResourceSet) - Method in interface org.mitre.uma.repository.PermissionRepository
Get all permission tickets issued against a resource set (called when RS is deleted)
getPhoneNumber() - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
getPhoneNumber() - Method in interface org.mitre.openid.connect.model.UserInfo
 
getPhoneNumberVerified() - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
getPhoneNumberVerified() - Method in interface org.mitre.openid.connect.model.UserInfo
 
getPicture() - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
getPicture() - Method in interface org.mitre.openid.connect.model.UserInfo
 
getPolicies() - Method in class org.mitre.uma.model.ResourceSet
 
getPolicyUri() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getPolicyUri() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getPostalCode() - Method in interface org.mitre.openid.connect.model.Address
 
getPostalCode() - Method in class org.mitre.openid.connect.model.DefaultAddress
 
getPostLogoutRedirectUris() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getPostLogoutRedirectUris() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getPreferredUsername() - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
getPreferredUsername() - Method in interface org.mitre.openid.connect.model.UserInfo
 
getPrincipal() - Method in class org.mitre.oauth2.model.SavedUserAuthentication
 
getPrincipal() - Method in class org.mitre.openid.connect.model.OIDCAuthenticationToken
Get the principal of this object, an immutable map of the subject and issuer.
getPrincipal() - Method in class org.mitre.openid.connect.model.PendingOIDCAuthenticationToken
Get the principal of this object, an immutable map of the subject and issuer.
getProfile() - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
getProfile() - Method in interface org.mitre.openid.connect.model.UserInfo
 
getRedirectUri() - Method in class org.mitre.oauth2.model.AuthenticationHolderEntity
 
getRedirectUris() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getRedirectUris() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getRefreshToken() - Method in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
getRefreshToken(String) - Method in interface org.mitre.oauth2.service.OAuth2TokenEntityService
 
getRefreshTokenById(Long) - Method in interface org.mitre.oauth2.repository.OAuth2TokenRepository
 
getRefreshTokenById(Long) - Method in interface org.mitre.oauth2.service.OAuth2TokenEntityService
 
getRefreshTokenByValue(String) - Method in interface org.mitre.oauth2.repository.OAuth2TokenRepository
 
getRefreshTokenOldToNewIdMap() - Method in class org.mitre.openid.connect.service.MITREidDataServiceMaps
 
getRefreshTokensByUserName(String) - Method in interface org.mitre.oauth2.repository.OAuth2TokenRepository
 
getRefreshTokensForClient(ClientDetailsEntity) - Method in interface org.mitre.oauth2.repository.OAuth2TokenRepository
 
getRefreshTokensForClient(ClientDetailsEntity) - Method in interface org.mitre.oauth2.service.OAuth2TokenEntityService
 
getRefreshTokenToAuthHolderRefs() - Method in class org.mitre.openid.connect.service.MITREidDataServiceMaps
 
getRefreshTokenToClientRefs() - Method in class org.mitre.openid.connect.service.MITREidDataServiceMaps
 
getRefreshTokenValiditySeconds() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getRefreshTokenValiditySeconds() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getRefreshTokenValue() - Method in class org.mitre.openid.connect.model.OIDCAuthenticationToken
 
getRefreshTokenValue() - Method in class org.mitre.openid.connect.model.PendingOIDCAuthenticationToken
 
getRegion() - Method in interface org.mitre.openid.connect.model.Address
 
getRegion() - Method in class org.mitre.openid.connect.model.DefaultAddress
 
getRegisteredClient() - Method in class org.mitre.uma.model.SavedRegisteredClient
 
getRegisteredRedirectUri() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
Pass-through method to fulfill the ClientDetails interface with a bad name
getRegisteredRedirectUri() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getRegistrationAccessToken() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getRegistrationAccessTokenForClient(ClientDetailsEntity) - Method in interface org.mitre.oauth2.service.OAuth2TokenEntityService
 
getRegistrationClientUri() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getRegistrationEndpointUri() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getRegTokenLifeTime() - Method in class org.mitre.openid.connect.config.ConfigurationPropertiesBean
 
getRequestObjectEncryptionAlgValuesSupported() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getRequestObjectEncryptionEncValuesSupported() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getRequestObjectSigningAlg() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getRequestObjectSigningAlg() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getRequestObjectSigningAlgValuesSupported() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getRequestParameters() - Method in class org.mitre.oauth2.model.AuthenticationHolderEntity
 
getRequestParameters() - Method in class org.mitre.oauth2.model.DeviceCode
 
getRequestParameterSupported() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getRequestUriParameterSupported() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getRequestUris() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getRequestUris() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getRequireAuthTime() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getRequireAuthTime() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getRequireRequestUriRegistration() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getReserved() - Method in interface org.mitre.oauth2.service.SystemScopeService
Get all the reserved system scopes.
getResourceIds() - Method in class org.mitre.oauth2.model.AuthenticationHolderEntity
 
getResourceIds() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getResourceIds() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getResourceSet() - Method in class org.mitre.uma.model.Permission
 
getResponseTypes() - Method in class org.mitre.oauth2.model.AuthenticationHolderEntity
 
getResponseTypes() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getResponseTypes() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getResponseTypesSupported() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getRestricted() - Method in interface org.mitre.oauth2.service.SystemScopeService
Get all the registered scopes that are restricted.
getResultPage(TypedQuery<T>, PageCriteria) - Static method in class org.mitre.util.jpa.JpaUtil
Get a page of results from the specified TypedQuery by using the given PageCriteria to limit the query results.
getRevocationEndpointUri() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getRqpTokenLifeTime() - Method in class org.mitre.openid.connect.config.ConfigurationPropertiesBean
 
getScope() - Method in class org.mitre.oauth2.model.AuthenticationHolderEntity
 
getScope() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getScope() - Method in class org.mitre.oauth2.model.DeviceCode
 
getScope() - Method in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
getScope() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getScopes() - Method in class org.mitre.uma.model.Permission
 
getScopes() - Method in class org.mitre.uma.model.Policy
 
getScopes() - Method in class org.mitre.uma.model.ResourceSet
 
getScopesSupported() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getSectorIdentifier() - Method in class org.mitre.openid.connect.model.PairwiseIdentifier
 
getSectorIdentifierUri() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getSectorIdentifierUri() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getServerConfiguration() - Method in class org.mitre.openid.connect.model.PendingOIDCAuthenticationToken
 
getServiceDocumentation() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getShortTopbarTitle() - Method in class org.mitre.openid.connect.config.ConfigurationPropertiesBean
 
getSingleResult(List<T>) - Static method in class org.mitre.util.jpa.JpaUtil
 
getSoftwareId() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getSoftwareId() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getSoftwareStatement() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getSoftwareStatement() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getSoftwareVersion() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getSoftwareVersion() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getSource() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getSource() - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
getSource() - Method in interface org.mitre.openid.connect.model.UserInfo
The JSON source of this UserInfo (if it was fetched), or null if it's local.
getSourceClass() - Method in class org.mitre.oauth2.model.SavedUserAuthentication
 
getStreetAddress() - Method in interface org.mitre.openid.connect.model.Address
 
getStreetAddress() - Method in class org.mitre.openid.connect.model.DefaultAddress
 
getSub() - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
getSub() - Method in class org.mitre.openid.connect.model.OIDCAuthenticationToken
 
getSub() - Method in class org.mitre.openid.connect.model.PendingOIDCAuthenticationToken
 
getSub() - Method in interface org.mitre.openid.connect.model.UserInfo
 
getSubjectType() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getSubjectType() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getSubjectTypesSupported() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getSummaryStats() - Method in interface org.mitre.openid.connect.service.StatsService
Calculate summary statistics approvalCount: total approved sites userCount: unique users clientCount: unique clients
getSymmetricValidtor(ClientDetailsEntity) - Method in class org.mitre.jwt.signer.service.impl.SymmetricKeyJWTValidatorCacheService
Create a symmetric signing and validation service for the given client
getTicket() - Method in class org.mitre.uma.model.PermissionTicket
 
getTimeoutDate() - Method in class org.mitre.openid.connect.model.ApprovedSite
 
getTokenEndpointAuthMethod() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getTokenEndpointAuthMethod() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getTokenEndpointAuthMethodsSupported() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getTokenEndpointAuthSigningAlg() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getTokenEndpointAuthSigningAlg() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getTokenEndpointAuthSigningAlgValuesSupported() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getTokenEndpointUri() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getTokenType() - Method in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
getTopbarTitle() - Method in class org.mitre.openid.connect.config.ConfigurationPropertiesBean
 
getTosUri() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getTosUri() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getType() - Method in class org.mitre.uma.model.ResourceSet
 
getUiLocalesSupported() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getUnmatched() - Method in class org.mitre.uma.model.ClaimProcessingResult
 
getUnrestricted() - Method in interface org.mitre.oauth2.service.SystemScopeService
Get all the registered scopes that aren't restricted.
getUpdatedTime() - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
getUpdatedTime() - Method in interface org.mitre.openid.connect.model.UserInfo
 
getUri() - Method in class org.mitre.openid.connect.model.BlacklistedSite
 
getUri() - Method in class org.mitre.uma.model.ResourceSet
 
getUserAuth() - Method in class org.mitre.oauth2.model.AuthenticationHolderEntity
 
getUserCode() - Method in class org.mitre.oauth2.model.DeviceCode
 
getUserId() - Method in class org.mitre.openid.connect.model.ApprovedSite
 
getUserInfo() - Method in class org.mitre.openid.connect.model.OIDCAuthenticationToken
 
getUserInfoEncryptedResponseAlg() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getUserInfoEncryptedResponseAlg() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getUserInfoEncryptedResponseEnc() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getUserInfoEncryptedResponseEnc() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getUserinfoEncryptionAlgValuesSupported() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getUserinfoEncryptionEncValuesSupported() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getUserInfoSignedResponseAlg() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
getUserInfoSignedResponseAlg() - Method in class org.mitre.oauth2.model.RegisteredClient
 
getUserinfoSigningAlgValuesSupported() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getUserInfoTokenMethod() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getUserInfoUri() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
getUserSub() - Method in class org.mitre.openid.connect.model.PairwiseIdentifier
 
getValidator(ClientDetailsEntity, JWSAlgorithm) - Method in class org.mitre.jwt.signer.service.impl.ClientKeyCacheService
 
getValidator(String) - Method in class org.mitre.jwt.signer.service.impl.JWKSetCacheService
 
getValue() - Method in enum org.mitre.oauth2.model.ClientDetailsEntity.AppType
 
getValue() - Method in enum org.mitre.oauth2.model.ClientDetailsEntity.AuthMethod
 
getValue() - Method in enum org.mitre.oauth2.model.ClientDetailsEntity.SubjectType
 
getValue() - Method in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
Get the string-encoded value of this access token.
getValue() - Method in class org.mitre.oauth2.model.OAuth2RefreshTokenEntity
Get the JWT-encoded value of this token
getValue() - Method in class org.mitre.oauth2.model.SystemScope
 
getValue() - Method in class org.mitre.uma.model.Claim
 
getWebsite() - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
getWebsite() - Method in interface org.mitre.openid.connect.model.UserInfo
 
getWhitelist() - Method in class org.mitre.jwt.assertion.impl.WhitelistedIssuerAssertionValidator
 
getWhitelistedSiteOldToNewIdMap() - Method in class org.mitre.openid.connect.service.MITREidDataServiceMaps
 
getZoneinfo() - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
getZoneinfo() - Method in interface org.mitre.openid.connect.model.UserInfo
 
GRANT_TYPES - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
GRANTS - Static variable in interface org.mitre.openid.connect.service.MITREidDataService
 

H

hashCode() - Method in class org.mitre.oauth2.model.SystemScope
 
hashCode() - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
hashCode() - Method in class org.mitre.openid.connect.model.DefaultAddress
 
hashCode() - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
hashCode() - Method in class org.mitre.uma.model.Claim
 
hashCode() - Method in class org.mitre.uma.model.Policy
 
hashCode() - Method in class org.mitre.uma.model.ResourceSet
 

I

ID_TOKEN_ENCRYPTED_RESPONSE_ALG - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
ID_TOKEN_ENCRYPTED_RESPONSE_ENC - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
ID_TOKEN_FIELD_NAME - Static variable in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
ID_TOKEN_SIGNED_RESPONSE_ALG - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
importData(JsonReader) - Method in interface org.mitre.openid.connect.service.MITREidDataService
Read in the current server state from the given JSON reader as a JSON object
importExtensionData(String, JsonReader) - Method in interface org.mitre.openid.connect.service.MITREidDataServiceExtension
Import data that's part of this extension.
INITIATE_LOGIN_URI - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
IntrospectionResultAssembler - Interface in org.mitre.oauth2.service
Strategy interface for assembling a token introspection result.
isAllowCompleteDeviceCodeUri() - Method in class org.mitre.openid.connect.config.ConfigurationPropertiesBean
 
isAllowIntrospection() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
isAllowIntrospection() - Method in class org.mitre.oauth2.model.RegisteredClient
 
isAllowRefresh() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
isAllowRefresh() - Method in class org.mitre.oauth2.model.RegisteredClient
 
isApproved() - Method in class org.mitre.oauth2.model.AuthenticationHolderEntity
 
isApproved() - Method in class org.mitre.oauth2.model.DeviceCode
 
isAuthenticated() - Method in class org.mitre.oauth2.model.SavedUserAuthentication
 
isAutoApprove(String) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
Our framework doesn't use this construct, we use WhitelistedSites and ApprovedSites instead.
isBlacklisted(String) - Method in interface org.mitre.openid.connect.service.BlacklistedSiteService
 
isClearAccessTokensOnRefresh() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
isDefaultScope() - Method in class org.mitre.oauth2.model.SystemScope
 
isDualClient() - Method in class org.mitre.openid.connect.config.ConfigurationPropertiesBean
 
isDynamicallyRegistered() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
isDynamicallyRegistered() - Method in class org.mitre.oauth2.model.RegisteredClient
 
isExpired() - Method in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
isExpired() - Method in class org.mitre.oauth2.model.OAuth2RefreshTokenEntity
Has this token expired?
isExpired() - Method in class org.mitre.openid.connect.model.ApprovedSite
Has this approval expired?
isForceHttps() - Method in class org.mitre.openid.connect.config.ConfigurationPropertiesBean
 
isHeartMode() - Method in class org.mitre.openid.connect.config.ConfigurationPropertiesBean
 
isRestricted() - Method in class org.mitre.oauth2.model.SystemScope
 
isReuseRefreshToken() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
isReuseRefreshToken() - Method in class org.mitre.oauth2.model.RegisteredClient
 
isSatisfied() - Method in class org.mitre.uma.model.ClaimProcessingResult
 
isScoped() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
If the scope list is not null or empty, then this client has been scoped.
isScoped() - Method in class org.mitre.oauth2.model.RegisteredClient
 
isSecretRequired() - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
isSecretRequired() - Method in class org.mitre.oauth2.model.RegisteredClient
 
isSwallowExceptions() - Method in class org.mitre.data.AbstractPageOperationTemplate
 
isValid(JWT) - Method in interface org.mitre.jwt.assertion.AssertionValidator
 
isValid(JWT) - Method in class org.mitre.jwt.assertion.impl.NullAssertionValidator
Reject all assertions passed in, always returns false.
isValid(JWT) - Method in class org.mitre.jwt.assertion.impl.SelfAssertionValidator
 
isValid(JWT) - Method in class org.mitre.jwt.assertion.impl.WhitelistedIssuerAssertionValidator
 

J

JpaUtil - Class in org.mitre.util.jpa
 
JpaUtil() - Constructor for class org.mitre.util.jpa.JpaUtil
 
JsonElementStringConverter - Class in org.mitre.oauth2.model.convert
 
JsonElementStringConverter() - Constructor for class org.mitre.oauth2.model.convert.JsonElementStringConverter
 
JsonObjectStringConverter - Class in org.mitre.openid.connect.model.convert
 
JsonObjectStringConverter() - Constructor for class org.mitre.openid.connect.model.convert.JsonObjectStringConverter
 
JsonUtils - Class in org.mitre.util
A collection of null-safe converters from common classes and JSON elements, using GSON.
JsonUtils() - Constructor for class org.mitre.util.JsonUtils
 
JWEAlgorithmStringConverter - Class in org.mitre.oauth2.model.convert
 
JWEAlgorithmStringConverter() - Constructor for class org.mitre.oauth2.model.convert.JWEAlgorithmStringConverter
 
JWEEncryptionMethodStringConverter - Class in org.mitre.oauth2.model.convert
 
JWEEncryptionMethodStringConverter() - Constructor for class org.mitre.oauth2.model.convert.JWEEncryptionMethodStringConverter
 
JWKS - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
JWKS_URI - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
JWKSetCacheService - Class in org.mitre.jwt.signer.service.impl
Creates a caching map of JOSE signers/validators and encrypters/decryptors keyed on the JWK Set URI.
JWKSetCacheService() - Constructor for class org.mitre.jwt.signer.service.impl.JWKSetCacheService
 
JWKSetEditor - Class in org.mitre.openid.connect.config
Allows JWK Set strings to be used in XML configurations.
JWKSetEditor() - Constructor for class org.mitre.openid.connect.config.JWKSetEditor
 
JWKSetKeyStore - Class in org.mitre.jose.keystore
 
JWKSetKeyStore() - Constructor for class org.mitre.jose.keystore.JWKSetKeyStore
 
JWKSetKeyStore(JWKSet) - Constructor for class org.mitre.jose.keystore.JWKSetKeyStore
 
JWKSetStringConverter - Class in org.mitre.oauth2.model.convert
 
JWKSetStringConverter() - Constructor for class org.mitre.oauth2.model.convert.JWKSetStringConverter
 
JWKSetView - Class in org.mitre.openid.connect.view
 
JWKSetView() - Constructor for class org.mitre.openid.connect.view.JWKSetView
 
JWSAlgorithmStringConverter - Class in org.mitre.oauth2.model.convert
 
JWSAlgorithmStringConverter() - Constructor for class org.mitre.oauth2.model.convert.JWSAlgorithmStringConverter
 
JWTEncryptionAndDecryptionService - Interface in org.mitre.jwt.encryption.service
 
JWTSigningAndValidationService - Interface in org.mitre.jwt.signer.service
 
JWTStringConverter - Class in org.mitre.oauth2.model.convert
 
JWTStringConverter() - Constructor for class org.mitre.oauth2.model.convert.JWTStringConverter
 

L

load(String) - Method in class org.mitre.jwt.signer.service.impl.SymmetricKeyJWTValidatorCacheService.SymmetricValidatorBuilder
 
loadClientByClientId(String) - Method in interface org.mitre.oauth2.service.ClientDetailsEntityService
 
loadUserByUsername(String) - Method in class org.mitre.oauth2.service.impl.DefaultClientUserDetailsService
 
loadUserByUsername(String) - Method in class org.mitre.oauth2.service.impl.UriEncodedClientUserDetailsService
 
logger - Static variable in class org.mitre.oauth2.model.convert.JWTStringConverter
 
LoginHintExtracter - Interface in org.mitre.openid.connect.service
 
LOGO_URI - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
lookUpByUserCode(String) - Method in interface org.mitre.oauth2.service.DeviceCodeService
 

M

MITREID_CONNECT_1_0 - Static variable in interface org.mitre.openid.connect.service.MITREidDataService
Data member for 1.X configurations
MITREID_CONNECT_1_1 - Static variable in interface org.mitre.openid.connect.service.MITREidDataService
 
MITREID_CONNECT_1_2 - Static variable in interface org.mitre.openid.connect.service.MITREidDataService
 
MITREID_CONNECT_1_3 - Static variable in interface org.mitre.openid.connect.service.MITREidDataService
 
MITREidDataService - Interface in org.mitre.openid.connect.service
 
MITREidDataServiceExtension - Interface in org.mitre.openid.connect.service
A modular extension to the data import/export layer.
MITREidDataServiceMaps - Class in org.mitre.openid.connect.service
 
MITREidDataServiceMaps() - Constructor for class org.mitre.openid.connect.service.MITREidDataServiceMaps
 

N

normalizeResource(String) - Static method in class org.mitre.discovery.util.WebfingerURLNormalizer
Normalize the resource string as per OIDC Discovery.
NullAssertionValidator - Class in org.mitre.jwt.assertion.impl
Reject all assertions passed in.
NullAssertionValidator() - Constructor for class org.mitre.jwt.assertion.impl.NullAssertionValidator
 

O

OAuth2AccessTokenEntity - Class in org.mitre.oauth2.model
 
OAuth2AccessTokenEntity() - Constructor for class org.mitre.oauth2.model.OAuth2AccessTokenEntity
Create a new, blank access token
OAuth2ClientRepository - Interface in org.mitre.oauth2.repository
 
OAuth2RefreshTokenEntity - Class in org.mitre.oauth2.model
 
OAuth2RefreshTokenEntity() - Constructor for class org.mitre.oauth2.model.OAuth2RefreshTokenEntity
 
OAuth2TokenEntityService - Interface in org.mitre.oauth2.service
 
OAuth2TokenRepository - Interface in org.mitre.oauth2.repository
 
OFFLINE_ACCESS - Static variable in interface org.mitre.oauth2.service.SystemScopeService
 
OIDCAuthenticationToken - Class in org.mitre.openid.connect.model
 
OIDCAuthenticationToken(String, String, UserInfo, Collection<? extends GrantedAuthority>, JWT, String, String) - Constructor for class org.mitre.openid.connect.model.OIDCAuthenticationToken
Constructs OIDCAuthenticationToken with a full set of authorities, marking this as authenticated.
OIDCTokenService - Interface in org.mitre.openid.connect.service
Service to create specialty OpenID Connect tokens.
OPENID_SCOPE - Static variable in interface org.mitre.oauth2.service.SystemScopeService
 
org.mitre.data - package org.mitre.data
 
org.mitre.discovery.util - package org.mitre.discovery.util
 
org.mitre.jose.keystore - package org.mitre.jose.keystore
 
org.mitre.jwt.assertion - package org.mitre.jwt.assertion
 
org.mitre.jwt.assertion.impl - package org.mitre.jwt.assertion.impl
 
org.mitre.jwt.encryption.service - package org.mitre.jwt.encryption.service
 
org.mitre.jwt.encryption.service.impl - package org.mitre.jwt.encryption.service.impl
 
org.mitre.jwt.signer.service - package org.mitre.jwt.signer.service
 
org.mitre.jwt.signer.service.impl - package org.mitre.jwt.signer.service.impl
 
org.mitre.oauth2.exception - package org.mitre.oauth2.exception
 
org.mitre.oauth2.model - package org.mitre.oauth2.model
 
org.mitre.oauth2.model.convert - package org.mitre.oauth2.model.convert
 
org.mitre.oauth2.repository - package org.mitre.oauth2.repository
 
org.mitre.oauth2.repository.impl - package org.mitre.oauth2.repository.impl
 
org.mitre.oauth2.service - package org.mitre.oauth2.service
 
org.mitre.oauth2.service.impl - package org.mitre.oauth2.service.impl
 
org.mitre.openid.connect - package org.mitre.openid.connect
 
org.mitre.openid.connect.config - package org.mitre.openid.connect.config
 
org.mitre.openid.connect.model - package org.mitre.openid.connect.model
 
org.mitre.openid.connect.model.convert - package org.mitre.openid.connect.model.convert
 
org.mitre.openid.connect.repository - package org.mitre.openid.connect.repository
 
org.mitre.openid.connect.service - package org.mitre.openid.connect.service
 
org.mitre.openid.connect.view - package org.mitre.openid.connect.view
 
org.mitre.openid.connect.web - package org.mitre.openid.connect.web
 
org.mitre.uma.model - package org.mitre.uma.model
 
org.mitre.uma.model.convert - package org.mitre.uma.model.convert
 
org.mitre.uma.repository - package org.mitre.uma.repository
 
org.mitre.uma.service - package org.mitre.uma.service
 
org.mitre.util - package org.mitre.util
 
org.mitre.util.jpa - package org.mitre.util.jpa
 

P

PageCriteria - Interface in org.mitre.data
Interface which defines page criteria for use in a repository operation.
PairwiseIdentiferService - Interface in org.mitre.openid.connect.service
 
PairwiseIdentifier - Class in org.mitre.openid.connect.model
Holds the generated pairwise identifiers for a user.
PairwiseIdentifier() - Constructor for class org.mitre.openid.connect.model.PairwiseIdentifier
 
PairwiseIdentifierRepository - Interface in org.mitre.openid.connect.repository
 
PARAM_APPROVED_SITE - Static variable in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
PARAM_CLIENT - Static variable in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
PARAM_CLIENT - Static variable in class org.mitre.oauth2.model.OAuth2RefreshTokenEntity
 
PARAM_CLIENT_ID - Static variable in class org.mitre.oauth2.model.ClientDetailsEntity
 
PARAM_CLIENT_ID - Static variable in class org.mitre.openid.connect.model.ApprovedSite
 
PARAM_CLIENT_ID - Static variable in class org.mitre.openid.connect.model.WhitelistedSite
 
PARAM_CLIENTID - Static variable in class org.mitre.uma.model.ResourceSet
 
PARAM_DATE - Static variable in class org.mitre.oauth2.model.AuthorizationCodeEntity
 
PARAM_DATE - Static variable in class org.mitre.oauth2.model.DeviceCode
 
PARAM_DATE - Static variable in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
PARAM_DATE - Static variable in class org.mitre.oauth2.model.OAuth2RefreshTokenEntity
 
PARAM_DEVICE_CODE - Static variable in class org.mitre.oauth2.model.DeviceCode
 
PARAM_EMAIL - Static variable in class org.mitre.openid.connect.model.DefaultUserInfo
 
PARAM_NAME - Static variable in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
PARAM_NAME - Static variable in class org.mitre.oauth2.model.OAuth2RefreshTokenEntity
 
PARAM_OWNER - Static variable in class org.mitre.uma.model.ResourceSet
 
PARAM_REFERSH_TOKEN - Static variable in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
PARAM_RESOURCE_SET_ID - Static variable in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
PARAM_RESOURCE_SET_ID - Static variable in class org.mitre.uma.model.PermissionTicket
 
PARAM_SECTOR_IDENTIFIER - Static variable in class org.mitre.openid.connect.model.PairwiseIdentifier
 
PARAM_SUB - Static variable in class org.mitre.openid.connect.model.PairwiseIdentifier
 
PARAM_TICKET - Static variable in class org.mitre.uma.model.PermissionTicket
 
PARAM_TOKEN_VALUE - Static variable in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
PARAM_TOKEN_VALUE - Static variable in class org.mitre.oauth2.model.OAuth2RefreshTokenEntity
 
PARAM_USER_CODE - Static variable in class org.mitre.oauth2.model.DeviceCode
 
PARAM_USER_ID - Static variable in class org.mitre.openid.connect.model.ApprovedSite
 
PARAM_USER_ID - Static variable in class org.mitre.openid.connect.model.WhitelistedSite
 
PARAM_USERNAME - Static variable in class org.mitre.openid.connect.model.DefaultUserInfo
 
PARAM_VALUE - Static variable in class org.mitre.oauth2.model.SystemScope
 
parse(String) - Static method in class org.mitre.oauth2.model.PKCEAlgorithm
 
parse(String) - Static method in class org.mitre.openid.connect.ClientDetailsEntityJsonProcessor
Create an unbound ClientDetailsEntity from the given JSON string.
parse(JsonElement) - Static method in class org.mitre.openid.connect.ClientDetailsEntityJsonProcessor
 
parseRegistered(String) - Static method in class org.mitre.openid.connect.ClientDetailsEntityJsonProcessor
Parse the JSON as a RegisteredClient (useful in the dynamic client filter)
parseRegistered(JsonElement) - Static method in class org.mitre.openid.connect.ClientDetailsEntityJsonProcessor
 
PendingOIDCAuthenticationToken - Class in org.mitre.openid.connect.model
AuthenticationToken for use as a data shuttle from the filter to the auth provider.
PendingOIDCAuthenticationToken(String, String, ServerConfiguration, JWT, String, String) - Constructor for class org.mitre.openid.connect.model.PendingOIDCAuthenticationToken
Constructs OIDCAuthenticationToken for use as a data shuttle from the filter to the auth provider.
Permission - Class in org.mitre.uma.model
 
Permission() - Constructor for class org.mitre.uma.model.Permission
 
PermissionRepository - Interface in org.mitre.uma.repository
 
PermissionService - Interface in org.mitre.uma.service
 
PermissionTicket - Class in org.mitre.uma.model
An UMA permission, used in the protection API.
PermissionTicket() - Constructor for class org.mitre.uma.model.PermissionTicket
 
PKCEAlgorithm - Class in org.mitre.oauth2.model
 
PKCEAlgorithm(String, Requirement) - Constructor for class org.mitre.oauth2.model.PKCEAlgorithm
 
PKCEAlgorithm(String) - Constructor for class org.mitre.oauth2.model.PKCEAlgorithm
 
PKCEAlgorithmStringConverter - Class in org.mitre.oauth2.model.convert
 
PKCEAlgorithmStringConverter() - Constructor for class org.mitre.oauth2.model.convert.PKCEAlgorithmStringConverter
 
plain - Static variable in class org.mitre.oauth2.model.PKCEAlgorithm
 
Policy - Class in org.mitre.uma.model
A set of claims required to fulfill a given permission.
Policy() - Constructor for class org.mitre.uma.model.Policy
 
POLICY_URI - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
POST_LOGOUT_REDIRECT_URIS - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.mitre.openid.connect.web.UserInfoInterceptor
 

Q

QUERY_ALL - Static variable in class org.mitre.oauth2.model.AuthenticationHolderEntity
 
QUERY_ALL - Static variable in class org.mitre.oauth2.model.ClientDetailsEntity
 
QUERY_ALL - Static variable in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
QUERY_ALL - Static variable in class org.mitre.oauth2.model.OAuth2RefreshTokenEntity
 
QUERY_ALL - Static variable in class org.mitre.oauth2.model.SystemScope
 
QUERY_ALL - Static variable in class org.mitre.openid.connect.model.ApprovedSite
 
QUERY_ALL - Static variable in class org.mitre.openid.connect.model.BlacklistedSite
 
QUERY_ALL - Static variable in class org.mitre.openid.connect.model.PairwiseIdentifier
 
QUERY_ALL - Static variable in class org.mitre.openid.connect.model.WhitelistedSite
 
QUERY_ALL - Static variable in class org.mitre.uma.model.PermissionTicket
 
QUERY_ALL - Static variable in class org.mitre.uma.model.ResourceSet
 
QUERY_BY_APPROVED_SITE - Static variable in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
QUERY_BY_CLIENT - Static variable in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
QUERY_BY_CLIENT - Static variable in class org.mitre.oauth2.model.OAuth2RefreshTokenEntity
 
QUERY_BY_CLIENT - Static variable in class org.mitre.uma.model.ResourceSet
 
QUERY_BY_CLIENT_ID - Static variable in class org.mitre.oauth2.model.ClientDetailsEntity
 
QUERY_BY_CLIENT_ID - Static variable in class org.mitre.openid.connect.model.ApprovedSite
 
QUERY_BY_CLIENT_ID - Static variable in class org.mitre.openid.connect.model.WhitelistedSite
 
QUERY_BY_CLIENT_ID_AND_USER_ID - Static variable in class org.mitre.openid.connect.model.ApprovedSite
 
QUERY_BY_CREATOR - Static variable in class org.mitre.openid.connect.model.WhitelistedSite
 
QUERY_BY_DEVICE_CODE - Static variable in class org.mitre.oauth2.model.DeviceCode
 
QUERY_BY_EMAIL - Static variable in class org.mitre.openid.connect.model.DefaultUserInfo
 
QUERY_BY_NAME - Static variable in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
QUERY_BY_NAME - Static variable in class org.mitre.oauth2.model.OAuth2RefreshTokenEntity
 
QUERY_BY_OWNER - Static variable in class org.mitre.uma.model.ResourceSet
 
QUERY_BY_OWNER_AND_CLIENT - Static variable in class org.mitre.uma.model.ResourceSet
 
QUERY_BY_REFRESH_TOKEN - Static variable in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
QUERY_BY_RESOURCE_SET - Static variable in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
QUERY_BY_RESOURCE_SET - Static variable in class org.mitre.uma.model.PermissionTicket
 
QUERY_BY_SECTOR_IDENTIFIER - Static variable in class org.mitre.openid.connect.model.PairwiseIdentifier
 
QUERY_BY_TOKEN_VALUE - Static variable in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
QUERY_BY_TOKEN_VALUE - Static variable in class org.mitre.oauth2.model.OAuth2RefreshTokenEntity
 
QUERY_BY_USER_CODE - Static variable in class org.mitre.oauth2.model.DeviceCode
 
QUERY_BY_USER_ID - Static variable in class org.mitre.openid.connect.model.ApprovedSite
 
QUERY_BY_USERNAME - Static variable in class org.mitre.openid.connect.model.DefaultUserInfo
 
QUERY_BY_VALUE - Static variable in class org.mitre.oauth2.model.AuthorizationCodeEntity
 
QUERY_BY_VALUE - Static variable in class org.mitre.oauth2.model.SystemScope
 
QUERY_EXPIRATION_BY_DATE - Static variable in class org.mitre.oauth2.model.AuthorizationCodeEntity
 
QUERY_EXPIRED_BY_DATE - Static variable in class org.mitre.oauth2.model.DeviceCode
 
QUERY_EXPIRED_BY_DATE - Static variable in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
QUERY_EXPIRED_BY_DATE - Static variable in class org.mitre.oauth2.model.OAuth2RefreshTokenEntity
 
QUERY_GET_UNUSED - Static variable in class org.mitre.oauth2.model.AuthenticationHolderEntity
 
QUERY_TICKET - Static variable in class org.mitre.uma.model.PermissionTicket
 

R

readAccessToken(String) - Method in interface org.mitre.oauth2.service.OAuth2TokenEntityService
 
readMap(JsonReader) - Static method in class org.mitre.util.JsonUtils
 
readSet(JsonReader) - Static method in class org.mitre.util.JsonUtils
 
REDIRECT_URIS - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
REFRESHTOKENS - Static variable in interface org.mitre.openid.connect.service.MITREidDataService
 
RegisteredClient - Class in org.mitre.oauth2.model
 
RegisteredClient() - Constructor for class org.mitre.oauth2.model.RegisteredClient
 
RegisteredClient(ClientDetailsEntity) - Constructor for class org.mitre.oauth2.model.RegisteredClient
 
RegisteredClient(ClientDetailsEntity, String, String) - Constructor for class org.mitre.oauth2.model.RegisteredClient
 
RegisteredClientFields - Interface in org.mitre.oauth2.model
 
RegisteredClientStringConverter - Class in org.mitre.uma.model.convert
 
RegisteredClientStringConverter() - Constructor for class org.mitre.uma.model.convert.RegisteredClientStringConverter
 
REGISTRATION_ACCESS_TOKEN - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
REGISTRATION_CLIENT_URI - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
REGISTRATION_TOKEN_SCOPE - Static variable in interface org.mitre.oauth2.service.SystemScopeService
 
remove(AuthenticationHolderEntity) - Method in interface org.mitre.oauth2.repository.AuthenticationHolderRepository
 
remove(AuthorizationCodeEntity) - Method in interface org.mitre.oauth2.repository.AuthorizationCodeRepository
Remove an authorization code from the repository
remove(DeviceCode) - Method in interface org.mitre.oauth2.repository.impl.DeviceCodeRepository
 
remove(SystemScope) - Method in interface org.mitre.oauth2.repository.SystemScopeRepository
 
remove(SystemScope) - Method in interface org.mitre.oauth2.service.SystemScopeService
 
remove(ApprovedSite) - Method in interface org.mitre.openid.connect.repository.ApprovedSiteRepository
Removes the given ApprovedSite from the repository
remove(BlacklistedSite) - Method in interface org.mitre.openid.connect.repository.BlacklistedSiteRepository
 
remove(WhitelistedSite) - Method in interface org.mitre.openid.connect.repository.WhitelistedSiteRepository
Removes the given IdToken from the repository
remove(ApprovedSite) - Method in interface org.mitre.openid.connect.service.ApprovedSiteService
Remove the ApprovedSite
remove(BlacklistedSite) - Method in interface org.mitre.openid.connect.service.BlacklistedSiteService
 
remove(WhitelistedSite) - Method in interface org.mitre.openid.connect.service.WhitelistedSiteService
Removes the given WhitelistedSite from the repository
remove(PermissionTicket) - Method in interface org.mitre.uma.repository.PermissionRepository
Remove the specified ticket.
remove(ResourceSet) - Method in interface org.mitre.uma.repository.ResourceSetRepository
 
remove(ResourceSet) - Method in interface org.mitre.uma.service.ResourceSetService
 
removeAccessToken(OAuth2AccessTokenEntity) - Method in interface org.mitre.oauth2.repository.OAuth2TokenRepository
 
removeRefreshToken(OAuth2RefreshTokenEntity) - Method in interface org.mitre.oauth2.repository.OAuth2TokenRepository
 
removeReservedScopes(Set<SystemScope>) - Method in interface org.mitre.oauth2.service.SystemScopeService
Remove any system-reserved scopes from the set and return the result.
removeRestrictedAndReservedScopes(Set<SystemScope>) - Method in interface org.mitre.oauth2.service.SystemScopeService
Remove any system-reserved or registered restricted scopes from the set and return the result.
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.mitre.openid.connect.view.JWKSetView
 
REQUEST_OBJECT_SIGNING_ALG - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
REQUEST_URIS - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
REQUIRE_AUTH_TIME - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
reservedScopes - Static variable in interface org.mitre.oauth2.service.SystemScopeService
 
resetCache() - Method in interface org.mitre.openid.connect.service.StatsService
Trigger the stats to be recalculated upon next update.
resolveLocaleContext(HttpServletRequest) - Method in class org.mitre.openid.connect.config.ConfigurationBeanLocaleResolver
 
RESOURCE_TOKEN_SCOPE - Static variable in interface org.mitre.oauth2.service.SystemScopeService
 
ResourceSet - Class in org.mitre.uma.model
 
ResourceSet() - Constructor for class org.mitre.uma.model.ResourceSet
 
ResourceSetRepository - Interface in org.mitre.uma.repository
 
ResourceSetService - Interface in org.mitre.uma.service
Manage registered resource sets at this authorization server.
RESPONSE_TYPES - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
revokeAccessToken(OAuth2AccessTokenEntity) - Method in interface org.mitre.oauth2.service.OAuth2TokenEntityService
 
revokeRefreshToken(OAuth2RefreshTokenEntity) - Method in interface org.mitre.oauth2.service.OAuth2TokenEntityService
 
rotateRegistrationAccessTokenForClient(ClientDetailsEntity) - Method in interface org.mitre.openid.connect.service.OIDCTokenService
Rotate the registration or resource token for a client

S

S256 - Static variable in class org.mitre.oauth2.model.PKCEAlgorithm
 
save(AuthenticationHolderEntity) - Method in interface org.mitre.oauth2.repository.AuthenticationHolderRepository
 
save(AuthorizationCodeEntity) - Method in interface org.mitre.oauth2.repository.AuthorizationCodeRepository
Save an AuthorizationCodeEntity to the repository
save(DeviceCode) - Method in interface org.mitre.oauth2.repository.impl.DeviceCodeRepository
 
save(SystemScope) - Method in interface org.mitre.oauth2.repository.SystemScopeRepository
 
save(SystemScope) - Method in interface org.mitre.oauth2.service.SystemScopeService
 
save(ApprovedSite) - Method in interface org.mitre.openid.connect.repository.ApprovedSiteRepository
Persists an ApprovedSite
save(BlacklistedSite) - Method in interface org.mitre.openid.connect.repository.BlacklistedSiteRepository
 
save(PairwiseIdentifier) - Method in interface org.mitre.openid.connect.repository.PairwiseIdentifierRepository
Save a pairwise identifier to the database.
save(WhitelistedSite) - Method in interface org.mitre.openid.connect.repository.WhitelistedSiteRepository
Persists a WhitelistedSite
save(ApprovedSite) - Method in interface org.mitre.openid.connect.service.ApprovedSiteService
Save an ApprovedSite
save(PermissionTicket) - Method in interface org.mitre.uma.repository.PermissionRepository
Save a permission ticket.
save(ResourceSet) - Method in interface org.mitre.uma.repository.ResourceSetRepository
 
save(String, RegisteredClient) - Method in interface org.mitre.uma.service.SavedRegisteredClientService
 
saveAccessToken(OAuth2AccessTokenEntity) - Method in interface org.mitre.oauth2.repository.OAuth2TokenRepository
 
saveAccessToken(OAuth2AccessTokenEntity) - Method in interface org.mitre.oauth2.service.OAuth2TokenEntityService
 
saveClient(ClientDetailsEntity) - Method in interface org.mitre.oauth2.repository.OAuth2ClientRepository
 
SavedRegisteredClient - Class in org.mitre.uma.model
 
SavedRegisteredClient() - Constructor for class org.mitre.uma.model.SavedRegisteredClient
 
SavedRegisteredClientService - Interface in org.mitre.uma.service
 
SavedUserAuthentication - Class in org.mitre.oauth2.model
This class stands in for an original Authentication object.
SavedUserAuthentication(Authentication) - Constructor for class org.mitre.oauth2.model.SavedUserAuthentication
Create a Saved Auth from an existing Auth token
SavedUserAuthentication() - Constructor for class org.mitre.oauth2.model.SavedUserAuthentication
Create an empty saved auth
saveNew(BlacklistedSite) - Method in interface org.mitre.openid.connect.service.BlacklistedSiteService
 
saveNew(WhitelistedSite) - Method in interface org.mitre.openid.connect.service.WhitelistedSiteService
Persists a new WhitelistedSite
saveNew(ResourceSet) - Method in interface org.mitre.uma.service.ResourceSetService
 
saveNewClient(ClientDetailsEntity) - Method in interface org.mitre.oauth2.service.ClientDetailsEntityService
 
saveOrUpdate(I, EntityManager, T) - Static method in class org.mitre.util.jpa.JpaUtil
 
saveRawPermission(Permission) - Method in interface org.mitre.uma.repository.PermissionRepository
Save a permission object with no associated ticket (used by the import/export API)
saveRefreshToken(OAuth2RefreshTokenEntity) - Method in interface org.mitre.oauth2.repository.OAuth2TokenRepository
 
saveRefreshToken(OAuth2RefreshTokenEntity) - Method in interface org.mitre.oauth2.service.OAuth2TokenEntityService
 
SCOPE - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
SCOPE - Static variable in interface org.mitre.oauth2.service.IntrospectionResultAssembler
 
SCOPE_SEPARATOR - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
SCOPE_SEPARATOR - Static variable in interface org.mitre.oauth2.service.IntrospectionResultAssembler
 
ScopeClaimTranslationService - Interface in org.mitre.openid.connect.service
 
scopesMatch(Set<String>, Set<String>) - Method in interface org.mitre.oauth2.service.SystemScopeService
Test whether the scopes in both sets are compatible.
SECTOR_IDENTIFIER_URI - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
SelfAssertionValidator - Class in org.mitre.jwt.assertion.impl
Validates all assertions generated by this server
SelfAssertionValidator() - Constructor for class org.mitre.jwt.assertion.impl.SelfAssertionValidator
 
SerializableStringConverter - Class in org.mitre.oauth2.model.convert
Translates a Serializable object of certain primitive types into a String for storage in the database, for use with the OAuth2Request extensions map.
SerializableStringConverter() - Constructor for class org.mitre.oauth2.model.convert.SerializableStringConverter
 
serialize(RegisteredClient) - Static method in class org.mitre.openid.connect.ClientDetailsEntityJsonProcessor
 
serializeURL(UriComponents) - Static method in class org.mitre.discovery.util.WebfingerURLNormalizer
 
ServerConfiguration - Class in org.mitre.openid.connect.config
Container class for a client's view of a server's configuration
ServerConfiguration() - Constructor for class org.mitre.openid.connect.config.ServerConfiguration
 
ServerConfiguration.UserInfoTokenMethod - Enum in org.mitre.openid.connect.config
 
setAccessDate(Date) - Method in class org.mitre.openid.connect.model.ApprovedSite
 
setAccessTokenValiditySeconds(Integer) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setAccessTokenValiditySeconds(Integer) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setAcrValuesSupported(List<String>) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setAddress(Address) - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
setAddress(Address) - Method in interface org.mitre.openid.connect.model.UserInfo
 
setAllowCompleteDeviceCodeUri(boolean) - Method in class org.mitre.openid.connect.config.ConfigurationPropertiesBean
 
setAllowedScopes(Set<String>) - Method in class org.mitre.openid.connect.model.ApprovedSite
 
setAllowedScopes(Set<String>) - Method in class org.mitre.openid.connect.model.WhitelistedSite
 
setAllowIntrospection(boolean) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setAllowIntrospection(boolean) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setApplicationType(ClientDetailsEntity.AppType) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setApplicationType(ClientDetailsEntity.AppType) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setApproved(boolean) - Method in class org.mitre.oauth2.model.AuthenticationHolderEntity
 
setApproved(boolean) - Method in class org.mitre.oauth2.model.DeviceCode
 
setApprovedSite(ApprovedSite) - Method in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
setApprovedSiteCount(Integer) - Method in class org.mitre.openid.connect.model.ClientStat
 
setAsText(String) - Method in class org.mitre.openid.connect.config.JWKSetEditor
 
setAuthenticated(boolean) - Method in class org.mitre.oauth2.model.SavedUserAuthentication
 
setAuthentication(OAuth2Authentication) - Method in class org.mitre.oauth2.model.AuthenticationHolderEntity
 
setAuthenticationHolder(AuthenticationHolderEntity) - Method in class org.mitre.oauth2.model.AuthorizationCodeEntity
 
setAuthenticationHolder(AuthenticationHolderEntity) - Method in class org.mitre.oauth2.model.DeviceCode
 
setAuthenticationHolder(AuthenticationHolderEntity) - Method in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
setAuthenticationHolder(AuthenticationHolderEntity) - Method in class org.mitre.oauth2.model.OAuth2RefreshTokenEntity
 
setAuthorities(Collection<GrantedAuthority>) - Method in class org.mitre.oauth2.model.AuthenticationHolderEntity
 
setAuthorities(Set<GrantedAuthority>) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setAuthorities(Set<GrantedAuthority>) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setAuthorities(Collection<GrantedAuthority>) - Method in class org.mitre.oauth2.model.SavedUserAuthentication
 
setAuthorizationEndpointUri(String) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setBirthdate(String) - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
setBirthdate(String) - Method in interface org.mitre.openid.connect.model.UserInfo
 
setCheckSessionIframe(String) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setClaimsLocalesSupported(List<String>) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setClaimsParameterSupported(Boolean) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setClaimsRedirectUris(Set<String>) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setClaimsRedirectUris(Set<String>) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setClaimsRequired(Collection<Claim>) - Method in class org.mitre.uma.model.Policy
 
setClaimsSupplied(Collection<Claim>) - Method in class org.mitre.uma.model.PermissionTicket
 
setClaimsSupported(List<String>) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setClaimTokenFormat(Set<String>) - Method in class org.mitre.uma.model.Claim
 
setClaimType(String) - Method in class org.mitre.uma.model.Claim
 
setClaimTypesSupported(List<String>) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setClearAccessTokensOnRefresh(boolean) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setClient(ClientDetailsEntity) - Method in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
setClient(ClientDetailsEntity) - Method in class org.mitre.oauth2.model.OAuth2RefreshTokenEntity
 
setClient(ClientDetailsEntity) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setClientDescription(String) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setClientDescription(String) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setClientDetailsService(ClientDetailsEntityService) - Method in class org.mitre.oauth2.service.impl.DefaultClientUserDetailsService
 
setClientDetailsService(ClientDetailsEntityService) - Method in class org.mitre.oauth2.service.impl.UriEncodedClientUserDetailsService
 
setClientId(String) - Method in class org.mitre.oauth2.model.AuthenticationHolderEntity
 
setClientId(String) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setClientId(String) - Method in class org.mitre.oauth2.model.DeviceCode
 
setClientId(String) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setClientId(String) - Method in class org.mitre.openid.connect.model.ApprovedSite
 
setClientId(String) - Method in class org.mitre.openid.connect.model.WhitelistedSite
 
setClientId(String) - Method in class org.mitre.uma.model.ResourceSet
 
setClientIdIssuedAt(Date) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setClientName(String) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setClientName(String) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setClientSecret(String) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setClientSecret(String) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setClientSecretExpiresAt(Date) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setClientUri(String) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setClientUri(String) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setCode(String) - Method in class org.mitre.oauth2.model.AuthorizationCodeEntity
 
setCodeChallengeMethod(PKCEAlgorithm) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setCodeChallengeMethod(PKCEAlgorithm) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setContacts(Set<String>) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setContacts(Set<String>) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setContentType(String) - Method in class org.mitre.openid.connect.model.CachedImage
 
setCountry(String) - Method in interface org.mitre.openid.connect.model.Address
 
setCountry(String) - Method in class org.mitre.openid.connect.model.DefaultAddress
 
setCreatedAt(Date) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setCreatedAt(Date) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setCreationDate(Date) - Method in class org.mitre.openid.connect.model.ApprovedSite
 
setCreatorUserId(String) - Method in class org.mitre.openid.connect.model.WhitelistedSite
 
setData(byte[]) - Method in class org.mitre.openid.connect.model.CachedImage
 
setDefaultACRvalues(Set<String>) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setDefaultACRvalues(Set<String>) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setDefaultAlgorithm(JWEAlgorithm) - Method in class org.mitre.jwt.encryption.service.impl.DefaultJWTEncryptionAndDecryptionService
 
setDefaultDecryptionKeyId(String) - Method in class org.mitre.jwt.encryption.service.impl.DefaultJWTEncryptionAndDecryptionService
 
setDefaultEncryptionKeyId(String) - Method in class org.mitre.jwt.encryption.service.impl.DefaultJWTEncryptionAndDecryptionService
 
setDefaultMaxAge(Integer) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setDefaultMaxAge(Integer) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setDefaultScope(boolean) - Method in class org.mitre.oauth2.model.SystemScope
 
setDefaultSignerKeyId(String) - Method in class org.mitre.jwt.signer.service.impl.DefaultJWTSigningAndValidationService
 
setDefaultSigningAlgorithmName(String) - Method in class org.mitre.jwt.signer.service.impl.DefaultJWTSigningAndValidationService
 
setDescription(String) - Method in class org.mitre.oauth2.model.SystemScope
 
setDeviceCode(String) - Method in class org.mitre.oauth2.model.DeviceCode
 
setDeviceCodeValiditySeconds(Integer) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setDeviceCodeValiditySeconds(Integer) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setDisplayValuesSupported(List<String>) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setDualClient(boolean) - Method in class org.mitre.openid.connect.config.ConfigurationPropertiesBean
 
setDynamicallyRegistered(boolean) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setDynamicallyRegistered(boolean) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setEmail(String) - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
setEmail(String) - Method in interface org.mitre.openid.connect.model.UserInfo
 
setEmailVerified(Boolean) - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
setEmailVerified(Boolean) - Method in interface org.mitre.openid.connect.model.UserInfo
 
setEndSessionEndpoint(String) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setError(String) - Method in exception org.mitre.oauth2.exception.DeviceCodeCreationException
 
setExpiration(Date) - Method in class org.mitre.oauth2.model.AuthorizationCodeEntity
 
setExpiration(Date) - Method in class org.mitre.oauth2.model.DeviceCode
 
setExpiration(Date) - Method in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
setExpiration(Date) - Method in class org.mitre.oauth2.model.OAuth2RefreshTokenEntity
 
setExpiration(Date) - Method in class org.mitre.uma.model.PermissionTicket
 
setExtensions(Map<String, Serializable>) - Method in class org.mitre.oauth2.model.AuthenticationHolderEntity
 
setFamilyName(String) - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
setFamilyName(String) - Method in interface org.mitre.openid.connect.model.UserInfo
 
setForceHttps(boolean) - Method in class org.mitre.openid.connect.config.ConfigurationPropertiesBean
 
setFormatted(String) - Method in interface org.mitre.openid.connect.model.Address
 
setFormatted(String) - Method in class org.mitre.openid.connect.model.DefaultAddress
 
setFriendlyName(String) - Method in class org.mitre.uma.model.Claim
 
setGender(String) - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
setGender(String) - Method in interface org.mitre.openid.connect.model.UserInfo
 
setGivenName(String) - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
setGivenName(String) - Method in interface org.mitre.openid.connect.model.UserInfo
 
setGrantTypes(Set<String>) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setGrantTypes(Set<String>) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setGrantTypesSupported(List<String>) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setHeartMode(boolean) - Method in class org.mitre.openid.connect.config.ConfigurationPropertiesBean
 
setIcon(String) - Method in class org.mitre.oauth2.model.SystemScope
 
setIconUri(String) - Method in class org.mitre.uma.model.ResourceSet
 
setId(Long) - Method in class org.mitre.oauth2.model.AuthenticationHolderEntity
 
setId(Long) - Method in class org.mitre.oauth2.model.AuthorizationCodeEntity
 
setId(Long) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setId(Long) - Method in class org.mitre.oauth2.model.DeviceCode
 
setId(Long) - Method in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
setId(Long) - Method in class org.mitre.oauth2.model.OAuth2RefreshTokenEntity
 
setId(Long) - Method in class org.mitre.oauth2.model.SavedUserAuthentication
 
setId(Long) - Method in class org.mitre.oauth2.model.SystemScope
 
setId(Long) - Method in class org.mitre.openid.connect.model.ApprovedSite
 
setId(Long) - Method in class org.mitre.openid.connect.model.BlacklistedSite
 
setId(Long) - Method in class org.mitre.openid.connect.model.DefaultAddress
 
setId(Long) - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
setId(Long) - Method in class org.mitre.openid.connect.model.PairwiseIdentifier
 
setId(Long) - Method in class org.mitre.openid.connect.model.WhitelistedSite
 
setId(Long) - Method in class org.mitre.uma.model.Claim
 
setId(Long) - Method in class org.mitre.uma.model.Permission
 
setId(Long) - Method in class org.mitre.uma.model.PermissionTicket
 
setId(Long) - Method in class org.mitre.uma.model.Policy
 
setId(Long) - Method in class org.mitre.uma.model.ResourceSet
 
setId(Long) - Method in class org.mitre.uma.model.SavedRegisteredClient
 
setIdentifier(String) - Method in class org.mitre.openid.connect.model.PairwiseIdentifier
 
setIdToken(JWT) - Method in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
Add the ID Token to the additionalInformation map for a token response.
setIdTokenEncryptedResponseAlg(JWEAlgorithm) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setIdTokenEncryptedResponseAlg(JWEAlgorithm) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setIdTokenEncryptedResponseEnc(EncryptionMethod) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setIdTokenEncryptedResponseEnc(EncryptionMethod) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setIdTokenEncryptionAlgValuesSupported(List<JWEAlgorithm>) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setIdTokenEncryptionEncValuesSupported(List<EncryptionMethod>) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setIdTokenSignedResponseAlg(JWSAlgorithm) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setIdTokenSignedResponseAlg(JWSAlgorithm) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setIdTokenSigningAlgValuesSupported(List<JWSAlgorithm>) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setIdTokenValiditySeconds(Integer) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setIdTokenValiditySeconds(Integer) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setInitiateLoginUri(String) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setInitiateLoginUri(String) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setIntrospectionEndpointUri(String) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setIssuer(String) - Method in class org.mitre.openid.connect.config.ConfigurationPropertiesBean
 
setIssuer(String) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setIssuer(Set<String>) - Method in class org.mitre.uma.model.Claim
 
setIssuer(String) - Method in class org.mitre.uma.model.SavedRegisteredClient
 
setJsFiles(Set<String>) - Method in class org.mitre.openid.connect.config.UIConfiguration
 
setJwks(JWKSet) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setJwks(JWKSet) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setJwkSet(JWKSet) - Method in class org.mitre.jose.keystore.JWKSetKeyStore
 
setJwksUri(String) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setJwksUri(String) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setJwksUri(String) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setJwt(JWT) - Method in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
setJwt(JWT) - Method in class org.mitre.oauth2.model.OAuth2RefreshTokenEntity
 
setLanguageNamespaces(List<String>) - Method in class org.mitre.openid.connect.config.ConfigurationPropertiesBean
 
setLength(long) - Method in class org.mitre.openid.connect.model.CachedImage
 
setLocale(Locale) - Method in class org.mitre.openid.connect.config.ConfigurationPropertiesBean
 
setLocale(String) - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
setLocale(String) - Method in interface org.mitre.openid.connect.model.UserInfo
 
setLocaleContext(HttpServletRequest, HttpServletResponse, LocaleContext) - Method in class org.mitre.openid.connect.config.ConfigurationBeanLocaleResolver
 
setLocality(String) - Method in interface org.mitre.openid.connect.model.Address
 
setLocality(String) - Method in class org.mitre.openid.connect.model.DefaultAddress
 
setLocation(Resource) - Method in class org.mitre.jose.keystore.JWKSetKeyStore
 
setLogoImageUrl(String) - Method in class org.mitre.openid.connect.config.ConfigurationPropertiesBean
 
setLogoUri(String) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setLogoUri(String) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setMatched(Policy) - Method in class org.mitre.uma.model.ClaimProcessingResult
 
setMaxPages(int) - Method in class org.mitre.data.AbstractPageOperationTemplate
 
setMaxTime(long) - Method in class org.mitre.data.AbstractPageOperationTemplate
 
setMiddleName(String) - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
setMiddleName(String) - Method in interface org.mitre.openid.connect.model.UserInfo
 
setName(String) - Method in class org.mitre.oauth2.model.SavedUserAuthentication
 
setName(String) - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
setName(String) - Method in interface org.mitre.openid.connect.model.UserInfo
 
setName(String) - Method in class org.mitre.uma.model.Claim
 
setName(String) - Method in class org.mitre.uma.model.Policy
 
setName(String) - Method in class org.mitre.uma.model.ResourceSet
 
setNickname(String) - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
setNickname(String) - Method in interface org.mitre.openid.connect.model.UserInfo
 
setOperationName(String) - Method in class org.mitre.data.AbstractPageOperationTemplate
 
setOpPolicyUri(String) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setOpTosUri(String) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setOwner(String) - Method in class org.mitre.uma.model.ResourceSet
 
setPermission(Permission) - Method in class org.mitre.uma.model.PermissionTicket
 
setPermissions(Set<Permission>) - Method in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
setPhoneNumber(String) - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
setPhoneNumber(String) - Method in interface org.mitre.openid.connect.model.UserInfo
 
setPhoneNumberVerified(Boolean) - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
setPhoneNumberVerified(Boolean) - Method in interface org.mitre.openid.connect.model.UserInfo
 
setPicture(String) - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
setPicture(String) - Method in interface org.mitre.openid.connect.model.UserInfo
 
setPolicies(Collection<Policy>) - Method in class org.mitre.uma.model.ResourceSet
 
setPolicyUri(String) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setPolicyUri(String) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setPostalCode(String) - Method in interface org.mitre.openid.connect.model.Address
 
setPostalCode(String) - Method in class org.mitre.openid.connect.model.DefaultAddress
 
setPostLogoutRedirectUris(Set<String>) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setPostLogoutRedirectUris(Set<String>) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setPreferredUsername(String) - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
setPreferredUsername(String) - Method in interface org.mitre.openid.connect.model.UserInfo
 
setProfile(String) - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
setProfile(String) - Method in interface org.mitre.openid.connect.model.UserInfo
 
setRedirectUri(String) - Method in class org.mitre.oauth2.model.AuthenticationHolderEntity
 
setRedirectUris(Set<String>) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setRedirectUris(Set<String>) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setRefreshToken(OAuth2RefreshTokenEntity) - Method in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
setRefreshToken(OAuth2RefreshToken) - Method in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
setRefreshTokenValiditySeconds(Integer) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setRefreshTokenValiditySeconds(Integer) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setRegion(String) - Method in interface org.mitre.openid.connect.model.Address
 
setRegion(String) - Method in class org.mitre.openid.connect.model.DefaultAddress
 
setRegisteredClient(RegisteredClient) - Method in class org.mitre.uma.model.SavedRegisteredClient
 
setRegistrationAccessToken(String) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setRegistrationClientUri(String) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setRegistrationEndpointUri(String) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setRegTokenLifeTime(Long) - Method in class org.mitre.openid.connect.config.ConfigurationPropertiesBean
 
setRequestObjectEncryptionAlgValuesSupported(List<JWEAlgorithm>) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setRequestObjectEncryptionEncValuesSupported(List<EncryptionMethod>) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setRequestObjectSigningAlg(JWSAlgorithm) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setRequestObjectSigningAlg(JWSAlgorithm) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setRequestObjectSigningAlgValuesSupported(List<JWSAlgorithm>) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setRequestParameters(Map<String, String>) - Method in class org.mitre.oauth2.model.AuthenticationHolderEntity
 
setRequestParameters(Map<String, String>) - Method in class org.mitre.oauth2.model.DeviceCode
 
setRequestParameterSupported(Boolean) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setRequestUriParameterSupported(Boolean) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setRequestUris(Set<String>) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setRequestUris(Set<String>) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setRequireAuthTime(Boolean) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setRequireAuthTime(Boolean) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setRequireRequestUriRegistration(Boolean) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setResourceIds(Set<String>) - Method in class org.mitre.oauth2.model.AuthenticationHolderEntity
 
setResourceIds(Set<String>) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setResourceIds(Set<String>) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setResourceSet(ResourceSet) - Method in class org.mitre.uma.model.Permission
 
setResponseTypes(Set<String>) - Method in class org.mitre.oauth2.model.AuthenticationHolderEntity
 
setResponseTypes(Set<String>) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setResponseTypes(Set<String>) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setResponseTypesSupported(List<String>) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setRestricted(boolean) - Method in class org.mitre.oauth2.model.SystemScope
 
setReuseRefreshToken(boolean) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setReuseRefreshToken(boolean) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setRevocationEndpointUri(String) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setRqpTokenLifeTime(Long) - Method in class org.mitre.openid.connect.config.ConfigurationPropertiesBean
 
setSatisfied(boolean) - Method in class org.mitre.uma.model.ClaimProcessingResult
 
setScope(Set<String>) - Method in class org.mitre.oauth2.model.AuthenticationHolderEntity
 
setScope(Set<String>) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setScope(Set<String>) - Method in class org.mitre.oauth2.model.DeviceCode
 
setScope(Set<String>) - Method in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
setScope(Set<String>) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setScopes(Set<String>) - Method in class org.mitre.uma.model.Permission
 
setScopes(Set<String>) - Method in class org.mitre.uma.model.Policy
 
setScopes(Set<String>) - Method in class org.mitre.uma.model.ResourceSet
 
setScopesSupported(List<String>) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setSectorIdentifier(String) - Method in class org.mitre.openid.connect.model.PairwiseIdentifier
 
setSectorIdentifierUri(String) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setSectorIdentifierUri(String) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setServiceDocumentation(String) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setShortTopbarTitle(String) - Method in class org.mitre.openid.connect.config.ConfigurationPropertiesBean
 
setSoftwareId(String) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setSoftwareId(String) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setSoftwareStatement(JWT) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setSoftwareStatement(JWT) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setSoftwareVersion(String) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setSoftwareVersion(String) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setSource(JsonObject) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setSource(JsonObject) - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
setSourceClass(String) - Method in class org.mitre.oauth2.model.SavedUserAuthentication
 
setStreetAddress(String) - Method in interface org.mitre.openid.connect.model.Address
 
setStreetAddress(String) - Method in class org.mitre.openid.connect.model.DefaultAddress
 
setSub(String) - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
setSub(String) - Method in interface org.mitre.openid.connect.model.UserInfo
 
setSubjectType(ClientDetailsEntity.SubjectType) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setSubjectType(ClientDetailsEntity.SubjectType) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setSubjectTypesSupported(List<String>) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setSwallowExceptions(boolean) - Method in class org.mitre.data.AbstractPageOperationTemplate
 
setTicket(String) - Method in class org.mitre.uma.model.PermissionTicket
 
setTimeoutDate(Date) - Method in class org.mitre.openid.connect.model.ApprovedSite
 
setTokenEndpointAuthMethod(ClientDetailsEntity.AuthMethod) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setTokenEndpointAuthMethod(ClientDetailsEntity.AuthMethod) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setTokenEndpointAuthMethodsSupported(List<String>) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setTokenEndpointAuthSigningAlg(JWSAlgorithm) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setTokenEndpointAuthSigningAlg(JWSAlgorithm) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setTokenEndpointAuthSigningAlgValuesSupported(List<JWSAlgorithm>) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setTokenEndpointUri(String) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setTokenType(String) - Method in class org.mitre.oauth2.model.OAuth2AccessTokenEntity
 
setTopbarTitle(String) - Method in class org.mitre.openid.connect.config.ConfigurationPropertiesBean
 
setTosUri(String) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setTosUri(String) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setType(String) - Method in class org.mitre.uma.model.ResourceSet
 
setUiLocalesSupported(List<String>) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setUnmatched(Collection<Claim>) - Method in class org.mitre.uma.model.ClaimProcessingResult
 
setUpdatedTime(String) - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
setUpdatedTime(String) - Method in interface org.mitre.openid.connect.model.UserInfo
 
setUri(String) - Method in class org.mitre.openid.connect.model.BlacklistedSite
 
setUri(String) - Method in class org.mitre.uma.model.ResourceSet
 
setUserAuth(SavedUserAuthentication) - Method in class org.mitre.oauth2.model.AuthenticationHolderEntity
 
setUserCode(String) - Method in class org.mitre.oauth2.model.DeviceCode
 
setUserId(String) - Method in class org.mitre.openid.connect.model.ApprovedSite
 
setUserInfoEncryptedResponseAlg(JWEAlgorithm) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setUserInfoEncryptedResponseAlg(JWEAlgorithm) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setUserInfoEncryptedResponseEnc(EncryptionMethod) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setUserInfoEncryptedResponseEnc(EncryptionMethod) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setUserinfoEncryptionAlgValuesSupported(List<JWEAlgorithm>) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setUserinfoEncryptionEncValuesSupported(List<EncryptionMethod>) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setUserInfoSignedResponseAlg(JWSAlgorithm) - Method in class org.mitre.oauth2.model.ClientDetailsEntity
 
setUserInfoSignedResponseAlg(JWSAlgorithm) - Method in class org.mitre.oauth2.model.RegisteredClient
 
setUserinfoSigningAlgValuesSupported(List<JWSAlgorithm>) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setUserInfoTokenMethod(ServerConfiguration.UserInfoTokenMethod) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setUserInfoUri(String) - Method in class org.mitre.openid.connect.config.ServerConfiguration
 
setUserSub(String) - Method in class org.mitre.openid.connect.model.PairwiseIdentifier
 
setValue(String) - Method in class org.mitre.oauth2.model.SystemScope
 
setValue(JsonElement) - Method in class org.mitre.uma.model.Claim
 
setWebsite(String) - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
setWebsite(String) - Method in interface org.mitre.openid.connect.model.UserInfo
 
setWhitelist(Map<String, String>) - Method in class org.mitre.jwt.assertion.impl.WhitelistedIssuerAssertionValidator
 
setZoneinfo(String) - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
setZoneinfo(String) - Method in interface org.mitre.openid.connect.model.UserInfo
 
signJwt(SignedJWT) - Method in class org.mitre.jwt.signer.service.impl.DefaultJWTSigningAndValidationService
Sign a jwt in place using the configured default signer.
signJwt(SignedJWT, JWSAlgorithm) - Method in class org.mitre.jwt.signer.service.impl.DefaultJWTSigningAndValidationService
 
signJwt(SignedJWT) - Method in interface org.mitre.jwt.signer.service.JWTSigningAndValidationService
Called to sign a jwt in place for a client that hasn't registered a preferred signing algorithm.
signJwt(SignedJWT, JWSAlgorithm) - Method in interface org.mitre.jwt.signer.service.JWTSigningAndValidationService
Sign a jwt using the selected algorithm.
SimpleGrantedAuthorityStringConverter - Class in org.mitre.oauth2.model.convert
 
SimpleGrantedAuthorityStringConverter() - Constructor for class org.mitre.oauth2.model.convert.SimpleGrantedAuthorityStringConverter
 
SOFTWARE_ID - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
SOFTWARE_STATEMENT - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
SOFTWARE_VERSION - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
StatsService - Interface in org.mitre.openid.connect.service
 
SUB - Static variable in interface org.mitre.oauth2.service.IntrospectionResultAssembler
 
SUBJECT_TYPE - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
supportsVersion(String) - Method in interface org.mitre.openid.connect.service.MITREidDataService
Return true if the this data service supports the given version.
supportsVersion(String) - Method in interface org.mitre.openid.connect.service.MITREidDataServiceExtension
Return
SymmetricKeyJWTValidatorCacheService - Class in org.mitre.jwt.signer.service.impl
Creates and caches symmetrical validators for clients based on client secrets.
SymmetricKeyJWTValidatorCacheService() - Constructor for class org.mitre.jwt.signer.service.impl.SymmetricKeyJWTValidatorCacheService
 
SymmetricKeyJWTValidatorCacheService.SymmetricValidatorBuilder - Class in org.mitre.jwt.signer.service.impl
 
SymmetricValidatorBuilder() - Constructor for class org.mitre.jwt.signer.service.impl.SymmetricKeyJWTValidatorCacheService.SymmetricValidatorBuilder
 
SystemScope - Class in org.mitre.oauth2.model
 
SystemScope() - Constructor for class org.mitre.oauth2.model.SystemScope
Make a blank system scope with no value
SystemScope(String) - Constructor for class org.mitre.oauth2.model.SystemScope
Make a system scope with the given scope value
SystemScopeRepository - Interface in org.mitre.oauth2.repository
 
SYSTEMSCOPES - Static variable in interface org.mitre.openid.connect.service.MITREidDataService
 
SystemScopeService - Interface in org.mitre.oauth2.service
 

T

toJson() - Method in class org.mitre.openid.connect.model.DefaultUserInfo
 
toJson() - Method in interface org.mitre.openid.connect.model.UserInfo
Serialize this UserInfo object to JSON.
TOKEN_ENDPOINT_AUTH_METHOD - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
TOKEN_ENDPOINT_AUTH_SIGNING_ALG - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
TOKEN_TYPE - Static variable in interface org.mitre.oauth2.service.IntrospectionResultAssembler
 
TOS_URI - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
toString() - Method in class org.mitre.oauth2.model.SystemScope
 
toString() - Method in class org.mitre.uma.model.Claim
 
toString() - Method in class org.mitre.uma.model.Policy
 
toString() - Method in class org.mitre.uma.model.ResourceSet
 
toStrings(Set<SystemScope>) - Method in interface org.mitre.oauth2.service.SystemScopeService
Pluck the scope values from the set of SystemScope objects and return a list of strings

U

UIConfiguration - Class in org.mitre.openid.connect.config
Bean for UI (front-end) configuration to be read at start-up.
UIConfiguration() - Constructor for class org.mitre.openid.connect.config.UIConfiguration
 
UMA_AUTHORIZATION_SCOPE - Static variable in interface org.mitre.oauth2.service.SystemScopeService
 
UMA_PROTECTION_SCOPE - Static variable in interface org.mitre.oauth2.service.SystemScopeService
 
UmaTokenService - Interface in org.mitre.uma.service
Service to create special tokens for UMA.
update(BlacklistedSite, BlacklistedSite) - Method in interface org.mitre.openid.connect.repository.BlacklistedSiteRepository
 
update(WhitelistedSite, WhitelistedSite) - Method in interface org.mitre.openid.connect.repository.WhitelistedSiteRepository
Persist changes to a whitelistedSite.
update(BlacklistedSite, BlacklistedSite) - Method in interface org.mitre.openid.connect.service.BlacklistedSiteService
 
update(WhitelistedSite, WhitelistedSite) - Method in interface org.mitre.openid.connect.service.WhitelistedSiteService
Updates an existing whitelisted site
update(ResourceSet, ResourceSet) - Method in interface org.mitre.uma.service.ResourceSetService
 
updateClient(Long, ClientDetailsEntity) - Method in interface org.mitre.oauth2.repository.OAuth2ClientRepository
 
updateClient(ClientDetailsEntity, ClientDetailsEntity) - Method in interface org.mitre.oauth2.service.ClientDetailsEntityService
 
updateTicket(PermissionTicket) - Method in interface org.mitre.uma.service.PermissionService
Save the updated permission ticket to the database.
UriEncodedClientUserDetailsService - Class in org.mitre.oauth2.service.impl
Loads client details based on URI encoding as passed in from basic auth.
UriEncodedClientUserDetailsService() - Constructor for class org.mitre.oauth2.service.impl.UriEncodedClientUserDetailsService
 
USER_ID - Static variable in interface org.mitre.oauth2.service.IntrospectionResultAssembler
 
UserInfo - Interface in org.mitre.openid.connect.model
 
USERINFO_ENCRYPTED_RESPONSE_ALG - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
USERINFO_ENCRYPTED_RESPONSE_ENC - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
USERINFO_SIGNED_RESPONSE_ALG - Static variable in interface org.mitre.oauth2.model.RegisteredClientFields
 
UserInfoInterceptor - Class in org.mitre.openid.connect.web
Injects the UserInfo object for the current user into the current model's context, if both exist.
UserInfoInterceptor() - Constructor for class org.mitre.openid.connect.web.UserInfoInterceptor
 
UserInfoRepository - Interface in org.mitre.openid.connect.repository
UserInfo repository interface
UserInfoService - Interface in org.mitre.openid.connect.service
Interface for UserInfo service

V

validateSignature(SignedJWT) - Method in class org.mitre.jwt.signer.service.impl.DefaultJWTSigningAndValidationService
 
validateSignature(SignedJWT) - Method in interface org.mitre.jwt.signer.service.JWTSigningAndValidationService
Checks the signature of the given JWT against all configured signers, returns true if at least one of the signers validates it.
valueOf(String) - Static method in enum org.mitre.oauth2.model.ClientDetailsEntity.AppType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mitre.oauth2.model.ClientDetailsEntity.AuthMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mitre.oauth2.model.ClientDetailsEntity.SubjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mitre.openid.connect.config.ServerConfiguration.UserInfoTokenMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mitre.oauth2.model.ClientDetailsEntity.AppType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mitre.oauth2.model.ClientDetailsEntity.AuthMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mitre.oauth2.model.ClientDetailsEntity.SubjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mitre.openid.connect.config.ServerConfiguration.UserInfoTokenMethod
Returns an array containing the constants of this enum type, in the order they are declared.
VIEWNAME - Static variable in class org.mitre.openid.connect.view.JWKSetView
 

W

WebfingerURLNormalizer - Class in org.mitre.discovery.util
Provides utility methods for normalizing and parsing URIs for use with Webfinger Discovery.
WhitelistedIssuerAssertionValidator - Class in org.mitre.jwt.assertion.impl
Checks to see if the assertion was signed by a particular authority available from a whitelist
WhitelistedIssuerAssertionValidator() - Constructor for class org.mitre.jwt.assertion.impl.WhitelistedIssuerAssertionValidator
 
WhitelistedSite - Class in org.mitre.openid.connect.model
Indicator that login to a site should be automatically granted without user interaction.
WhitelistedSite() - Constructor for class org.mitre.openid.connect.model.WhitelistedSite
Empty constructor
WhitelistedSiteRepository - Interface in org.mitre.openid.connect.repository
WhitelistedSite repository interface
WHITELISTEDSITES - Static variable in interface org.mitre.openid.connect.service.MITREidDataService
 
WhitelistedSiteService - Interface in org.mitre.openid.connect.service
Interface for WhitelistedSite service
writeNullSafeArray(JsonWriter, Set<String>) - Static method in class org.mitre.util.JsonUtils
 
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2022. All rights reserved.