Serialized Form
-
Package org.gluu.oxauth.authorize.ws.rs
-
Class org.gluu.oxauth.authorize.ws.rs.DeviceAuthorizationAction
class DeviceAuthorizationAction extends Object implements Serializable-
Serialized Fields
-
appConfiguration
AppConfiguration appConfiguration
-
attempts
byte attempts
-
code
String code
-
cookieService
CookieService cookieService
-
descriptionMsg
String descriptionMsg
-
deviceAuthorizationService
DeviceAuthorizationService deviceAuthorizationService
-
error
String error
-
errorDescription
String errorDescription
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
languageBean
LanguageBean languageBean
-
lastAttempt
Long lastAttempt
-
log
org.slf4j.Logger log
-
sessionId
String sessionId
-
sessionIdService
SessionIdService sessionIdService
-
sessionState
String sessionState
-
state
String state
-
titleMsg
String titleMsg
-
userCode
String userCode
-
userCodePart1
String userCodePart1
-
userCodePart2
String userCodePart2
-
-
-
-
Package org.gluu.oxauth.exception
-
Exception Class org.gluu.oxauth.exception.InvalidSchemaUpdateException
class InvalidSchemaUpdateException extends RuntimeException implements Serializable- serialVersionUID:
- 3071969232087073304L
-
Exception Class org.gluu.oxauth.exception.UncaughtException
class UncaughtException extends Throwable implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
httpRequest
javax.servlet.http.HttpServletRequest httpRequest
-
log
org.slf4j.Logger log
-
uriInfo
javax.ws.rs.core.UriInfo uriInfo
-
-
-
Package org.gluu.oxauth.exception.fido.u2f
-
Exception Class org.gluu.oxauth.exception.fido.u2f.BadConfigurationException
class BadConfigurationException extends RuntimeException implements Serializable- serialVersionUID:
- -1914683110856700400L
-
Exception Class org.gluu.oxauth.exception.fido.u2f.DeviceCompromisedException
class DeviceCompromisedException extends Exception implements Serializable- serialVersionUID:
- -2098466708327419261L
-
Serialized Fields
-
registration
DeviceRegistration registration
-
-
Exception Class org.gluu.oxauth.exception.fido.u2f.InvalidDeviceCounterException
class InvalidDeviceCounterException extends DeviceCompromisedException implements Serializable- serialVersionUID:
- -3393844723613998052L
-
Exception Class org.gluu.oxauth.exception.fido.u2f.InvalidKeyHandleDeviceException
class InvalidKeyHandleDeviceException extends Exception implements Serializable- serialVersionUID:
- 4324358428668365475L
-
Exception Class org.gluu.oxauth.exception.fido.u2f.NoEligableDevicesException
class NoEligableDevicesException extends Exception implements Serializable- serialVersionUID:
- -7685552584573073454L
-
Serialized Fields
-
deviceRegistrations
List<? extends DeviceRegistration> deviceRegistrations
-
-
-
Package org.gluu.oxauth.i18n
-
Class org.gluu.oxauth.i18n.LanguageBean
class LanguageBean extends Object implements Serializable- serialVersionUID:
- -6723715664277907737L
-
-
Package org.gluu.oxauth.model
-
Class org.gluu.oxauth.model.GluuOrganization
class GluuOrganization extends org.gluu.persist.model.base.Entry implements Serializable- serialVersionUID:
- -8284018077740582699L
-
Serialized Fields
-
countryName
String countryName
-
customMessages
String[] customMessages
-
description
@NotNull @Size(min=0,max=60,message="Length of the Description should not exceed 60") String description
-
displayName
@NotNull @Size(min=0,max=60,message="Length of the Display Name should not exceed 60") String displayName
-
idpFaviconPath
String idpFaviconPath
-
idpLogoPath
String idpLogoPath
-
managerGroup
String managerGroup
-
member
String member
-
organization
String organization
-
oxAuthFaviconPath
String oxAuthFaviconPath
-
oxAuthLogoPath
String oxAuthLogoPath
-
oxTrustFaviconPath
String oxTrustFaviconPath
-
oxTrustLogoPath
String oxTrustLogoPath
-
shortName
String shortName
-
status
org.gluu.model.GluuStatus status
-
themeColor
String themeColor
-
title
String title
-
-
-
Package org.gluu.oxauth.model.auth
-
Class org.gluu.oxauth.model.auth.AuthenticationMode
class AuthenticationMode extends Object implements Serializable- serialVersionUID:
- -3187893527945584013L
-
Serialized Fields
-
name
String name
-
-
-
Package org.gluu.oxauth.model.common
-
Class org.gluu.oxauth.model.common.AbstractToken
class AbstractToken extends Object implements Serializable -
Class org.gluu.oxauth.model.common.AccessToken
class AccessToken extends AbstractToken implements Serializable-
Serialized Fields
-
tokenType
TokenType tokenType
-
-
-
Class org.gluu.oxauth.model.common.AuthorizationCode
class AuthorizationCode extends AbstractToken implements Serializable-
Serialized Fields
-
used
boolean used
-
-
-
Class org.gluu.oxauth.model.common.CacheGrant
class CacheGrant extends Object implements Serializable-
Serialized Fields
-
acrValues
String acrValues
-
authenticationTime
Date authenticationTime
-
authorizationCodeCreationDate
Date authorizationCodeCreationDate
-
authorizationCodeExpirationDate
Date authorizationCodeExpirationDate
-
authorizationCodeString
String authorizationCodeString
-
authReqId
String authReqId
-
claims
String claims
-
client
Client client
-
codeChallenge
String codeChallenge
-
codeChallengeMethod
String codeChallengeMethod
-
deviceCode
String deviceCode
-
expiresIn
int expiresIn
-
grantId
String grantId
-
nonce
String nonce
-
scopes
Set<String> scopes
-
sessionDn
String sessionDn
-
tokenBindingHash
String tokenBindingHash
-
tokensDelivered
boolean tokensDelivered
-
user
User user
-
-
-
Class org.gluu.oxauth.model.common.CibaRequestCacheControl
class CibaRequestCacheControl extends Object implements Serializable-
Serialized Fields
-
acrValues
String acrValues
-
authReqId
String authReqId
-
bindingMessage
String bindingMessage
-
client
Client client
-
clientNotificationToken
String clientNotificationToken
-
expiresIn
int expiresIn
-
lastAccessControl
Long lastAccessControl
-
scopes
List<String> scopes
-
status
CibaRequestStatus status
-
tokensDelivered
boolean tokensDelivered
-
user
User user
-
-
-
Class org.gluu.oxauth.model.common.DeviceAuthorizationCacheControl
class DeviceAuthorizationCacheControl extends Object implements Serializable -
Class org.gluu.oxauth.model.common.Id
class Id extends Object implements Serializable-
Serialized Fields
-
id
String id
-
-
-
Class org.gluu.oxauth.model.common.IdToken
class IdToken extends AbstractToken implements Serializable -
Class org.gluu.oxauth.model.common.RefreshToken
class RefreshToken extends AbstractToken implements Serializable -
Class org.gluu.oxauth.model.common.SimpleUser
class SimpleUser extends org.gluu.persist.model.base.SimpleUser implements Serializable- serialVersionUID:
- -2634191420188575733L
-
Class org.gluu.oxauth.model.common.User
class User extends SimpleUser implements Serializable- serialVersionUID:
- 6634191420188575733L
-
-
Package org.gluu.oxauth.model.exception
-
Exception Class org.gluu.oxauth.model.exception.AcrChangedException
class AcrChangedException extends Exception implements Serializable-
Serialized Fields
-
forceReAuthentication
boolean forceReAuthentication
-
-
-
Exception Class org.gluu.oxauth.model.exception.InvalidClaimException
class InvalidClaimException extends Exception implements Serializable -
Exception Class org.gluu.oxauth.model.exception.InvalidJweException
class InvalidJweException extends Exception implements Serializable -
Exception Class org.gluu.oxauth.model.exception.InvalidJwtException
class InvalidJwtException extends Exception implements Serializable -
Exception Class org.gluu.oxauth.model.exception.InvalidParameterException
class InvalidParameterException extends Exception implements Serializable -
Exception Class org.gluu.oxauth.model.exception.InvalidSessionStateException
class InvalidSessionStateException extends RuntimeException implements Serializable- serialVersionUID:
- -2256375601182225949L
-
Exception Class org.gluu.oxauth.model.exception.InvalidStateException
class InvalidStateException extends RuntimeException implements Serializable- serialVersionUID:
- 6256375601182225949L
-
Exception Class org.gluu.oxauth.model.exception.SignatureException
class SignatureException extends Exception implements Serializable
-
-
Package org.gluu.oxauth.model.fido.u2f
-
Class org.gluu.oxauth.model.fido.u2f.AuthenticateRequestMessageLdap
class AuthenticateRequestMessageLdap extends RequestMessageLdap implements Serializable- serialVersionUID:
- -1142931562244920584L
-
Serialized Fields
-
authenticateRequestMessage
AuthenticateRequestMessage authenticateRequestMessage
-
-
Class org.gluu.oxauth.model.fido.u2f.DeviceRegistration
class DeviceRegistration extends org.gluu.persist.model.base.BaseEntry implements Serializable- serialVersionUID:
- -4542931562244920585L
-
Serialized Fields
-
application
String application
-
counter
long counter
-
creationDate
Date creationDate
-
deletable
boolean deletable
-
description
String description
-
deviceData
DeviceData deviceData
-
deviceNotificationConf
String deviceNotificationConf
-
deviceRegistrationConfiguration
DeviceRegistrationConfiguration deviceRegistrationConfiguration
-
displayName
String displayName
-
expirationDate
Date expirationDate
-
id
String id
-
keyHandle
String keyHandle
-
keyHandleHashCode
Integer keyHandleHashCode
-
lastAccessTime
Date lastAccessTime
-
nickname
String nickname
-
status
DeviceRegistrationStatus status
-
ttl
Integer ttl
-
userInum
String userInum
-
-
Class org.gluu.oxauth.model.fido.u2f.DeviceRegistrationResult
class DeviceRegistrationResult extends Object implements Serializable- serialVersionUID:
- -1542131162244920584L
-
Serialized Fields
-
deviceRegistration
DeviceRegistration deviceRegistration
-
status
DeviceRegistrationResult.Status status
-
-
Class org.gluu.oxauth.model.fido.u2f.RegisterRequestMessageLdap
class RegisterRequestMessageLdap extends RequestMessageLdap implements Serializable- serialVersionUID:
- -2242931562244920584L
-
Serialized Fields
-
registerRequestMessage
RegisterRequestMessage registerRequestMessage
-
-
Class org.gluu.oxauth.model.fido.u2f.RequestMessageLdap
class RequestMessageLdap extends org.gluu.persist.model.base.BaseEntry implements Serializable
-
-
Package org.gluu.oxauth.model.ldap
-
Class org.gluu.oxauth.model.ldap.CIBARequest
class CIBARequest extends Object implements Serializable -
Class org.gluu.oxauth.model.ldap.ClientAuthorization
class ClientAuthorization extends Object implements Serializable -
Class org.gluu.oxauth.model.ldap.SchemaEntry
class SchemaEntry extends org.gluu.persist.model.base.BaseEntry implements Serializable- serialVersionUID:
- 3819004894646725606L
-
Class org.gluu.oxauth.model.ldap.TokenAttributes
class TokenAttributes extends Object implements Serializable -
Class org.gluu.oxauth.model.ldap.TokenLdap
class TokenLdap extends Object implements Serializable-
Serialized Fields
-
attributes
TokenAttributes attributes
-
authenticationTime
Date authenticationTime
-
authMode
String authMode
-
authorizationCode
String authorizationCode
-
claims
String claims
-
clientId
String clientId
-
codeChallenge
String codeChallenge
-
codeChallengeMethod
String codeChallengeMethod
-
creationDate
Date creationDate
-
deletable
boolean deletable
-
dn
String dn
-
expirationDate
Date expirationDate
-
grantId
String grantId
-
grantType
String grantType
-
isFromCache
boolean isFromCache
-
jwtRequest
String jwtRequest
-
nonce
String nonce
-
scope
String scope
-
sessionDn
String sessionDn
-
tokenBindingHash
String tokenBindingHash
-
tokenCode
String tokenCode
-
tokenType
String tokenType
-
ttl
Integer ttl
-
userId
String userId
-
-
-
-
Package org.gluu.oxauth.model.registration
-
Class org.gluu.oxauth.model.registration.Client
class Client extends org.gluu.persist.model.base.DeletableEntity implements Serializable- serialVersionUID:
- -6832496019942067971L
-
Serialized Fields
-
accessTokenAsJwt
boolean accessTokenAsJwt
-
accessTokenLifetime
Integer accessTokenLifetime
-
accessTokenSigningAlg
String accessTokenSigningAlg
-
applicationType
String applicationType
-
attributes
ClientAttributes attributes
-
authorizedOrigins
String[] authorizedOrigins
-
backchannelAuthenticationRequestSigningAlg
AsymmetricSignatureAlgorithm backchannelAuthenticationRequestSigningAlg
-
backchannelClientNotificationEndpoint
String backchannelClientNotificationEndpoint
-
backchannelTokenDeliveryMode
BackchannelTokenDeliveryMode backchannelTokenDeliveryMode
-
backchannelUserCodeParameter
Boolean backchannelUserCodeParameter
-
claimRedirectUris
String[] claimRedirectUris
-
claims
String[] claims
-
clientId
String clientId
-
clientIdIssuedAt
Date clientIdIssuedAt
-
clientName
String clientName
-
clientSecret
String clientSecret
-
clientSecretExpiresAt
Date clientSecretExpiresAt
-
clientUri
String clientUri
-
contacts
String[] contacts
-
customAttributes
List<org.gluu.persist.model.base.CustomAttribute> customAttributes
-
customObjectClasses
String[] customObjectClasses
-
defaultAcrValues
String[] defaultAcrValues
-
defaultMaxAge
Integer defaultMaxAge
-
disabled
boolean disabled
-
frontChannelLogoutSessionRequired
Boolean frontChannelLogoutSessionRequired
-
frontChannelLogoutUri
String[] frontChannelLogoutUri
-
grantTypes
GrantType[] grantTypes
-
idTokenEncryptedResponseAlg
String idTokenEncryptedResponseAlg
-
idTokenEncryptedResponseEnc
String idTokenEncryptedResponseEnc
-
idTokenSignedResponseAlg
String idTokenSignedResponseAlg
-
idTokenTokenBindingCnf
String idTokenTokenBindingCnf
-
includeClaimsInIdToken
boolean includeClaimsInIdToken
-
initiateLoginUri
String initiateLoginUri
-
jwks
String jwks
-
jwksUri
String jwksUri
-
lastAccessTime
Date lastAccessTime
-
lastLogonTime
Date lastLogonTime
-
logoUri
String logoUri
-
organization
String organization
-
persistClientAuthorizations
boolean persistClientAuthorizations
-
policyUri
String policyUri
-
postLogoutRedirectUris
String[] postLogoutRedirectUris
-
redirectUris
String[] redirectUris
-
refreshTokenLifetime
Integer refreshTokenLifetime
-
registrationAccessToken
String registrationAccessToken
-
requestObjectEncryptionAlg
String requestObjectEncryptionAlg
-
requestObjectEncryptionEnc
String requestObjectEncryptionEnc
-
requestObjectSigningAlg
String requestObjectSigningAlg
-
requestUris
String[] requestUris
-
requireAuthTime
boolean requireAuthTime
-
responseTypes
ResponseType[] responseTypes
-
rptAsJwt
boolean rptAsJwt
-
scopes
String[] scopes
-
sectorIdentifierUri
String sectorIdentifierUri
-
softwareId
String softwareId
-
softwareStatement
String softwareStatement
-
softwareVersion
String softwareVersion
-
subjectType
String subjectType
-
tokenEndpointAuthMethod
String tokenEndpointAuthMethod
-
tokenEndpointAuthSigningAlg
String tokenEndpointAuthSigningAlg
-
tosUri
String tosUri
-
trustedClient
boolean trustedClient
-
ttl
Integer ttl
-
userInfoEncryptedResponseAlg
String userInfoEncryptedResponseAlg
-
userInfoEncryptedResponseEnc
String userInfoEncryptedResponseEnc
-
userInfoSignedResponseAlg
String userInfoSignedResponseAlg
-
-
-
Package org.gluu.oxauth.model.session
-
Class org.gluu.oxauth.model.session.AuthorizationChallengeSession
class AuthorizationChallengeSession extends org.gluu.persist.model.base.DeletableEntity implements Serializable -
Class org.gluu.oxauth.model.session.SessionId
class SessionId extends Object implements Serializable- serialVersionUID:
- -237476411915686378L
-
Serialized Fields
-
authenticationTime
Date authenticationTime
-
creationDate
Date creationDate
-
deletable
Boolean deletable
-
dn
String dn
-
expirationDate
Date expirationDate
-
id
String id
-
isJwt
Boolean isJwt
-
jwt
String jwt
-
lastUsedAt
Date lastUsedAt
-
outsideSid
String outsideSid
-
permissionGranted
Boolean permissionGranted
-
permissionGrantedMap
SessionIdAccessMap permissionGrantedMap
-
sessionAttributes
Map<String,
String> sessionAttributes -
sessionState
String sessionState
-
state
SessionIdState state
-
ttl
int ttl
-
user
User user
-
userDn
String userDn
-
-
Class org.gluu.oxauth.model.session.SessionIdAccessMap
class SessionIdAccessMap extends Object implements Serializable
-
-
Package org.gluu.oxauth.model.token
-
Class org.gluu.oxauth.model.token.JsonWebResponse
class JsonWebResponse extends Object implements Serializable- serialVersionUID:
- -4141298937204111173L
-
-
Package org.gluu.oxauth.security
-
Class org.gluu.oxauth.security.Identity
class Identity extends org.gluu.model.security.Identity implements Serializable- serialVersionUID:
- 2751659008033189259L
-
Serialized Fields
-
sessionClient
SessionClient sessionClient
-
sessionId
SessionId sessionId
-
user
User user
-
-
-
Package org.gluu.oxauth.service
-
Class org.gluu.oxauth.service.AttributeService
class AttributeService extends org.gluu.service.AttributeService implements Serializable- serialVersionUID:
- -990409035168814270L
-
Serialized Fields
-
appConfiguration
AppConfiguration appConfiguration
-
log
org.slf4j.Logger log
-
staticConfiguration
StaticConfiguration staticConfiguration
-
-
Class org.gluu.oxauth.service.DeviceAuthorizationService
class DeviceAuthorizationService extends Object implements Serializable-
Serialized Fields
-
appConfiguration
AppConfiguration appConfiguration
-
cacheService
org.gluu.service.CacheService cacheService
-
errorResponseFactory
ErrorResponseFactory errorResponseFactory
-
log
org.slf4j.Logger log
-
sessionIdService
SessionIdService sessionIdService
-
-
-
Class org.gluu.oxauth.service.LdapCustomAuthenticationConfigurationService
class LdapCustomAuthenticationConfigurationService extends Object implements Serializable- serialVersionUID:
- -2225890597520443390L
-
Serialized Fields
-
configurationService
ConfigurationService configurationService
-
log
org.slf4j.Logger log
-
-
Class org.gluu.oxauth.service.MetricService
class MetricService extends org.gluu.service.metric.MetricService implements Serializable- serialVersionUID:
- 7875838160379126796L
-
Serialized Fields
-
appConfiguration
AppConfiguration appConfiguration
-
configurationService
ConfigurationService configurationService
-
instance
javax.enterprise.inject.Instance<MetricService> instance
-
ldapEntryManager
org.gluu.persist.PersistenceEntryManager ldapEntryManager
-
networkService
org.gluu.service.net.NetworkService networkService
-
staticConfiguration
StaticConfiguration staticConfiguration
-
-
Class org.gluu.oxauth.service.OrganizationService
class OrganizationService extends org.gluu.service.OrganizationService implements Serializable- serialVersionUID:
- -8966940469789981584L
-
Serialized Fields
-
appConfiguration
AppConfiguration appConfiguration
-
cacheService
org.gluu.service.CacheService cacheService
-
ldapEntryManager
org.gluu.persist.PersistenceEntryManager ldapEntryManager
-
localCacheService
org.gluu.service.LocalCacheService localCacheService
-
-
-
Package org.gluu.oxauth.service.cdi.event
-
Class org.gluu.oxauth.service.cdi.event.ReloadAuthScript.Literal
class Literal extends javax.enterprise.util.AnnotationLiteral<ReloadAuthScript> implements Serializable- serialVersionUID:
- 1L
-
-
Package org.gluu.oxauth.service.custom
-
Class org.gluu.oxauth.service.custom.CustomScriptService
class CustomScriptService extends org.gluu.service.custom.script.AbstractCustomScriptService implements Serializable- serialVersionUID:
- -5283102477313448031L
-
Serialized Fields
-
staticConfiguration
StaticConfiguration staticConfiguration
-
-
-
Package org.gluu.oxauth.service.external
-
Class org.gluu.oxauth.service.external.ExternalApplicationSessionService
class ExternalApplicationSessionService extends org.gluu.service.custom.script.ExternalScriptService implements Serializable- serialVersionUID:
- 2316361273036208685L
-
Class org.gluu.oxauth.service.external.ExternalAuthenticationService
class ExternalAuthenticationService extends org.gluu.service.custom.script.ExternalScriptService implements Serializable- serialVersionUID:
- 7339887464253044927L
-
Serialized Fields
-
customScriptConfigurationsMapByUsageType
Map<org.gluu.model.AuthenticationScriptUsageType,
List<org.gluu.model.custom.script.conf.CustomScriptConfiguration>> customScriptConfigurationsMapByUsageType -
defaultExternalAuthenticators
Map<org.gluu.model.AuthenticationScriptUsageType,
org.gluu.model.custom.script.conf.CustomScriptConfiguration> defaultExternalAuthenticators -
internalDefaultPersonAuthenticationType
InternalDefaultPersonAuthenticationType internalDefaultPersonAuthenticationType
-
ldapAuthConfigs
List<org.gluu.model.ldap.GluuLdapConfiguration> ldapAuthConfigs
-
scriptAliasMap
Map<String,
String> scriptAliasMap
-
-
Class org.gluu.oxauth.service.external.ExternalAuthorizationChallengeService
class ExternalAuthorizationChallengeService extends org.gluu.service.custom.script.ExternalScriptService implements Serializable -
Class org.gluu.oxauth.service.external.ExternalCibaEndUserNotificationService
class ExternalCibaEndUserNotificationService extends org.gluu.service.custom.script.ExternalScriptService implements Serializable- serialVersionUID:
- -8609727759114795446L
-
Serialized Fields
-
log
org.slf4j.Logger log
-
-
Class org.gluu.oxauth.service.external.ExternalConsentGatheringService
class ExternalConsentGatheringService extends org.gluu.service.custom.script.ExternalScriptService implements Serializable- serialVersionUID:
- 1741073794567832914L
-
Class org.gluu.oxauth.service.external.ExternalDynamicClientRegistrationService
class ExternalDynamicClientRegistrationService extends org.gluu.service.custom.script.ExternalScriptService implements Serializable- serialVersionUID:
- 1416361273036208686L
-
Class org.gluu.oxauth.service.external.ExternalDynamicScopeService
class ExternalDynamicScopeService extends org.gluu.service.custom.script.ExternalScriptService implements Serializable- serialVersionUID:
- 1416361273036208685L
-
Class org.gluu.oxauth.service.external.ExternalEndSessionService
class ExternalEndSessionService extends org.gluu.service.custom.script.ExternalScriptService implements Serializable -
Class org.gluu.oxauth.service.external.ExternalIdGeneratorService
class ExternalIdGeneratorService extends org.gluu.service.custom.script.ExternalScriptService implements Serializable- serialVersionUID:
- 1727751544454591273L
-
Class org.gluu.oxauth.service.external.ExternalIntrospectionService
class ExternalIntrospectionService extends org.gluu.service.custom.script.ExternalScriptService implements Serializable- serialVersionUID:
- -8609727759114795446L
-
Serialized Fields
-
appConfiguration
AppConfiguration appConfiguration
-
log
org.slf4j.Logger log
-
-
Class org.gluu.oxauth.service.external.ExternalPostAuthnService
class ExternalPostAuthnService extends org.gluu.service.custom.script.ExternalScriptService implements Serializable-
Serialized Fields
-
log
org.slf4j.Logger log
-
-
-
Class org.gluu.oxauth.service.external.ExternalResourceOwnerPasswordCredentialsService
class ExternalResourceOwnerPasswordCredentialsService extends org.gluu.service.custom.script.ExternalScriptService implements Serializable- serialVersionUID:
- -1070021905117551202L
-
Serialized Fields
-
log
org.slf4j.Logger log
-
-
Class org.gluu.oxauth.service.external.ExternalRevokeTokenService
class ExternalRevokeTokenService extends org.gluu.service.custom.script.ExternalScriptService implements Serializable-
Serialized Fields
-
log
org.slf4j.Logger log
-
-
-
Class org.gluu.oxauth.service.external.ExternalSpontaneousScopeService
class ExternalSpontaneousScopeService extends org.gluu.service.custom.script.ExternalScriptService implements Serializable -
Class org.gluu.oxauth.service.external.ExternalUmaClaimsGatheringService
class ExternalUmaClaimsGatheringService extends org.gluu.service.custom.script.ExternalScriptService implements Serializable -
Class org.gluu.oxauth.service.external.ExternalUmaRptClaimsService
class ExternalUmaRptClaimsService extends org.gluu.service.custom.script.ExternalScriptService implements Serializable-
Serialized Fields
-
log
org.slf4j.Logger log
-
-
-
Class org.gluu.oxauth.service.external.ExternalUmaRptPolicyService
class ExternalUmaRptPolicyService extends org.gluu.service.custom.script.ExternalScriptService implements Serializable- serialVersionUID:
- -8609727759114795435L
-
Class org.gluu.oxauth.service.external.ExternalUpdateTokenService
class ExternalUpdateTokenService extends org.gluu.service.custom.script.ExternalScriptService implements Serializable- serialVersionUID:
- -1033475075863270249L
-
Serialized Fields
-
log
org.slf4j.Logger log
-
-
-
Package org.gluu.oxauth.service.net
-
Class org.gluu.oxauth.service.net.HttpService
class HttpService extends Object implements Serializable- serialVersionUID:
- -2398422090669045605L
-
Serialized Fields
-
base64
org.apache.commons.codec.binary.Base64 base64
Deprecated. -
log
org.slf4j.Logger log
Deprecated.
-
-
Class org.gluu.oxauth.service.net.HttpService2
class HttpService2 extends org.gluu.net.HttpServiceUtility implements Serializable-
Serialized Fields
-
appConfiguration
AppConfiguration appConfiguration
-
log
org.slf4j.Logger log
-
-
-
-
Package org.gluu.oxauth.servlet
-
Class org.gluu.oxauth.servlet.BcFirebaseMessagingSwServlet
class BcFirebaseMessagingSwServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 5445488800130871634L
-
Serialized Fields
-
appConfiguration
AppConfiguration appConfiguration
-
log
org.slf4j.Logger log
-
-
Class org.gluu.oxauth.servlet.OpenIdConfiguration
class OpenIdConfiguration extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- -8224898157373678903L
-
Serialized Fields
-
appConfiguration
AppConfiguration appConfiguration
-
attributeService
AttributeService attributeService
-
cibaConfigurationService
CIBAConfigurationService cibaConfigurationService
-
externalAuthenticationService
ExternalAuthenticationService externalAuthenticationService
-
externalDynamicScopeService
ExternalDynamicScopeService externalDynamicScopeService
-
localResponseCache
LocalResponseCache localResponseCache
-
log
org.slf4j.Logger log
-
scopeService
ScopeService scopeService
-
-
Class org.gluu.oxauth.servlet.OxAuthFaviconServlet
class OxAuthFaviconServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 5445488800130871634L
-
Serialized Fields
-
organizationService
OrganizationService organizationService
-
-
Class org.gluu.oxauth.servlet.OxAuthLogoServlet
class OxAuthLogoServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 5445488800130871634L
-
Serialized Fields
-
organizationService
OrganizationService organizationService
-
-
Class org.gluu.oxauth.servlet.SectorIdentifier
class SectorIdentifier extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- -1222077047492070618L
-
Serialized Fields
-
log
org.slf4j.Logger log
-
sectorIdentifierService
SectorIdentifierService sectorIdentifierService
-
-
Class org.gluu.oxauth.servlet.WebFinger
class WebFinger extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- -4708834950205359151L
-
Serialized Fields
-
appConfiguration
AppConfiguration appConfiguration
-
log
org.slf4j.Logger log
-
-
-
Package org.gluu.oxauth.uma.authorization
-
Class org.gluu.oxauth.uma.authorization.UmaPCT
class UmaPCT extends AbstractToken implements Serializable -
Class org.gluu.oxauth.uma.authorization.UmaRPT
class UmaRPT extends AbstractToken implements Serializable -
Exception Class org.gluu.oxauth.uma.authorization.UmaWebException
class UmaWebException extends javax.ws.rs.WebApplicationException implements Serializable
-