Hierarchy For All Packages
Package Hierarchies:- org.gluu.oxauth.model.authorize,
- org.gluu.oxauth.model.ciba,
- org.gluu.oxauth.model.common,
- org.gluu.oxauth.model.common.converter,
- org.gluu.oxauth.model.configuration,
- org.gluu.oxauth.model.crypto,
- org.gluu.oxauth.model.crypto.binding,
- org.gluu.oxauth.model.crypto.encryption,
- org.gluu.oxauth.model.crypto.signature,
- org.gluu.oxauth.model.discovery,
- org.gluu.oxauth.model.error,
- org.gluu.oxauth.model.exception,
- org.gluu.oxauth.model.fido.u2f,
- org.gluu.oxauth.model.fido.u2f.exception,
- org.gluu.oxauth.model.fido.u2f.message,
- org.gluu.oxauth.model.fido.u2f.protocol,
- org.gluu.oxauth.model.gluu,
- org.gluu.oxauth.model.json,
- org.gluu.oxauth.model.jwe,
- org.gluu.oxauth.model.jwk,
- org.gluu.oxauth.model.jws,
- org.gluu.oxauth.model.jwt,
- org.gluu.oxauth.model.register,
- org.gluu.oxauth.model.session,
- org.gluu.oxauth.model.token,
- org.gluu.oxauth.model.uma,
- org.gluu.oxauth.model.uma.persistence,
- org.gluu.oxauth.model.uma.wrapper,
- org.gluu.oxauth.model.userinfo,
- org.gluu.oxauth.model.util
Class Hierarchy
- java.lang.Object
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- java.util.AbstractList<E> (implements java.util.List<E>)
- java.util.ArrayList<E> (implements java.lang.Cloneable, java.util.List<E>, java.util.RandomAccess, java.io.Serializable)
- org.gluu.oxauth.model.uma.UmaPermissionList
- java.util.ArrayList<E> (implements java.lang.Cloneable, java.util.List<E>, java.util.RandomAccess, java.io.Serializable)
- java.util.AbstractList<E> (implements java.util.List<E>)
- org.gluu.oxauth.model.crypto.AbstractCryptoProvider
- org.gluu.oxauth.model.crypto.OxAuthCryptoProvider
- org.gluu.oxauth.model.crypto.OxElevenCryptoProvider
- org.gluu.oxauth.model.jwe.AbstractJweDecrypter (implements org.gluu.oxauth.model.jwe.JweDecrypter)
- org.gluu.oxauth.model.jwe.JweDecrypterImpl
- org.gluu.oxauth.model.jwe.AbstractJweEncrypter (implements org.gluu.oxauth.model.jwe.JweEncrypter)
- org.gluu.oxauth.model.jwe.JweEncrypterImpl
- org.gluu.oxauth.model.jws.AbstractJwsSigner (implements org.gluu.oxauth.model.jws.JwsSigner)
- org.gluu.oxauth.model.jws.ECDSASigner
- org.gluu.oxauth.model.jws.HMACSigner
- org.gluu.oxauth.model.jws.PlainTextSignature
- org.gluu.oxauth.model.jws.RSASigner
- org.gluu.oxauth.model.crypto.signature.AbstractSigner (implements org.gluu.oxauth.model.crypto.signature.Signer)
- org.gluu.oxauth.model.configuration.AppConfiguration (implements org.gluu.oxauth.model.configuration.Configuration)
- org.gluu.oxauth.model.fido.u2f.protocol.AuthenticateRequest (implements java.io.Serializable)
- org.gluu.oxauth.model.fido.u2f.protocol.AuthenticateRequestMessage (implements java.io.Serializable)
- org.gluu.oxauth.model.fido.u2f.protocol.AuthenticateResponse (implements java.io.Serializable)
- org.gluu.oxauth.model.fido.u2f.protocol.AuthenticateStatus (implements java.io.Serializable)
- org.gluu.oxauth.model.configuration.AuthenticationProtectionConfiguration
- org.gluu.oxauth.model.util.Base64Util
- org.gluu.oxauth.model.configuration.BaseFilter
- org.gluu.oxauth.model.configuration.AuthenticationFilter
- org.gluu.oxauth.model.configuration.ClientAuthenticationFilter
- org.gluu.oxauth.model.util.ByteUtils
- org.gluu.oxauth.model.crypto.Certificate
- org.gluu.oxauth.model.util.CertUtils
- org.gluu.oxauth.model.configuration.CIBAEndUserNotificationConfig
- org.gluu.oxauth.model.fido.u2f.protocol.ClientData (implements java.io.Serializable)
- org.gluu.oxauth.model.authorize.CodeVerifier
- org.gluu.oxauth.model.configuration.CorsConfigurationFilter
- org.gluu.oxauth.model.crypto.CryptoProviderFactory
- org.gluu.oxauth.model.fido.u2f.protocol.DeviceData (implements java.io.Serializable)
- org.gluu.oxauth.model.error.ErrorResponse
- org.gluu.oxauth.model.error.DefaultErrorResponse
- org.gluu.oxauth.model.gluu.GluuConfiguration
- org.gluu.oxauth.model.util.HashUtil
- org.gluu.oxauth.model.common.Holder<T>
- org.gluu.oxauth.model.common.Id (implements java.io.Serializable)
- java.io.InputStream (implements java.io.Closeable)
- java.io.ByteArrayInputStream
- org.gluu.oxauth.model.crypto.binding.TokenBindingStream
- java.io.ByteArrayInputStream
- org.gluu.oxauth.model.common.IntrospectionResponse
- org.gluu.oxauth.model.json.JsonApplier
- org.gluu.oxauth.model.uma.JsonLogic
- org.gluu.oxauth.model.uma.JsonLogicNode
- org.gluu.oxauth.model.uma.JsonLogicNodeParser
- org.gluu.oxauth.model.jwk.JSONWebKey (implements java.lang.Comparable<T>)
- org.gluu.oxauth.model.jwk.JSONWebKeySet
- org.gluu.oxauth.model.token.JsonWebResponse (implements java.io.Serializable)
- org.gluu.oxauth.model.jwt.JwtClaimName
- org.gluu.oxauth.model.jwt.JwtClaimSet
- org.gluu.oxauth.model.jwt.JwtClaims
- org.gluu.oxauth.model.jwt.JwtHeader
- org.gluu.oxauth.model.jwt.JwtSubClaimObject
- org.gluu.oxauth.model.jwt.JwtHeaderName
- org.gluu.oxauth.model.util.JwtUtil
- org.gluu.oxauth.model.crypto.Key<E,F> (implements org.gluu.oxauth.model.common.JSONable)
- org.gluu.oxauth.model.jwe.KeyDerivationFunction
- org.gluu.oxauth.model.crypto.KeyFactory<E,F>
- org.gluu.oxauth.model.crypto.signature.ECDSAKeyFactory
- org.gluu.oxauth.model.crypto.signature.RSAKeyFactory
- org.gluu.oxauth.model.discovery.OAuth2Discovery
- org.gluu.oxauth.model.uma.UmaMetadata
- org.gluu.oxauth.model.util.Pair<A,B>
- org.gluu.oxauth.model.uma.PermissionTicket
- org.gluu.oxauth.model.crypto.PrivateKey (implements org.gluu.oxauth.model.common.JSONable)
- org.gluu.oxauth.model.crypto.signature.ECDSAPrivateKey
- org.gluu.oxauth.model.crypto.signature.RSAPrivateKey
- org.gluu.oxauth.model.crypto.PublicKey (implements org.gluu.oxauth.model.common.JSONable)
- org.gluu.oxauth.model.crypto.signature.ECDSAPublicKey
- org.gluu.oxauth.model.crypto.signature.RSAPublicKey
- org.gluu.oxauth.model.jwt.PureJwt
- org.gluu.oxauth.model.util.QueryBuilder
- org.gluu.oxauth.model.fido.u2f.message.RawAuthenticateResponse
- org.gluu.oxauth.model.fido.u2f.message.RawRegisterResponse
- org.gluu.oxauth.model.fido.u2f.protocol.RegisterRequest (implements java.io.Serializable)
- org.gluu.oxauth.model.fido.u2f.protocol.RegisterRequestMessage (implements java.io.Serializable)
- org.gluu.oxauth.model.fido.u2f.protocol.RegisterResponse (implements java.io.Serializable)
- org.gluu.oxauth.model.fido.u2f.protocol.RegisterStatus (implements java.io.Serializable)
- org.gluu.oxauth.model.uma.RptIntrospectionResponse
- org.gluu.oxauth.model.uma.RPTResponse
- org.gluu.oxauth.model.common.ScopeConstants
- com.fasterxml.jackson.databind.util.StdConverter<IN,OUT> (implements com.fasterxml.jackson.databind.util.Converter<IN,OUT>)
- org.gluu.oxauth.model.common.converter.ListConverter
- org.gluu.oxauth.model.util.StringUtils
- org.gluu.oxauth.model.util.SubjectIdentifierGenerator
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- org.gluu.oxauth.model.exception.InvalidClaimException
- org.gluu.oxauth.model.exception.InvalidJweException
- org.gluu.oxauth.model.exception.InvalidJwtException
- org.gluu.oxauth.model.exception.InvalidParameterException
- java.lang.RuntimeException
- org.gluu.oxauth.model.fido.u2f.exception.BadInputException
- org.gluu.oxauth.model.fido.u2f.exception.RegistrationNotAllowed
- org.gluu.oxauth.model.exception.SignatureException
- org.gluu.oxauth.model.crypto.binding.TokenBindingParseException
- java.lang.Exception
- org.gluu.oxauth.model.uma.wrapper.Token (implements java.io.Serializable)
- org.gluu.oxauth.model.crypto.binding.TokenBinding
- org.gluu.oxauth.model.crypto.binding.TokenBindingExtension
- org.gluu.oxauth.model.crypto.binding.TokenBindingID
- org.gluu.oxauth.model.crypto.binding.TokenBindingMessage
- org.gluu.oxauth.model.crypto.binding.TokenBindingMessageParser
- org.gluu.oxauth.model.fido.u2f.U2fConfiguration
- org.gluu.oxauth.model.fido.u2f.U2fConstants
- org.gluu.oxauth.model.uma.UmaConstants
- org.gluu.oxauth.model.uma.UmaNeedInfoResponse (implements java.io.Serializable)
- org.gluu.oxauth.model.uma.persistence.UmaPermission (implements java.io.Serializable)
- org.gluu.oxauth.model.uma.UmaPermission (implements java.io.Serializable)
- org.gluu.oxauth.model.uma.persistence.UmaResource (implements java.io.Serializable)
- org.gluu.oxauth.model.uma.UmaResource
- org.gluu.oxauth.model.uma.UmaResourceWithId
- org.gluu.oxauth.model.uma.UmaResourceResponse
- org.gluu.oxauth.model.uma.UmaScopeDescription
- org.gluu.oxauth.model.uma.UmaTokenResponse (implements java.io.Serializable)
- org.gluu.oxauth.model.util.URLPatternList
- org.gluu.oxauth.model.util.Util
- org.gluu.oxauth.model.discovery.WebFingerLink
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
Interface Hierarchy
- org.gluu.oxauth.model.authorize.AuthorizeRequestParam
- org.gluu.oxauth.model.authorize.AuthorizeResponseParam
- org.gluu.oxauth.model.ciba.BackchannelAuthenticationRequestParam
- org.gluu.oxauth.model.ciba.BackchannelAuthenticationResponseParam
- org.gluu.oxauth.model.configuration.Configuration
- org.gluu.oxauth.model.configuration.ConfigurationResponseClaim
- org.gluu.oxauth.model.authorize.DeviceAuthorizationRequestParam
- org.gluu.oxauth.model.authorize.DeviceAuthorizationResponseParam
- org.gluu.oxauth.model.session.EndSessionRequestParam
- org.gluu.oxauth.model.session.EndSessionResponseParam
- org.gluu.oxauth.model.ciba.FirebaseCloudMessagingRequestParam
- org.gluu.oxauth.model.ciba.FirebaseCloudMessagingResponseParam
- org.gluu.oxauth.model.common.HasParamName
- org.gluu.oxauth.model.error.IErrorType
- org.gluu.oxauth.model.common.JSONable
- org.gluu.oxauth.model.jwe.JweDecrypter
- org.gluu.oxauth.model.jwe.JweEncrypter
- org.gluu.oxauth.model.jwk.JWKParameter
- org.gluu.oxauth.model.jws.JwsSigner
- org.gluu.oxauth.model.jwt.JwtStateClaimName
- org.gluu.oxauth.model.ciba.PushErrorRequestParam
- org.gluu.oxauth.model.ciba.PushTokenDeliveryRequestParam
- org.gluu.oxauth.model.crypto.signature.Signer
- org.gluu.oxauth.model.token.TokenRevocationRequestParam
- org.gluu.oxauth.model.discovery.WebFingerParam
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- org.gluu.oxauth.model.jwk.Algorithm
- org.gluu.oxauth.model.crypto.signature.AlgorithmFamily
- org.gluu.oxauth.model.register.ApplicationType
- org.gluu.oxauth.model.crypto.signature.AsymmetricSignatureAlgorithm (implements org.gluu.persist.annotation.AttributeEnum, org.gluu.oxauth.model.common.HasParamName)
- org.gluu.oxauth.model.common.AuthenticationMethod
- org.gluu.oxauth.model.common.AuthorizationMethod
- org.gluu.oxauth.model.authorize.AuthorizeErrorResponseType (implements org.gluu.oxauth.model.error.IErrorType)
- org.gluu.oxauth.model.ciba.BackchannelAuthenticationErrorResponseType (implements org.gluu.oxauth.model.error.IErrorType)
- org.gluu.oxauth.model.ciba.BackchannelDeviceRegistrationErrorResponseType (implements org.gluu.oxauth.model.error.IErrorType)
- org.gluu.oxauth.model.common.BackchannelTokenDeliveryMode (implements org.gluu.persist.annotation.AttributeEnum, org.gluu.oxauth.model.common.HasParamName)
- org.gluu.oxauth.model.crypto.encryption.BlockEncryptionAlgorithm
- org.gluu.oxauth.model.uma.ClaimTokenFormatType
- org.gluu.oxauth.model.token.ClientAssertionType
- org.gluu.oxauth.model.authorize.CodeVerifier.CodeChallengeMethod
- org.gluu.oxauth.model.authorize.DeviceAuthzErrorResponseType (implements org.gluu.oxauth.model.error.IErrorType)
- org.gluu.oxauth.model.fido.u2f.DeviceRegistrationStatus (implements org.gluu.persist.annotation.AttributeEnum)
- org.gluu.oxauth.model.common.Display (implements org.gluu.oxauth.model.common.HasParamName)
- org.gluu.oxauth.model.crypto.signature.ECEllipticCurve
- org.gluu.oxauth.model.session.EndSessionErrorResponseType (implements org.gluu.oxauth.model.error.IErrorType)
- org.gluu.oxauth.model.error.ErrorHandlingMethod (implements org.gluu.persist.annotation.AttributeEnum, org.gluu.oxauth.model.common.HasParamName)
- org.gluu.oxauth.model.gluu.GluuErrorResponseType (implements org.gluu.oxauth.model.error.IErrorType)
- org.gluu.oxauth.model.common.GrantType (implements org.gluu.persist.annotation.AttributeEnum, org.gluu.oxauth.model.common.HasParamName)
- org.gluu.oxauth.model.common.IdType
- org.gluu.oxauth.model.jwt.JwtType
- org.gluu.oxauth.model.crypto.encryption.KeyEncryptionAlgorithm
- org.gluu.oxauth.model.jwk.KeySelectionStrategy (implements org.gluu.persist.annotation.AttributeEnum)
- org.gluu.oxauth.model.jwk.KeyType
- org.gluu.oxauth.model.common.PairwiseIdType
- org.gluu.oxauth.model.common.ProgrammingLanguage
- org.gluu.oxauth.model.common.Prompt (implements org.gluu.oxauth.model.common.HasParamName)
- org.gluu.oxauth.model.json.PropertyDefinition
- org.gluu.oxauth.model.json.PropertyDefinition.ClassNames
- org.gluu.oxauth.model.ciba.PushErrorResponseType (implements org.gluu.oxauth.model.error.IErrorType)
- org.gluu.oxauth.model.register.RegisterErrorResponseType (implements org.gluu.oxauth.model.error.IErrorType)
- org.gluu.oxauth.model.register.RegisterRequestParam
- org.gluu.oxauth.model.register.RegisterResponseParam
- org.gluu.oxauth.model.common.ResponseMode (implements org.gluu.persist.annotation.AttributeEnum, org.gluu.oxauth.model.common.HasParamName)
- org.gluu.oxauth.model.common.ResponseType (implements org.gluu.persist.annotation.AttributeEnum, org.gluu.oxauth.model.common.HasParamName)
- org.gluu.oxauth.model.uma.RptProfiles
- org.gluu.oxauth.model.userinfo.Schema
- org.gluu.oxauth.model.common.ScopeType (implements org.gluu.persist.annotation.AttributeEnum)
- org.gluu.oxauth.model.crypto.signature.SignatureAlgorithm
- org.gluu.oxauth.model.common.SoftwareStatementValidationType
- org.gluu.oxauth.model.common.SubjectType
- org.gluu.oxauth.model.crypto.binding.TokenBindingExtensionType
- org.gluu.oxauth.model.crypto.binding.TokenBindingKeyParameters
- org.gluu.oxauth.model.crypto.binding.TokenBindingType
- org.gluu.oxauth.model.token.TokenErrorResponseType (implements org.gluu.oxauth.model.error.IErrorType)
- org.gluu.oxauth.model.token.TokenRevocationErrorResponseType (implements org.gluu.oxauth.model.error.IErrorType)
- org.gluu.oxauth.model.common.TokenType
- org.gluu.oxauth.model.common.TokenTypeHint (implements org.gluu.persist.annotation.AttributeEnum, org.gluu.oxauth.model.common.HasParamName)
- org.gluu.oxauth.model.fido.u2f.U2fErrorResponseType (implements org.gluu.oxauth.model.error.IErrorType)
- org.gluu.oxauth.model.uma.UmaErrorResponseType (implements org.gluu.oxauth.model.error.IErrorType)
- org.gluu.oxauth.model.uma.UmaScopeType
- org.gluu.oxauth.model.jwk.Use
- org.gluu.oxauth.model.userinfo.UserInfoErrorResponseType (implements org.gluu.oxauth.model.error.IErrorType)
- org.gluu.oxauth.model.common.WebKeyStorage
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)