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

A

allNotBlank(String...) - Static method in class org.xdi.oxd.common.CoreUtils
 
asCommand(String) - Static method in class org.xdi.oxd.common.CoreUtils
 
asH2Configuration(Configuration) - Static method in class org.xdi.oxd.server.persistence.H2PersistenceProvider
 
asJson(Object) - Static method in class org.xdi.oxd.common.CoreUtils
Converts object to json string.
asJson() - Method in class org.xdi.oxd.server.license.LicenseFile
 
asJsonSilently(Object) - Static method in class org.xdi.oxd.common.CoreUtils
 
asParams(Class<T>, Command) - Static method in class org.xdi.oxd.server.Convertor
Returns parameter object based on string representation.
asRedisConfiguration(Configuration) - Static method in class org.xdi.oxd.server.persistence.RedisPersistenceService
 
asRedisConfiguration(JsonNode) - Static method in class org.xdi.oxd.server.persistence.RedisPersistenceService
 
AuthorizationCodeFlowOperation - Class in org.xdi.oxd.server.op
 
AuthorizationCodeFlowOperation(Command, Injector) - Constructor for class org.xdi.oxd.server.op.AuthorizationCodeFlowOperation
 
AuthorizationCodeFlowParams - Class in org.xdi.oxd.common.params
 
AuthorizationCodeFlowParams() - Constructor for class org.xdi.oxd.common.params.AuthorizationCodeFlowParams
 
AuthorizationCodeFlowResponse - Class in org.xdi.oxd.common.response
 
AuthorizationCodeFlowResponse() - Constructor for class org.xdi.oxd.common.response.AuthorizationCodeFlowResponse
 

B

BackCompatibleIntrospectionResponse - Class in org.xdi.oxd.server.introspection
 
BackCompatibleIntrospectionResponse() - Constructor for class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
BackCompatibleIntrospectionResponse(boolean) - Constructor for class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
BackCompatibleIntrospectionService - Interface in org.xdi.oxd.server.introspection
Back compatibility with AS 3.1.1 and earlier.
BadRptIntrospectionResponse - Class in org.xdi.oxd.server.introspection
 
BadRptIntrospectionResponse() - Constructor for class org.xdi.oxd.server.introspection.BadRptIntrospectionResponse
 
BadRptIntrospectionResponse(boolean) - Constructor for class org.xdi.oxd.server.introspection.BadRptIntrospectionResponse
 
BadRptIntrospectionService - Interface in org.xdi.oxd.server.introspection
 
BadUmaPermission - Class in org.xdi.oxd.server.introspection
 
BadUmaPermission() - Constructor for class org.xdi.oxd.server.introspection.BadUmaPermission
 
BadUmaPermission(String, List<String>) - Constructor for class org.xdi.oxd.server.introspection.BadUmaPermission
 
BaseOperation<T extends IParams> - Class in org.xdi.oxd.server.op
Base abstract class for all operations.
BaseOperation(Command, Injector, Class<T>) - Constructor for class org.xdi.oxd.server.op.BaseOperation
Base constructor
BUFFER_SIZE - Static variable in class org.xdi.oxd.common.CoreUtils
 
buildProperties() - Static method in class org.xdi.oxd.server.ServerLauncher
 

C

CheckAccessTokenOperation - Class in org.xdi.oxd.server.op
 
CheckAccessTokenOperation(Command, Injector) - Constructor for class org.xdi.oxd.server.op.CheckAccessTokenOperation
 
CheckAccessTokenParams - Class in org.xdi.oxd.common.params
Check access token parameters.
CheckAccessTokenParams() - Constructor for class org.xdi.oxd.common.params.CheckAccessTokenParams
Constructor
CheckAccessTokenResponse - Class in org.xdi.oxd.common.response
 
CheckAccessTokenResponse() - Constructor for class org.xdi.oxd.common.response.CheckAccessTokenResponse
 
CheckIdTokenOperation - Class in org.xdi.oxd.server.op
 
CheckIdTokenOperation(Command, Injector) - Constructor for class org.xdi.oxd.server.op.CheckIdTokenOperation
 
CheckIdTokenParams - Class in org.xdi.oxd.common.params
 
CheckIdTokenParams() - Constructor for class org.xdi.oxd.common.params.CheckIdTokenParams
 
CheckIdTokenResponse - Class in org.xdi.oxd.common.response
 
CheckIdTokenResponse() - Constructor for class org.xdi.oxd.common.response.CheckIdTokenResponse
 
checkIn(T) - Method in class org.xdi.oxd.client.ObjectPool
 
checkOut() - Method in class org.xdi.oxd.client.CommandClientPool
 
checkOut() - Method in class org.xdi.oxd.client.ObjectPool
 
Cli - Class in org.xdi.oxd.server
 
Cli() - Constructor for class org.xdi.oxd.server.Cli
 
client(String) - Static method in class org.xdi.oxd.client.HttpClient
 
client(String, ClientExecutor) - Static method in class org.xdi.oxd.client.HttpClient
 
ClientFactory - Class in org.xdi.oxd.server.introspection
 
close() - Method in class org.xdi.oxd.client.CommandClient
Release resources used by client.
close() - Method in class org.xdi.oxd.client.TransportClient
Release resources.
close() - Method in interface org.xdi.oxd.rp.client.RpClient
 
close(RpClient) - Static method in class org.xdi.oxd.rp.client.RpClientFactory
 
close() - Method in class org.xdi.oxd.rp.client.RpSocketClient
 
closeQuietly(CommandClient) - Static method in class org.xdi.oxd.client.CommandClient
Release resources quietly.
closeQuietly(TransportClient) - Static method in class org.xdi.oxd.client.TransportClient
Release resources silently.
Command - Class in org.xdi.oxd.common
 
Command() - Constructor for class org.xdi.oxd.common.Command
 
Command(CommandType) - Constructor for class org.xdi.oxd.common.Command
 
Command(CommandType, JsonNode) - Constructor for class org.xdi.oxd.common.Command
 
Command(CommandType, IParams) - Constructor for class org.xdi.oxd.common.Command
 
COMMAND_STR_LENGTH_SIZE - Static variable in class org.xdi.oxd.common.CoreUtils
 
CommandClient - Class in org.xdi.oxd.client
Command client.
CommandClient(String, int) - Constructor for class org.xdi.oxd.client.CommandClient
Constructor.
CommandClientPool - Class in org.xdi.oxd.client
 
CommandClientPool(int, String, int) - Constructor for class org.xdi.oxd.client.CommandClientPool
 
CommandResponse - Class in org.xdi.oxd.common
 
CommandResponse() - Constructor for class org.xdi.oxd.common.CommandResponse
 
CommandResponse(ResponseStatus) - Constructor for class org.xdi.oxd.common.CommandResponse
 
CommandResponse(ResponseStatus, JsonNode) - Constructor for class org.xdi.oxd.common.CommandResponse
 
CommandType - Enum in org.xdi.oxd.common
 
CONF_SYS_PROPERTY_NAME - Static variable in class org.xdi.oxd.server.service.ConfigurationService
oxD configuration property name
Configuration - Class in org.xdi.oxd.server
oxD configuration.
Configuration() - Constructor for class org.xdi.oxd.server.Configuration
 
ConfigurationService - Class in org.xdi.oxd.server.service
 
ConfigurationService() - Constructor for class org.xdi.oxd.server.service.ConfigurationService
 
configure() - Method in class org.xdi.oxd.server.guice.GuiceModule
 
Convertor - Class in org.xdi.oxd.server
Convenient static convertor.
CoreUtils - Class in org.xdi.oxd.common
Core utility class.
CorrectRptIntrospectionResponse - Class in org.xdi.oxd.common.introspection
 
CorrectRptIntrospectionResponse() - Constructor for class org.xdi.oxd.common.introspection.CorrectRptIntrospectionResponse
 
CorrectRptIntrospectionResponse(boolean) - Constructor for class org.xdi.oxd.common.introspection.CorrectRptIntrospectionResponse
 
CorrectRptIntrospectionService - Interface in org.xdi.oxd.server.introspection
 
CorrectUmaPermission - Class in org.xdi.oxd.common.introspection
 
CorrectUmaPermission() - Constructor for class org.xdi.oxd.common.introspection.CorrectUmaPermission
 
CorrectUmaPermission(String, List<String>) - Constructor for class org.xdi.oxd.common.introspection.CorrectUmaPermission
 
create() - Method in class org.xdi.oxd.client.CommandClientPool
 
create() - Method in class org.xdi.oxd.client.ObjectPool
 
create(Command, Injector) - Static method in class org.xdi.oxd.server.op.OperationFactory
 
create() - Method in interface org.xdi.oxd.server.persistence.PersistenceService
 
create(Rp) - Method in interface org.xdi.oxd.server.persistence.PersistenceService
 
create() - Method in class org.xdi.oxd.server.persistence.PersistenceServiceImpl
 
create(Rp) - Method in class org.xdi.oxd.server.persistence.PersistenceServiceImpl
 
create() - Method in class org.xdi.oxd.server.persistence.RedisPersistenceService
 
create(Rp) - Method in class org.xdi.oxd.server.persistence.RedisPersistenceService
 
create() - Method in class org.xdi.oxd.server.persistence.SqlPersistenceServiceImpl
 
create(Rp) - Method in class org.xdi.oxd.server.persistence.SqlPersistenceServiceImpl
 
create(Rp) - Method in class org.xdi.oxd.server.service.RpService
 
createBackCompatibleIntrospectionService(String) - Method in class org.xdi.oxd.server.introspection.ClientFactory
 
createBackCompatibleIntrospectionService(String, ClientExecutor) - Method in class org.xdi.oxd.server.introspection.ClientFactory
 
createBadRptStatusService(UmaMetadata) - Method in class org.xdi.oxd.server.introspection.ClientFactory
 
createBadRptStatusService(UmaMetadata, ClientExecutor) - Method in class org.xdi.oxd.server.introspection.ClientFactory
 
createConfiguration(InputStream) - Static method in class org.xdi.oxd.server.service.ConfigurationService
 
createCorrectRptStatusService(UmaMetadata) - Method in class org.xdi.oxd.server.introspection.ClientFactory
 
createCorrectRptStatusService(UmaMetadata, ClientExecutor) - Method in class org.xdi.oxd.server.introspection.ClientFactory
 
createErrorResponse(ErrorResponse) - Static method in class org.xdi.oxd.common.CommandResponse
 
createErrorResponse(ErrorResponseCode) - Static method in class org.xdi.oxd.common.CommandResponse
 
createErrorResponse() - Method in exception org.xdi.oxd.common.HttpErrorResponseException
 
createExecutor() - Static method in class org.xdi.oxd.common.CoreUtils
 
createHttpClientTrustAll() - Static method in class org.xdi.oxd.common.CoreUtils
 
createHttpClientWithKeyStore(File, String) - Static method in class org.xdi.oxd.common.CoreUtils
 
createInternalError() - Static method in class org.xdi.oxd.common.CommandResponse
 
createJsonMapper() - Static method in class org.xdi.oxd.common.CoreUtils
Creates json mapper for json object serialization/deserialization.
createRSASigner(Jwt, OpenIdConfigurationResponse, PublicOpKeyService) - Static method in class org.xdi.oxd.server.op.Validator
 
createUnsupportedOperationError() - Static method in class org.xdi.oxd.common.CommandResponse
 

D

daemonThreadFactory() - Static method in class org.xdi.oxd.common.CoreUtils
 
dataAsResponse(Class<T>) - Method in class org.xdi.oxd.common.CommandResponse
 
date(Date) - Static method in class org.xdi.oxd.server.Utils
 
dateToSeconds(Date) - Static method in class org.xdi.oxd.server.service.IntrospectionService
 
DEFAULT_DB_FILE_LOCATION_LINUX - Static variable in class org.xdi.oxd.server.persistence.H2Configuration
 
DEFAULT_DB_FILE_LOCATION_WINDOWS - Static variable in class org.xdi.oxd.server.persistence.H2Configuration
 
DEFAULT_SITE_CONFIG_JSON - Static variable in class org.xdi.oxd.server.service.ConfigurationService
 
defaultRp() - Method in class org.xdi.oxd.server.service.ConfigurationService
 
delete() - Static method in class org.xdi.oxd.server.license.LicenseFile
 
deleteContent() - Static method in class org.xdi.oxd.server.license.LicenseFile
 
deleteSilently() - Static method in class org.xdi.oxd.server.license.LicenseFile
 
destroy() - Method in interface org.xdi.oxd.server.persistence.PersistenceService
 
destroy() - Method in class org.xdi.oxd.server.persistence.PersistenceServiceImpl
 
destroy() - Method in class org.xdi.oxd.server.persistence.RedisPersistenceService
 
destroy() - Method in class org.xdi.oxd.server.persistence.SqlPersistenceServiceImpl
 
detailsAs(Class<T>) - Method in class org.xdi.oxd.common.ErrorResponse
 
DiscoveryService - Class in org.xdi.oxd.server.service
 
DiscoveryService(HttpService, RpService, ValidationService) - Constructor for class org.xdi.oxd.server.service.DiscoveryService
 
DOC_URL - Static variable in class org.xdi.oxd.common.CoreUtils
 

E

EmptyParams - Class in org.xdi.oxd.common.params
 
EmptyParams() - Constructor for class org.xdi.oxd.common.params.EmptyParams
 
encode(String) - Static method in class org.xdi.oxd.server.Utils
 
encodeCredentials(String, String) - Static method in class org.xdi.oxd.server.Utils
 
equals(Object) - Method in class org.xdi.oxd.common.params.GetAuthorizationUrlParams
 
equals(Object) - Method in class org.xdi.oxd.common.params.GetTokensByCodeParams
 
equals(Object) - Method in class org.xdi.oxd.common.params.GetUserInfoParams
 
equals(Object) - Method in class org.xdi.oxd.server.model.UmaToken
 
error() - Static method in class org.xdi.oxd.common.CommandResponse
 
ErrorResponse - Class in org.xdi.oxd.common
 
ErrorResponse() - Constructor for class org.xdi.oxd.common.ErrorResponse
 
ErrorResponse(String) - Constructor for class org.xdi.oxd.common.ErrorResponse
 
ErrorResponse(ErrorResponseCode) - Constructor for class org.xdi.oxd.common.ErrorResponse
 
ErrorResponse(String, String) - Constructor for class org.xdi.oxd.common.ErrorResponse
 
ErrorResponseCode - Enum in org.xdi.oxd.common
 
ErrorResponseException - Exception in org.xdi.oxd.common
 
ErrorResponseException(ErrorResponseCode) - Constructor for exception org.xdi.oxd.common.ErrorResponseException
 
execute(AuthorizationCodeFlowParams) - Method in class org.xdi.oxd.server.op.AuthorizationCodeFlowOperation
 
execute(CheckAccessTokenParams) - Method in class org.xdi.oxd.server.op.CheckAccessTokenOperation
 
execute(CheckIdTokenParams) - Method in class org.xdi.oxd.server.op.CheckIdTokenOperation
 
execute(GetAccessTokenByRefreshTokenParams) - Method in class org.xdi.oxd.server.op.GetAccessTokenByRefreshTokenOperation
 
execute(GetAuthorizationCodeParams) - Method in class org.xdi.oxd.server.op.GetAuthorizationCodeOperation
 
execute(GetAuthorizationUrlParams) - Method in class org.xdi.oxd.server.op.GetAuthorizationUrlOperation
 
execute(GetClientTokenParams) - Method in class org.xdi.oxd.server.op.GetClientTokenOperation
 
execute(GetLogoutUrlParams) - Method in class org.xdi.oxd.server.op.GetLogoutUrlOperation
 
execute(GetRpParams) - Method in class org.xdi.oxd.server.op.GetRpOperation
 
execute(GetTokensByCodeParams) - Method in class org.xdi.oxd.server.op.GetTokensByCodeOperation
 
execute(GetUserInfoParams) - Method in class org.xdi.oxd.server.op.GetUserInfoOperation
 
execute(ImplicitFlowParams) - Method in class org.xdi.oxd.server.op.ImplicitFlowOperation
 
execute(IntrospectAccessTokenParams) - Method in class org.xdi.oxd.server.op.IntrospectAccessTokenOperation
 
execute(IntrospectRptParams) - Method in class org.xdi.oxd.server.op.IntrospectRptOperation
 
execute(T) - Method in interface org.xdi.oxd.server.op.IOperation
Executes operations and produces response.
execute(EmptyParams) - Method in class org.xdi.oxd.server.op.LicenseStatusOperation
 
execute(RegisterSiteParams) - Method in class org.xdi.oxd.server.op.RegisterSiteOperation
 
execute(RemoveSiteParams) - Method in class org.xdi.oxd.server.op.RemoveSiteOperation
 
execute(RpGetClaimsGatheringUrlParams) - Method in class org.xdi.oxd.server.op.RpGetGetClaimsGatheringUrlOperation
 
execute(RpGetRptParams) - Method in class org.xdi.oxd.server.op.RpGetRptOperation
 
execute(RsCheckAccessParams) - Method in class org.xdi.oxd.server.op.RsCheckAccessOperation
 
execute(RsProtectParams) - Method in class org.xdi.oxd.server.op.RsProtectOperation
 
execute(SetupClientParams) - Method in class org.xdi.oxd.server.op.SetupClientOperation
 
execute(UpdateSiteParams) - Method in class org.xdi.oxd.server.op.UpdateSiteOperation
 
execute(ValidateParams) - Method in class org.xdi.oxd.server.op.ValidateOperation
 
execute_(RegisterSiteParams) - Method in class org.xdi.oxd.server.op.RegisterSiteOperation
 
expire(CommandClient) - Method in class org.xdi.oxd.client.CommandClientPool
 
expire(T) - Method in class org.xdi.oxd.client.ObjectPool
 

F

FILE_NAME - Static variable in class org.xdi.oxd.server.service.ConfigurationService
Configuration file name.
forbiddenErrorResponse() - Static method in class org.gluu.oxd.RestResource
 
fromValue(String) - Static method in enum org.xdi.oxd.common.CommandType
 
fromValue(String) - Static method in enum org.xdi.oxd.common.ErrorResponseCode
 
fromValue(String) - Static method in enum org.xdi.oxd.common.ResponseStatus
Returns response status object based on string value of status.

G

generateNonce() - Method in class org.xdi.oxd.server.service.StateService
 
generateSecureString() - Method in class org.xdi.oxd.server.service.StateService
 
generateState() - Method in class org.xdi.oxd.server.service.StateService
 
get(String) - Method in class org.xdi.oxd.server.persistence.RedisPersistenceService
 
get() - Method in class org.xdi.oxd.server.service.ConfigurationService
 
getAccess() - Method in class org.xdi.oxd.common.response.RsCheckAccessResponse
 
getAccessToken() - Method in class org.xdi.oxd.common.params.CheckAccessTokenParams
Gets access token.
getAccessToken() - Method in class org.xdi.oxd.common.params.GetUserInfoParams
 
getAccessToken() - Method in class org.xdi.oxd.common.params.IntrospectAccessTokenParams
 
getAccessToken() - Method in class org.xdi.oxd.common.params.ValidateParams
 
getAccessToken() - Method in class org.xdi.oxd.common.response.AuthorizationCodeFlowResponse
 
getAccessToken() - Method in class org.xdi.oxd.common.response.GetClientTokenResponse
 
getAccessToken() - Method in class org.xdi.oxd.common.response.GetTokensByCodeResponse
 
getAccessToken() - Method in class org.xdi.oxd.common.response.GetUserInfoResponse
 
getAccessToken() - Method in class org.xdi.oxd.common.response.ImplicitFlowResponse
 
getAccessToken() - Method in class org.xdi.oxd.rp.client.HrefDetails
 
getAccessToken() - Method in class org.xdi.oxd.server.service.Rp
 
getAccessTokenByRefreshToken(String, String) - Method in class org.gluu.oxd.RestResource
 
GetAccessTokenByRefreshTokenOperation - Class in org.xdi.oxd.server.op
 
GetAccessTokenByRefreshTokenOperation(Command, Injector) - Constructor for class org.xdi.oxd.server.op.GetAccessTokenByRefreshTokenOperation
Base constructor
GetAccessTokenByRefreshTokenParams - Class in org.xdi.oxd.common.params
 
GetAccessTokenByRefreshTokenParams() - Constructor for class org.xdi.oxd.common.params.GetAccessTokenByRefreshTokenParams
 
getAcr() - Method in class org.xdi.oxd.common.params.AuthorizationCodeFlowParams
 
getAcrValues() - Method in class org.xdi.oxd.common.params.GetAuthorizationCodeParams
 
getAcrValues() - Method in class org.xdi.oxd.common.params.GetAuthorizationUrlParams
 
getAcrValues() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
getAcrValues() - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
getAcrValues() - Method in class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
getAcrValues() - Method in class org.xdi.oxd.server.service.Rp
 
getActive() - Method in class org.xdi.oxd.common.introspection.CorrectRptIntrospectionResponse
 
getActive() - Method in class org.xdi.oxd.server.introspection.BadRptIntrospectionResponse
 
getAlgorithm() - Method in class org.xdi.oxd.common.params.GetClientTokenParams
 
getApplicationType() - Method in class org.xdi.oxd.server.service.Rp
 
getAud() - Method in class org.xdi.oxd.common.introspection.CorrectRptIntrospectionResponse
 
getAud() - Method in class org.xdi.oxd.server.introspection.BadRptIntrospectionResponse
 
getAudience() - Method in class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
getAuthenticationMethod() - Method in class org.xdi.oxd.common.params.GetClientTokenParams
 
getAuthorizationCode() - Method in class org.xdi.oxd.common.response.AuthorizationCodeFlowResponse
 
getAuthorizationCode() - Method in class org.xdi.oxd.common.response.ImplicitFlowResponse
 
GetAuthorizationCodeOperation - Class in org.xdi.oxd.server.op
 
GetAuthorizationCodeOperation(Command, Injector) - Constructor for class org.xdi.oxd.server.op.GetAuthorizationCodeOperation
Base constructor
GetAuthorizationCodeParams - Class in org.xdi.oxd.common.params
 
GetAuthorizationCodeParams() - Constructor for class org.xdi.oxd.common.params.GetAuthorizationCodeParams
 
GetAuthorizationCodeResponse - Class in org.xdi.oxd.common.response
 
GetAuthorizationCodeResponse() - Constructor for class org.xdi.oxd.common.response.GetAuthorizationCodeResponse
 
GetAuthorizationCodeResponse(String) - Constructor for class org.xdi.oxd.common.response.GetAuthorizationCodeResponse
 
getAuthorizationRedirectUri() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
getAuthorizationRedirectUri() - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
getAuthorizationRedirectUri() - Method in class org.xdi.oxd.server.service.Rp
 
getAuthorizationRedirectUrl() - Method in class org.gluu.oxd.OxdHttpsConfiguration
 
getAuthorizationUrl(String, String) - Method in class org.gluu.oxd.RestResource
 
getAuthorizationUrl() - Method in class org.xdi.oxd.common.response.GetAuthorizationUrlResponse
 
getAuthorizationUrl() - Method in interface org.xdi.oxd.rp.client.RpClient
 
getAuthorizationUrl() - Method in class org.xdi.oxd.rp.client.RpSocketClient
 
GetAuthorizationUrlOperation - Class in org.xdi.oxd.server.op
 
GetAuthorizationUrlOperation(Command, Injector) - Constructor for class org.xdi.oxd.server.op.GetAuthorizationUrlOperation
Base constructor
GetAuthorizationUrlParams - Class in org.xdi.oxd.common.params
 
GetAuthorizationUrlParams() - Constructor for class org.xdi.oxd.common.params.GetAuthorizationUrlParams
 
GetAuthorizationUrlResponse - Class in org.xdi.oxd.common.response
 
GetAuthorizationUrlResponse() - Constructor for class org.xdi.oxd.common.response.GetAuthorizationUrlResponse
 
GetAuthorizationUrlResponse(String) - Constructor for class org.xdi.oxd.common.response.GetAuthorizationUrlResponse
 
getAuthrizationUrl(GetAuthorizationUrlParams) - Method in interface org.xdi.oxd.client.HttpClientInterface
 
getClaims() - Method in class org.xdi.oxd.common.response.CheckIdTokenResponse
 
getClaims() - Method in class org.xdi.oxd.common.response.GetUserInfoResponse
 
getClaims() - Method in class org.xdi.oxd.rp.client.HrefDetails
 
getClaimsLocales() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
getClaimsLocales() - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
getClaimsLocales() - Method in class org.xdi.oxd.server.service.Rp
 
getClaimsRedirectUri() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
getClaimsRedirectUri() - Method in class org.xdi.oxd.common.params.RpGetClaimsGatheringUrlParams
 
getClaimsRedirectUri() - Method in class org.xdi.oxd.server.service.Rp
 
getClaimToken() - Method in class org.xdi.oxd.common.params.RpGetRptParams
 
getClaimTokenFormat() - Method in class org.xdi.oxd.common.params.RpGetRptParams
 
getClientExecutor() - Method in class org.xdi.oxd.server.service.HttpService
 
getClientFrontchannelLogoutUri() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
getClientId() - Method in class org.xdi.oxd.common.introspection.CorrectRptIntrospectionResponse
 
getClientId() - Method in class org.xdi.oxd.common.params.AuthorizationCodeFlowParams
 
getClientId() - Method in class org.xdi.oxd.common.params.GetClientTokenParams
 
getClientId() - Method in class org.xdi.oxd.common.params.ImplicitFlowParams
 
getClientId() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
getClientId() - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
getClientId() - Method in class org.xdi.oxd.common.response.SetupClientResponse
 
getClientId() - Method in class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
getClientId() - Method in class org.xdi.oxd.server.introspection.BadRptIntrospectionResponse
 
getClientId() - Method in class org.xdi.oxd.server.service.Rp
 
getClientIdIssuedAt() - Method in class org.xdi.oxd.common.response.SetupClientResponse
 
getClientIdIssuedAt() - Method in class org.xdi.oxd.server.service.Rp
 
getClientIdOfOxdId() - Method in class org.xdi.oxd.common.response.SetupClientResponse
 
getClientJwksUri() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
getClientJwksUri() - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
getClientJwksUri() - Method in class org.xdi.oxd.server.service.Rp
 
getClientLogoutUri() - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
getClientName() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
getClientName() - Method in class org.xdi.oxd.server.service.Rp
 
getClientRegistrationAccessToken() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
getClientRegistrationAccessToken() - Method in class org.xdi.oxd.common.response.SetupClientResponse
 
getClientRegistrationAccessToken() - Method in class org.xdi.oxd.server.service.Rp
 
getClientRegistrationClientUri() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
getClientRegistrationClientUri() - Method in class org.xdi.oxd.common.response.SetupClientResponse
 
getClientRegistrationClientUri() - Method in class org.xdi.oxd.server.service.Rp
 
getClientRequestUris() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
getClientRequestUris() - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
getClientSecret() - Method in class org.xdi.oxd.common.params.AuthorizationCodeFlowParams
 
getClientSecret() - Method in class org.xdi.oxd.common.params.GetClientTokenParams
 
getClientSecret() - Method in class org.xdi.oxd.common.params.ImplicitFlowParams
 
getClientSecret() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
getClientSecret() - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
getClientSecret() - Method in class org.xdi.oxd.common.response.SetupClientResponse
 
getClientSecret() - Method in class org.xdi.oxd.server.service.Rp
 
getClientSecretExpiresAt() - Method in class org.xdi.oxd.common.response.SetupClientResponse
 
getClientSecretExpiresAt() - Method in class org.xdi.oxd.server.service.Rp
 
getClientSectorIdentifierUri() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
getClientSectorIdentifierUri() - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
getClientToken(String) - Method in class org.gluu.oxd.RestResource
 
getClientToken(GetClientTokenParams) - Method in interface org.xdi.oxd.client.HttpClientInterface
 
getClientTokenEndpointAuthMethod() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
getClientTokenEndpointAuthMethod() - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
getClientTokenEndpointAuthSigningAlg() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
GetClientTokenOperation - Class in org.xdi.oxd.server.op
 
GetClientTokenOperation(Command, Injector) - Constructor for class org.xdi.oxd.server.op.GetClientTokenOperation
Base constructor
GetClientTokenParams - Class in org.xdi.oxd.common.params
 
GetClientTokenParams() - Constructor for class org.xdi.oxd.common.params.GetClientTokenParams
 
GetClientTokenResponse - Class in org.xdi.oxd.common.response
 
GetClientTokenResponse() - Constructor for class org.xdi.oxd.common.response.GetClientTokenResponse
 
getCode() - Method in enum org.xdi.oxd.common.ErrorResponseCode
 
getCode() - Method in class org.xdi.oxd.common.params.GetTokensByCodeParams
 
getCode() - Method in class org.xdi.oxd.common.params.ValidateParams
 
getCode() - Method in class org.xdi.oxd.common.response.GetAuthorizationCodeResponse
 
getCode() - Method in class org.xdi.oxd.rp.client.HrefDetails
 
getCommand() - Method in class org.xdi.oxd.common.ReadResult
 
getCommand() - Method in class org.xdi.oxd.server.op.BaseOperation
Returns command
getCommandType() - Method in class org.xdi.oxd.common.Command
 
getConfDirectoryFile() - Method in class org.xdi.oxd.server.service.ConfigurationService
 
getConfDirectoryPath() - Method in class org.xdi.oxd.server.service.ConfigurationService
 
getConfiguration() - Method in class org.xdi.oxd.server.service.ConfigurationService
 
getConfigurationService() - Method in class org.xdi.oxd.server.op.BaseOperation
 
getConnectDiscoveryResponse(Rp) - Method in class org.xdi.oxd.server.service.DiscoveryService
 
getConnectDiscoveryResponse(String, String) - Method in class org.xdi.oxd.server.service.DiscoveryService
 
getConnectDiscoveryResponseByOxdId(String) - Method in class org.xdi.oxd.server.service.DiscoveryService
 
getConnectDiscoveryUrl(Rp) - Method in class org.xdi.oxd.server.service.DiscoveryService
 
getConnectDiscoveryUrl(String, String) - Method in class org.xdi.oxd.server.service.DiscoveryService
 
getConnection() - Method in class org.xdi.oxd.server.persistence.H2PersistenceProvider
 
getConnection() - Method in interface org.xdi.oxd.server.persistence.SqlPersistenceProvider
 
getContacts() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
getContacts() - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
getContacts() - Method in class org.xdi.oxd.server.service.Rp
 
getCryptoProvider() - Method in class org.xdi.oxd.server.op.BaseOperation
 
getCryptProviderDnName() - Method in class org.xdi.oxd.server.Configuration
 
getCryptProviderKeyStorePassword() - Method in class org.xdi.oxd.server.Configuration
 
getCryptProviderKeyStorePath() - Method in class org.xdi.oxd.server.Configuration
 
getCurrentLicenseServerTime() - Method in class org.xdi.oxd.server.service.TimeService
 
getCustomParameters() - Method in class org.xdi.oxd.common.params.GetAuthorizationUrlParams
 
getData() - Method in class org.xdi.oxd.common.CommandResponse
 
getDbFileLocation() - Method in class org.xdi.oxd.server.persistence.H2Configuration
 
getDescription() - Method in enum org.xdi.oxd.common.ErrorResponseCode
 
getDetails() - Method in class org.xdi.oxd.common.ErrorResponse
 
getDiscoveryService() - Method in class org.xdi.oxd.server.op.BaseOperation
 
getEncodedLicense() - Method in class org.xdi.oxd.server.license.LicenseFile
 
getEntity() - Method in exception org.xdi.oxd.common.HttpErrorResponseException
 
getError() - Method in class org.xdi.oxd.common.ErrorResponse
 
getErrorDescription() - Method in class org.xdi.oxd.common.ErrorResponse
 
getErrorResponseCode() - Method in exception org.xdi.oxd.common.ErrorResponseException
 
getExpiresAt() - Method in class org.xdi.oxd.common.introspection.CorrectRptIntrospectionResponse
 
getExpiresAt() - Method in class org.xdi.oxd.common.introspection.CorrectUmaPermission
 
getExpiresAt() - Method in class org.xdi.oxd.common.response.CheckAccessTokenResponse
 
getExpiresAt() - Method in class org.xdi.oxd.common.response.CheckIdTokenResponse
 
getExpiresAt() - Method in class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
getExpiresAt() - Method in class org.xdi.oxd.server.introspection.BadRptIntrospectionResponse
 
getExpiresAt() - Method in class org.xdi.oxd.server.introspection.BadUmaPermission
 
getExpiresIn() - Method in class org.xdi.oxd.common.response.AuthorizationCodeFlowResponse
 
getExpiresIn() - Method in class org.xdi.oxd.common.response.GetClientTokenResponse
 
getExpiresIn() - Method in class org.xdi.oxd.common.response.GetTokensByCodeResponse
 
getExpiresIn() - Method in class org.xdi.oxd.common.response.ImplicitFlowResponse
 
getExpiresIn() - Method in class org.xdi.oxd.server.model.UmaToken
 
getFeatures() - Method in class org.xdi.oxd.common.params.LicenseStatusParams
 
getFeatures() - Method in class org.xdi.oxd.common.response.LicenseStatusOpResponse
 
getFrontChannelLogoutUri() - Method in class org.xdi.oxd.server.service.Rp
 
getGrantType() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
getGrantType() - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
getGrantType() - Method in class org.xdi.oxd.server.service.Rp
 
getHostedDomain() - Method in class org.xdi.oxd.common.params.GetAuthorizationUrlParams
 
getHttpClient() - Method in class org.xdi.oxd.server.service.HttpService
 
getHttpMethod() - Method in class org.xdi.oxd.common.params.RsCheckAccessParams
 
getHttpMethods() - Method in class org.xdi.oxd.server.model.UmaResource
 
getHttpService() - Method in class org.xdi.oxd.server.op.BaseOperation
 
getHttpStatus() - Method in exception org.xdi.oxd.common.HttpErrorResponseException
 
getId() - Method in class org.xdi.oxd.server.model.UmaResource
 
getIdToken() - Method in class org.xdi.oxd.common.params.CheckAccessTokenParams
Gets id token.
getIdToken() - Method in class org.xdi.oxd.common.params.CheckIdTokenParams
 
getIdToken() - Method in class org.xdi.oxd.common.params.ValidateParams
 
getIdToken() - Method in class org.xdi.oxd.common.response.AuthorizationCodeFlowResponse
 
getIdToken() - Method in class org.xdi.oxd.common.response.GetTokensByCodeResponse
 
getIdToken() - Method in class org.xdi.oxd.common.response.ImplicitFlowResponse
 
getIdToken() - Method in class org.xdi.oxd.rp.client.HrefDetails
 
getIdToken() - Method in class org.xdi.oxd.server.op.Validator
 
getIdToken() - Method in class org.xdi.oxd.server.service.Rp
 
getIdTokenClaims() - Method in class org.xdi.oxd.common.response.GetTokensByCodeResponse
 
getIdTokenHint() - Method in class org.xdi.oxd.common.params.GetLogoutUrlParams
 
getInjector() - Method in class org.xdi.oxd.server.op.BaseOperation
Gets injector.
getInjector() - Static method in class org.xdi.oxd.server.ServerLauncher
 
getInstance(Class<T>) - Method in class org.xdi.oxd.server.op.BaseOperation
 
getIntrospectionService() - Method in class org.xdi.oxd.server.op.BaseOperation
 
getIss() - Method in class org.xdi.oxd.common.introspection.CorrectRptIntrospectionResponse
 
getIss() - Method in class org.xdi.oxd.server.introspection.BadRptIntrospectionResponse
 
getIssuedAt() - Method in class org.xdi.oxd.common.introspection.CorrectRptIntrospectionResponse
 
getIssuedAt() - Method in class org.xdi.oxd.common.response.CheckAccessTokenResponse
 
getIssuedAt() - Method in class org.xdi.oxd.common.response.CheckIdTokenResponse
 
getIssuedAt() - Method in class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
getIssuedAt() - Method in class org.xdi.oxd.server.introspection.BadRptIntrospectionResponse
 
getIssuer() - Method in class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
getJti() - Method in class org.xdi.oxd.common.introspection.CorrectRptIntrospectionResponse
 
getJti() - Method in class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
getJti() - Method in class org.xdi.oxd.server.introspection.BadRptIntrospectionResponse
 
getKeyId() - Method in class org.xdi.oxd.common.params.GetClientTokenParams
 
getKeyService() - Method in class org.xdi.oxd.server.op.BaseOperation
 
getKeyStorePassword() - Method in class org.xdi.oxd.server.Configuration
 
getKeyStorePath() - Method in class org.xdi.oxd.server.Configuration
 
getLastModified() - Method in class org.xdi.oxd.server.license.LicenseFile
 
getLeftString() - Method in class org.xdi.oxd.common.ReadResult
 
getLicenseFile() - Static method in class org.xdi.oxd.server.license.LicenseFile
 
getLicenseId() - Method in class org.xdi.oxd.server.Configuration
 
getLicenseId() - Method in class org.xdi.oxd.server.license.LicenseFile
 
getLicensePassword() - Method in class org.xdi.oxd.server.Configuration
 
getLicenseService() - Method in class org.xdi.oxd.server.op.BaseOperation
 
getList() - Method in class org.xdi.oxd.common.params.GetRpParams
 
getLocalhostOnly() - Method in class org.xdi.oxd.server.Configuration
 
getLogoutUri(String, String) - Method in class org.gluu.oxd.RestResource
 
getLogoutUrl() - Method in class org.gluu.oxd.OxdHttpsConfiguration
 
getLogoutUrl(GetLogoutUrlParams) - Method in interface org.xdi.oxd.client.HttpClientInterface
 
GetLogoutUrlOperation - Class in org.xdi.oxd.server.op
 
GetLogoutUrlOperation(Command, Injector) - Constructor for class org.xdi.oxd.server.op.GetLogoutUrlOperation
Base constructor
GetLogoutUrlParams - Class in org.xdi.oxd.common.params
 
GetLogoutUrlParams() - Constructor for class org.xdi.oxd.common.params.GetLogoutUrlParams
 
getMacAddress() - Method in class org.xdi.oxd.server.license.LicenseFile
 
getMacAddress() - Static method in class org.xdi.oxd.server.license.LicenseFile.MacAddress
 
getMetadata() - Method in class org.xdi.oxd.server.license.LicenseService
 
getMigrationSourceFolderPath() - Method in class org.xdi.oxd.server.Configuration
 
getName() - Method in class org.xdi.oxd.common.response.LicenseStatusOpResponse
 
getNameForLogger() - Method in class org.xdi.oxd.client.CommandClient
 
getNbf() - Method in class org.xdi.oxd.common.introspection.CorrectRptIntrospectionResponse
 
getNbf() - Method in class org.xdi.oxd.server.introspection.BadRptIntrospectionResponse
 
getNode() - Method in class org.xdi.oxd.common.response.GetRpResponse
 
getNonce() - Method in class org.xdi.oxd.common.params.AuthorizationCodeFlowParams
 
getNonce() - Method in class org.xdi.oxd.common.params.CheckIdTokenParams
 
getNonce() - Method in class org.xdi.oxd.common.params.GetAuthorizationCodeParams
 
getNonce() - Method in class org.xdi.oxd.common.params.ImplicitFlowParams
 
getNonce() - Method in class org.xdi.oxd.common.params.ValidateParams
 
getNonceExpirationInMinutes() - Method in class org.xdi.oxd.server.Configuration
 
getOpDiscoveryPath() - Method in class org.xdi.oxd.common.params.GetClientTokenParams
 
getOpDiscoveryPath() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
getOpDiscoveryPath() - Method in class org.xdi.oxd.server.service.Rp
 
getOpHost() - Method in class org.gluu.oxd.OxdHttpsConfiguration
 
getOpHost() - Method in class org.xdi.oxd.common.params.GetClientTokenParams
 
getOpHost() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
getOpHost() - Method in class org.xdi.oxd.common.response.RegisterSiteResponse
 
getOpHost() - Method in class org.xdi.oxd.common.response.SetupClientResponse
 
getOpHost() - Method in class org.xdi.oxd.server.service.Rp
 
getOverwrite() - Method in class org.xdi.oxd.common.params.RsProtectParams
 
getOxdConnectionExpirationInSeconds() - Method in class org.gluu.oxd.OxdHttpsConfiguration
 
getOxdHost() - Method in class org.gluu.oxd.OxdHttpsConfiguration
 
getOxdId() - Method in class org.xdi.oxd.common.params.AuthorizationCodeFlowParams
 
getOxdId() - Method in class org.xdi.oxd.common.params.CheckAccessTokenParams
 
getOxdId() - Method in class org.xdi.oxd.common.params.CheckIdTokenParams
 
getOxdId() - Method in class org.xdi.oxd.common.params.GetAccessTokenByRefreshTokenParams
 
getOxdId() - Method in class org.xdi.oxd.common.params.GetAuthorizationCodeParams
 
getOxdId() - Method in class org.xdi.oxd.common.params.GetAuthorizationUrlParams
 
getOxdId() - Method in class org.xdi.oxd.common.params.GetLogoutUrlParams
 
getOxdId() - Method in class org.xdi.oxd.common.params.GetRpParams
 
getOxdId() - Method in class org.xdi.oxd.common.params.GetTokensByCodeParams
 
getOxdId() - Method in class org.xdi.oxd.common.params.GetUserInfoParams
 
getOxdId() - Method in interface org.xdi.oxd.common.params.HasOxdIdParams
 
getOxdId() - Method in class org.xdi.oxd.common.params.ImplicitFlowParams
 
getOxdId() - Method in class org.xdi.oxd.common.params.IntrospectAccessTokenParams
 
getOxdId() - Method in class org.xdi.oxd.common.params.IntrospectRptParams
 
getOxdId() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
getOxdId() - Method in class org.xdi.oxd.common.params.RemoveSiteParams
 
getOxdId() - Method in class org.xdi.oxd.common.params.RpGetClaimsGatheringUrlParams
 
getOxdId() - Method in class org.xdi.oxd.common.params.RpGetRptParams
 
getOxdId() - Method in class org.xdi.oxd.common.params.RsCheckAccessParams
 
getOxdId() - Method in class org.xdi.oxd.common.params.RsProtectParams
 
getOxdId() - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
getOxdId() - Method in class org.xdi.oxd.common.params.ValidateParams
 
getOxdId() - Method in class org.xdi.oxd.common.response.RegisterSiteResponse
 
getOxdId() - Method in class org.xdi.oxd.common.response.RemoveSiteResponse
 
getOxdId() - Method in class org.xdi.oxd.common.response.RsProtectResponse
 
getOxdId() - Method in class org.xdi.oxd.common.response.SetupClientResponse
 
getOxdId() - Method in class org.xdi.oxd.common.response.UpdateSiteResponse
 
getOxdId() - Method in interface org.xdi.oxd.rp.client.RpClient
 
getOxdId() - Method in class org.xdi.oxd.rp.client.RpSocketClient
 
getOxdId() - Method in class org.xdi.oxd.server.service.Rp
 
getOxdPort() - Method in class org.gluu.oxd.OxdHttpsConfiguration
 
getOxdRpProgrammingLanguage() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
getOxdRpProgrammingLanguage() - Method in class org.xdi.oxd.server.service.Rp
 
getParameterClass() - Method in class org.xdi.oxd.server.op.BaseOperation
 
getParameterClass() - Method in interface org.xdi.oxd.server.op.IOperation
 
getParams() - Method in class org.xdi.oxd.common.Command
 
getParams() - Method in class org.xdi.oxd.server.introspection.BadUmaPermission
 
getParams() - Method in class org.xdi.oxd.server.op.BaseOperation
 
getPassword() - Method in class org.xdi.oxd.common.params.GetAuthorizationCodeParams
 
getPat() - Method in class org.xdi.oxd.server.service.Rp
 
getPat(String) - Method in class org.xdi.oxd.server.service.UmaTokenService
 
getPatCreatedAt() - Method in class org.xdi.oxd.server.service.Rp
 
getPatExpiresIn() - Method in class org.xdi.oxd.server.service.Rp
 
getPath() - Method in class org.xdi.oxd.common.params.RsCheckAccessParams
 
getPath() - Method in class org.xdi.oxd.server.model.UmaResource
 
getPatRefreshToken() - Method in class org.xdi.oxd.server.service.Rp
 
getPct() - Method in class org.xdi.oxd.common.params.RpGetRptParams
 
getPct() - Method in class org.xdi.oxd.common.response.RpGetRptResponse
 
getPermissions() - Method in class org.xdi.oxd.common.introspection.CorrectRptIntrospectionResponse
 
getPermissions() - Method in class org.xdi.oxd.server.introspection.BadRptIntrospectionResponse
 
getPort() - Method in class org.xdi.oxd.server.Configuration
 
getPostLogoutRedirectUri() - Method in class org.xdi.oxd.common.params.GetLogoutUrlParams
 
getPostLogoutRedirectUri() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
getPostLogoutRedirectUri() - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
getPostLogoutRedirectUri() - Method in class org.xdi.oxd.server.service.Rp
 
getPostLogoutRedirectUrl() - Method in class org.gluu.oxd.OxdHttpsConfiguration
 
getPrompt() - Method in class org.xdi.oxd.common.params.GetAuthorizationUrlParams
 
getProtectCommandsWithAccessToken() - Method in class org.xdi.oxd.server.Configuration
 
getProtectionAccessToken() - Method in class org.xdi.oxd.common.params.AuthorizationCodeFlowParams
 
getProtectionAccessToken() - Method in class org.xdi.oxd.common.params.CheckAccessTokenParams
 
getProtectionAccessToken() - Method in class org.xdi.oxd.common.params.CheckIdTokenParams
 
getProtectionAccessToken() - Method in class org.xdi.oxd.common.params.GetAccessTokenByRefreshTokenParams
 
getProtectionAccessToken() - Method in class org.xdi.oxd.common.params.GetAuthorizationCodeParams
 
getProtectionAccessToken() - Method in class org.xdi.oxd.common.params.GetAuthorizationUrlParams
 
getProtectionAccessToken() - Method in class org.xdi.oxd.common.params.GetLogoutUrlParams
 
getProtectionAccessToken() - Method in class org.xdi.oxd.common.params.GetTokensByCodeParams
 
getProtectionAccessToken() - Method in class org.xdi.oxd.common.params.GetUserInfoParams
 
getProtectionAccessToken() - Method in interface org.xdi.oxd.common.params.HasProtectionAccessTokenParams
 
getProtectionAccessToken() - Method in class org.xdi.oxd.common.params.ImplicitFlowParams
 
getProtectionAccessToken() - Method in class org.xdi.oxd.common.params.IntrospectAccessTokenParams
 
getProtectionAccessToken() - Method in class org.xdi.oxd.common.params.IntrospectRptParams
 
getProtectionAccessToken() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
getProtectionAccessToken() - Method in class org.xdi.oxd.common.params.RemoveSiteParams
 
getProtectionAccessToken() - Method in class org.xdi.oxd.common.params.RpGetClaimsGatheringUrlParams
 
getProtectionAccessToken() - Method in class org.xdi.oxd.common.params.RpGetRptParams
 
getProtectionAccessToken() - Method in class org.xdi.oxd.common.params.RsCheckAccessParams
 
getProtectionAccessToken() - Method in class org.xdi.oxd.common.params.RsProtectParams
 
getProtectionAccessToken() - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
getProtectionAccessToken() - Method in class org.xdi.oxd.common.params.ValidateParams
 
getPublicKey() - Method in class org.xdi.oxd.server.Configuration
 
getPublicOpKeyCacheExpirationInMinutes() - Method in class org.xdi.oxd.server.Configuration
 
getPublicPassword() - Method in class org.xdi.oxd.server.Configuration
 
getRedirectUris() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
getRedirectUris() - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
getRedirectUris() - Method in class org.xdi.oxd.server.service.Rp
 
getRedirectUrl() - Method in class org.gluu.oxd.OxdHttpsConfiguration
 
getRedirectUrl() - Method in class org.xdi.oxd.common.params.AuthorizationCodeFlowParams
 
getRedirectUrl() - Method in class org.xdi.oxd.common.params.ImplicitFlowParams
 
getRefreshToken() - Method in class org.xdi.oxd.common.params.GetAccessTokenByRefreshTokenParams
 
getRefreshToken() - Method in class org.xdi.oxd.common.response.AuthorizationCodeFlowResponse
 
getRefreshToken() - Method in class org.xdi.oxd.common.response.GetClientTokenResponse
 
getRefreshToken() - Method in class org.xdi.oxd.common.response.GetTokensByCodeResponse
 
getRefreshToken() - Method in class org.xdi.oxd.common.response.GetUserInfoResponse
 
getRefreshToken() - Method in class org.xdi.oxd.common.response.ImplicitFlowResponse
 
getRefreshToken() - Method in class org.xdi.oxd.server.model.UmaToken
 
getRegisterClientAppType() - Method in class org.xdi.oxd.server.Configuration
 
getRegisterClientResponesType() - Method in class org.xdi.oxd.server.Configuration
 
getRegistrationDetails() - Method in interface org.xdi.oxd.rp.client.RpClient
 
getRegistrationDetails() - Method in class org.xdi.oxd.rp.client.RpSocketClient
 
getResourceId() - Method in class org.xdi.oxd.common.introspection.CorrectUmaPermission
 
getResourceId() - Method in class org.xdi.oxd.server.introspection.BadUmaPermission
 
getResources() - Method in class org.xdi.oxd.common.params.RsProtectParams
 
getResponseTypes() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
getResponseTypes() - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
getResponseTypes() - Method in class org.xdi.oxd.server.service.Rp
 
getRp() - Method in class org.xdi.oxd.server.op.BaseOperation
 
getRp(String) - Method in interface org.xdi.oxd.server.persistence.PersistenceService
 
getRp(String) - Method in class org.xdi.oxd.server.persistence.PersistenceServiceImpl
 
getRp(String) - Method in class org.xdi.oxd.server.persistence.RedisPersistenceService
 
getRp(String) - Method in class org.xdi.oxd.server.persistence.SqlPersistenceServiceImpl
 
getRp(String) - Method in class org.xdi.oxd.server.service.RpService
 
getRpByClientId(String) - Method in class org.xdi.oxd.server.service.RpService
 
GetRpOperation - Class in org.xdi.oxd.server.op
 
GetRpOperation(Command, Injector) - Constructor for class org.xdi.oxd.server.op.GetRpOperation
Base constructor
GetRpParams - Class in org.xdi.oxd.common.params
 
GetRpParams() - Constructor for class org.xdi.oxd.common.params.GetRpParams
 
GetRpParams(String) - Constructor for class org.xdi.oxd.common.params.GetRpParams
 
GetRpResponse - Class in org.xdi.oxd.common.response
 
GetRpResponse() - Constructor for class org.xdi.oxd.common.response.GetRpResponse
 
GetRpResponse(JsonNode) - Constructor for class org.xdi.oxd.common.response.GetRpResponse
 
getRps() - Method in interface org.xdi.oxd.server.persistence.PersistenceService
 
getRps() - Method in class org.xdi.oxd.server.persistence.PersistenceServiceImpl
 
getRps() - Method in class org.xdi.oxd.server.persistence.RedisPersistenceService
 
getRps() - Method in class org.xdi.oxd.server.persistence.SqlPersistenceServiceImpl
 
getRps() - Method in class org.xdi.oxd.server.service.RpService
 
getRpService() - Method in class org.xdi.oxd.server.op.BaseOperation
 
getRpt() - Method in class org.xdi.oxd.common.params.IntrospectRptParams
 
getRpt() - Method in class org.xdi.oxd.common.params.RpGetRptParams
 
getRpt() - Method in class org.xdi.oxd.common.params.RsCheckAccessParams
 
getRpt() - Method in class org.xdi.oxd.common.response.RpGetRptResponse
 
getRpt() - Method in class org.xdi.oxd.server.service.Rp
 
getRpt(RpGetRptParams) - Method in class org.xdi.oxd.server.service.UmaTokenService
 
getRptCreatedAt() - Method in class org.xdi.oxd.server.service.Rp
 
getRptExpiresAt() - Method in class org.xdi.oxd.server.service.Rp
 
getRptPct() - Method in class org.xdi.oxd.server.service.Rp
 
getRptTokenType() - Method in class org.xdi.oxd.server.service.Rp
 
getRptUpgraded() - Method in class org.xdi.oxd.server.service.Rp
 
getRSAPublicKey(String, String) - Method in class org.xdi.oxd.server.service.PublicOpKeyService
 
getScope() - Method in class org.xdi.oxd.common.params.AuthorizationCodeFlowParams
 
getScope() - Method in class org.xdi.oxd.common.params.GetAccessTokenByRefreshTokenParams
 
getScope() - Method in class org.xdi.oxd.common.params.GetAuthorizationUrlParams
 
getScope() - Method in class org.xdi.oxd.common.params.GetClientTokenParams
 
getScope() - Method in class org.xdi.oxd.common.params.ImplicitFlowParams
 
getScope() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
getScope() - Method in class org.xdi.oxd.common.params.RpGetRptParams
 
getScope() - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
getScope() - Method in class org.xdi.oxd.common.response.AuthorizationCodeFlowResponse
 
getScope() - Method in class org.xdi.oxd.common.response.GetClientTokenResponse
 
getScope() - Method in class org.xdi.oxd.common.response.ImplicitFlowResponse
 
getScope() - Method in class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
getScope() - Method in class org.xdi.oxd.server.service.Rp
 
getScopeExpressions() - Method in class org.xdi.oxd.server.model.UmaResource
 
getScopes() - Method in class org.xdi.oxd.common.introspection.CorrectUmaPermission
 
getScopes() - Method in class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
getScopes() - Method in class org.xdi.oxd.server.introspection.BadUmaPermission
 
getScopes() - Method in class org.xdi.oxd.server.model.UmaResource
 
getScopes(IntrospectionResponse) - Static method in class org.xdi.oxd.server.service.IntrospectionService
 
getSectorIdentifierUri() - Method in class org.xdi.oxd.server.service.Rp
 
getServerName() - Method in class org.xdi.oxd.server.Configuration
 
getSessionState() - Method in class org.xdi.oxd.common.params.GetLogoutUrlParams
 
getSetupClient() - Method in class org.xdi.oxd.server.service.Rp
 
getSetupClientId() - Method in class org.xdi.oxd.server.service.Rp
 
getSetupClientName() - Method in class org.xdi.oxd.common.params.SetupClientParams
 
getSetupClientOxdId() - Method in class org.xdi.oxd.common.response.SetupClientResponse
 
getSetupOxdId() - Method in class org.xdi.oxd.server.service.Rp
 
getState() - Method in class org.xdi.oxd.common.params.GetAuthorizationCodeParams
 
getState() - Method in class org.xdi.oxd.common.params.GetLogoutUrlParams
 
getState() - Method in class org.xdi.oxd.common.params.GetTokensByCodeParams
 
getState() - Method in class org.xdi.oxd.common.params.RpGetRptParams
 
getState() - Method in class org.xdi.oxd.common.params.ValidateParams
 
getState() - Method in class org.xdi.oxd.common.response.RpGetClaimsGatheringUrlResponse
 
getStateExpirationInMinutes() - Method in class org.xdi.oxd.server.Configuration
 
getStateService() - Method in class org.xdi.oxd.server.op.BaseOperation
 
getStatus() - Method in class org.xdi.oxd.common.CommandResponse
 
getStorage() - Method in class org.xdi.oxd.server.Configuration
 
getStorageConfiguration() - Method in class org.xdi.oxd.server.Configuration
 
getSub() - Method in class org.xdi.oxd.common.introspection.CorrectRptIntrospectionResponse
 
getSub() - Method in class org.xdi.oxd.server.introspection.BadRptIntrospectionResponse
 
getSubject() - Method in class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
getSupportGoogleLogout() - Method in class org.xdi.oxd.server.Configuration
 
getThreadCount() - Method in class org.xdi.oxd.common.response.LicenseStatusOpResponse
 
getTicket() - Method in class org.xdi.oxd.common.params.RpGetClaimsGatheringUrlParams
 
getTicket() - Method in class org.xdi.oxd.common.params.RpGetRptParams
 
getTicket() - Method in class org.xdi.oxd.common.response.RsCheckAccessResponse
 
getTicketScopes() - Method in class org.xdi.oxd.server.model.UmaResource
 
getTimeOutInSeconds() - Method in class org.xdi.oxd.server.Configuration
 
getToken() - Method in class org.xdi.oxd.server.model.UmaToken
 
getTokenByCode(String, String) - Method in class org.gluu.oxd.RestResource
 
getTokenByCode(GetTokensByCodeParams) - Method in interface org.xdi.oxd.client.HttpClientInterface
 
getTokenEndpointAuthMethod() - Method in class org.xdi.oxd.server.service.Rp
 
getTokenEndpointAuthSigningAlg() - Method in class org.xdi.oxd.server.service.Rp
 
GetTokensByCodeOperation - Class in org.xdi.oxd.server.op
 
GetTokensByCodeOperation(Command, Injector) - Constructor for class org.xdi.oxd.server.op.GetTokensByCodeOperation
Base constructor
GetTokensByCodeParams - Class in org.xdi.oxd.common.params
 
GetTokensByCodeParams() - Constructor for class org.xdi.oxd.common.params.GetTokensByCodeParams
 
GetTokensByCodeResponse - Class in org.xdi.oxd.common.response
 
GetTokensByCodeResponse() - Constructor for class org.xdi.oxd.common.response.GetTokensByCodeResponse
 
getTokenType() - Method in class org.xdi.oxd.common.response.RpGetRptResponse
 
getTokenType() - Method in class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
getTrustAllCerts() - Method in class org.xdi.oxd.server.Configuration
 
getTrustedClient() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
getUiLocales() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
getUiLocales() - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
getUiLocales() - Method in class org.xdi.oxd.server.service.Rp
 
getUma2AuthRegisterClaimsGatheringEndpointAsRedirectUriOfClient() - Method in class org.xdi.oxd.server.Configuration
 
getUmaDiscovery(String, String) - Method in class org.xdi.oxd.server.service.DiscoveryService
 
getUmaDiscoveryByOxdId(String) - Method in class org.xdi.oxd.server.service.DiscoveryService
 
getUmaDiscoveryUrl(String, String) - Method in class org.xdi.oxd.server.service.DiscoveryService
 
getUmaDiscoveryUrl(String) - Static method in class org.xdi.oxd.server.Utils
 
getUmaProtectedResources() - Method in class org.xdi.oxd.server.service.Rp
 
getUmaTokenService() - Method in class org.xdi.oxd.server.op.BaseOperation
 
getUpdated() - Method in class org.xdi.oxd.common.response.RpGetRptResponse
 
getUri() - Method in class org.xdi.oxd.common.response.LogoutResponse
 
getUrl() - Method in class org.xdi.oxd.common.response.RpGetClaimsGatheringUrlResponse
 
getUseClientAuthenticationForPat() - Method in class org.xdi.oxd.server.Configuration
 
getUserID() - Method in class org.gluu.oxd.OxdHttpsConfiguration
 
getUserId() - Method in class org.xdi.oxd.common.params.AuthorizationCodeFlowParams
 
getUserId() - Method in class org.xdi.oxd.common.params.ImplicitFlowParams
 
getUserId() - Method in class org.xdi.oxd.server.service.Rp
 
getUserInfo(String, String) - Method in class org.gluu.oxd.RestResource
 
getUserInfo(GetUserInfoParams) - Method in interface org.xdi.oxd.client.HttpClientInterface
 
GetUserInfoOperation - Class in org.xdi.oxd.server.op
 
GetUserInfoOperation(Command, Injector) - Constructor for class org.xdi.oxd.server.op.GetUserInfoOperation
Base constructor
GetUserInfoParams - Class in org.xdi.oxd.common.params
 
GetUserInfoParams() - Constructor for class org.xdi.oxd.common.params.GetUserInfoParams
 
GetUserInfoResponse - Class in org.xdi.oxd.common.response
 
GetUserInfoResponse() - Constructor for class org.xdi.oxd.common.response.GetUserInfoResponse
 
GetUserInfoResponse(Map<String, List<String>>) - Constructor for class org.xdi.oxd.common.response.GetUserInfoResponse
 
getUsername() - Method in class org.xdi.oxd.common.params.GetAuthorizationCodeParams
 
getUsername() - Method in class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
getUserSecret() - Method in class org.gluu.oxd.OxdHttpsConfiguration
 
getUserSecret() - Method in class org.xdi.oxd.common.params.AuthorizationCodeFlowParams
 
getUserSecret() - Method in class org.xdi.oxd.common.params.ImplicitFlowParams
 
getUserSecret() - Method in class org.xdi.oxd.server.service.Rp
 
getValidationService() - Method in class org.xdi.oxd.server.op.BaseOperation
 
getValue() - Method in enum org.xdi.oxd.common.CommandType
 
getValue() - Method in enum org.xdi.oxd.common.ResponseStatus
Returns string value of status
getWwwAuthenticateHeader() - Method in class org.xdi.oxd.common.response.RsCheckAccessResponse
 
GuiceModule - Class in org.xdi.oxd.server.guice
 
GuiceModule() - Constructor for class org.xdi.oxd.server.guice.GuiceModule
 

H

H2Configuration - Class in org.xdi.oxd.server.persistence
 
H2Configuration() - Constructor for class org.xdi.oxd.server.persistence.H2Configuration
 
H2PersistenceProvider - Class in org.xdi.oxd.server.persistence
 
H2PersistenceProvider(ConfigurationService) - Constructor for class org.xdi.oxd.server.persistence.H2PersistenceProvider
 
hasAccessToken() - Method in class org.xdi.oxd.rp.client.HrefDetails
 
hashCode() - Method in class org.xdi.oxd.common.params.GetAuthorizationUrlParams
 
hashCode() - Method in class org.xdi.oxd.common.params.GetTokensByCodeParams
 
hashCode() - Method in class org.xdi.oxd.common.params.GetUserInfoParams
 
hashCode() - Method in class org.xdi.oxd.server.model.UmaToken
 
hasIdToken() - Method in class org.xdi.oxd.rp.client.HrefDetails
 
HasOxdIdParams - Interface in org.xdi.oxd.common.params
 
HasProtectionAccessTokenParams - Interface in org.xdi.oxd.common.params
 
healthCheck() - Method in class org.gluu.oxd.RestResource
 
hoursDiff(Date, Date) - Static method in class org.xdi.oxd.server.Utils
 
HrefDetails - Class in org.xdi.oxd.rp.client
 
HrefDetails() - Constructor for class org.xdi.oxd.rp.client.HrefDetails
 
HttpClient - Class in org.xdi.oxd.client
 
HttpClientInterface - Interface in org.xdi.oxd.client
 
HttpErrorResponseException - Exception in org.xdi.oxd.common
 
HttpErrorResponseException(int, String) - Constructor for exception org.xdi.oxd.common.HttpErrorResponseException
 
HttpErrorResponseException(ClientResponseFailure) - Constructor for exception org.xdi.oxd.common.HttpErrorResponseException
 
HttpService - Class in org.xdi.oxd.server.service
 
HttpService(Configuration) - Constructor for class org.xdi.oxd.server.service.HttpService
 

I

ImplicitFlowOperation - Class in org.xdi.oxd.server.op
 
ImplicitFlowOperation(Command, Injector) - Constructor for class org.xdi.oxd.server.op.ImplicitFlowOperation
 
ImplicitFlowParams - Class in org.xdi.oxd.common.params
 
ImplicitFlowParams() - Constructor for class org.xdi.oxd.common.params.ImplicitFlowParams
 
ImplicitFlowResponse - Class in org.xdi.oxd.common.response
 
ImplicitFlowResponse() - Constructor for class org.xdi.oxd.common.response.ImplicitFlowResponse
 
initialize(Bootstrap<OxdHttpsConfiguration>) - Method in class org.gluu.oxd.OxdHttpsApplication
 
instance() - Static method in class org.xdi.oxd.server.introspection.ClientFactory
 
INTERNAL_ERROR_RESPONSE - Static variable in class org.xdi.oxd.common.CommandResponse
 
INTERNAL_ERROR_RESPONSE_AS_STRING - Static variable in class org.xdi.oxd.common.CommandResponse
 
introspect(String, String) - Method in class org.xdi.oxd.server.service.ValidationService
 
introspectAccessToken(String, String) - Method in class org.gluu.oxd.RestResource
 
IntrospectAccessTokenOperation - Class in org.xdi.oxd.server.op
 
IntrospectAccessTokenOperation(Command, Injector) - Constructor for class org.xdi.oxd.server.op.IntrospectAccessTokenOperation
Base constructor
IntrospectAccessTokenParams - Class in org.xdi.oxd.common.params
 
IntrospectAccessTokenParams() - Constructor for class org.xdi.oxd.common.params.IntrospectAccessTokenParams
 
IntrospectionService - Class in org.xdi.oxd.server.service
 
IntrospectionService(HttpService, UmaTokenService, DiscoveryService) - Constructor for class org.xdi.oxd.server.service.IntrospectionService
 
introspectRpt(String, String) - Method in class org.gluu.oxd.RestResource
 
introspectRpt(String, String) - Method in class org.xdi.oxd.server.service.IntrospectionService
 
IntrospectRptOperation - Class in org.xdi.oxd.server.op
 
IntrospectRptOperation(Command, Injector) - Constructor for class org.xdi.oxd.server.op.IntrospectRptOperation
Base constructor
IntrospectRptParams - Class in org.xdi.oxd.common.params
 
IntrospectRptParams() - Constructor for class org.xdi.oxd.common.params.IntrospectRptParams
 
introspectToken(String, String) - Method in interface org.xdi.oxd.server.introspection.BackCompatibleIntrospectionService
Returns introspection response for specified token.
introspectToken(String, String) - Method in class org.xdi.oxd.server.service.IntrospectionService
 
invalidateNonce(String) - Method in class org.xdi.oxd.server.service.StateService
 
invalidateState(String) - Method in class org.xdi.oxd.server.service.StateService
 
IOperation<T extends IParams> - Interface in org.xdi.oxd.server.op
Base interface for oxd operations.
IOpResponse - Interface in org.xdi.oxd.common.response
 
IParams - Interface in org.xdi.oxd.common.params
 
isActive() - Method in class org.xdi.oxd.common.response.CheckAccessTokenResponse
 
isActive() - Method in class org.xdi.oxd.common.response.CheckIdTokenResponse
 
isActive() - Method in class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
isExpired(Date) - Static method in class org.xdi.oxd.common.CoreUtils
 
isIdTokenValid(String) - Method in class org.xdi.oxd.server.op.Validator
 
isInUse() - Method in class org.xdi.oxd.client.CommandClient
 
isLicenseValid() - Method in class org.xdi.oxd.server.license.LicenseService
 
isNonceValid(String) - Method in class org.xdi.oxd.server.service.StateService
 
isRetryLimitExceeded() - Method in class org.xdi.oxd.server.license.LicenseFileUpdateService
 
isSetUpSuite() - Static method in class org.xdi.oxd.server.ServerLauncher
 
isStateValid(String) - Method in class org.xdi.oxd.server.service.StateService
 
isTestMode() - Static method in class org.xdi.oxd.server.Utils
Returns whether app is in test mode.
isTrue(Boolean) - Static method in class org.xdi.oxd.server.Utils
 
isValid() - Method in class org.xdi.oxd.client.CommandClient
 
isValid() - Method in class org.xdi.oxd.client.TransportClient
 
isValid() - Method in class org.xdi.oxd.common.response.LicenseStatusOpResponse
 
isValidUrl(String) - Static method in class org.xdi.oxd.server.Utils
 

J

joinAndUrlEncode(Collection<String>) - Static method in class org.xdi.oxd.server.Utils
 

K

KEY_PREFIX - Static variable in exception org.xdi.oxd.common.HttpErrorResponseException
 

L

LICENSE_FILE_NAME - Static variable in class org.xdi.oxd.server.license.LicenseFile
 
LICENSE_FILE_PATH - Static variable in class org.xdi.oxd.server.license.LicenseFile
 
LICENSE_SERVER_ENDPOINT - Static variable in class org.xdi.oxd.server.license.LicenseFileUpdateService
 
LicenseFile - Class in org.xdi.oxd.server.license
 
LicenseFile() - Constructor for class org.xdi.oxd.server.license.LicenseFile
 
LicenseFile(String, String, String) - Constructor for class org.xdi.oxd.server.license.LicenseFile
 
LicenseFile.MacAddress - Class in org.xdi.oxd.server.license
 
LicenseFileUpdateService - Class in org.xdi.oxd.server.license
 
LicenseService - Class in org.xdi.oxd.server.license
 
LicenseService(Configuration, HttpService, TimeService) - Constructor for class org.xdi.oxd.server.license.LicenseService
 
licenseStatus() - Method in class org.xdi.oxd.client.CommandClient
 
LicenseStatusOperation - Class in org.xdi.oxd.server.op
 
LicenseStatusOperation(Command, Injector) - Constructor for class org.xdi.oxd.server.op.LicenseStatusOperation
 
LicenseStatusOpResponse - Class in org.xdi.oxd.common.response
 
LicenseStatusOpResponse() - Constructor for class org.xdi.oxd.common.response.LicenseStatusOpResponse
 
LicenseStatusParams - Class in org.xdi.oxd.common.params
 
LicenseStatusParams() - Constructor for class org.xdi.oxd.common.params.LicenseStatusParams
 
listenSocket() - Method in class org.xdi.oxd.server.service.SocketService
 
load() - Static method in class org.xdi.oxd.server.license.LicenseFile
 
load() - Method in class org.xdi.oxd.server.service.ConfigurationService
 
load() - Method in class org.xdi.oxd.server.service.RpService
 
locked - Variable in class org.xdi.oxd.client.ObjectPool
 
LogoutResponse - Class in org.xdi.oxd.common.response
 
LogoutResponse() - Constructor for class org.xdi.oxd.common.response.LogoutResponse
 
LogoutResponse(String) - Constructor for class org.xdi.oxd.common.response.LogoutResponse
 

M

MacAddress() - Constructor for class org.xdi.oxd.server.license.LicenseFile.MacAddress
 
macAddress() - Static method in class org.xdi.oxd.server.license.MacAddressProvider
 
MacAddressProvider - Class in org.xdi.oxd.server.license
 
main(String[]) - Static method in class org.gluu.oxd.OxdHttpsApplication
 
main(String[]) - Static method in class org.xdi.oxd.server.Cli
 
main(String[]) - Static method in class org.xdi.oxd.server.ServerLauncher
Main method.
migrate() - Method in class org.xdi.oxd.server.service.MigrationService
 
migrateChildren(File) - Method in class org.xdi.oxd.server.service.MigrationService
 
MigrationService - Class in org.xdi.oxd.server.service
 
MigrationService(ConfigurationService, RpService) - Constructor for class org.xdi.oxd.server.service.MigrationService
 

N

newSocketClient(String, int) - Static method in class org.xdi.oxd.rp.client.RpClientFactory
 
newSocketClient(String, int) - Static method in class org.xdi.oxd.rp.client.RpSocketClient
 
newToken(UmaScopeType) - Static method in class org.xdi.oxd.server.model.UmaTokenFactory
 
normalizeLengthPrefixString(int) - Static method in class org.xdi.oxd.common.CoreUtils
 
notBlankOpHost(String) - Method in class org.xdi.oxd.server.service.ValidationService
 
notBlankOxdId(String) - Method in class org.xdi.oxd.server.service.ValidationService
 
notifyClientUsed(Rp, boolean) - Method in class org.xdi.oxd.server.license.LicenseService
 
notNull(IParams) - Method in class org.xdi.oxd.server.service.ValidationService
 

O

ObjectPool<T> - Class in org.xdi.oxd.client
 
ObjectPool(int) - Constructor for class org.xdi.oxd.client.ObjectPool
 
obtainPat(String) - Method in class org.xdi.oxd.server.service.UmaTokenService
 
ok() - Static method in class org.xdi.oxd.common.CommandResponse
 
okResponse(IOpResponse) - Method in class org.xdi.oxd.server.op.BaseOperation
Ok response for operation
onCreate() - Method in class org.xdi.oxd.server.persistence.H2PersistenceProvider
 
onCreate() - Method in interface org.xdi.oxd.server.persistence.SqlPersistenceProvider
 
onDestroy() - Method in class org.xdi.oxd.server.persistence.H2PersistenceProvider
 
onDestroy() - Method in interface org.xdi.oxd.server.persistence.SqlPersistenceProvider
 
OPERATION_IS_NOT_SUPPORTED - Static variable in class org.xdi.oxd.common.CommandResponse
 
OperationFactory - Class in org.xdi.oxd.server.op
 
opHostWithoutProtocol() - Method in class org.xdi.oxd.server.service.Rp
 
org.gluu.oxd - package org.gluu.oxd
 
org.xdi.oxd.client - package org.xdi.oxd.client
 
org.xdi.oxd.common - package org.xdi.oxd.common
 
org.xdi.oxd.common.introspection - package org.xdi.oxd.common.introspection
 
org.xdi.oxd.common.params - package org.xdi.oxd.common.params
 
org.xdi.oxd.common.response - package org.xdi.oxd.common.response
 
org.xdi.oxd.rp.client - package org.xdi.oxd.rp.client
 
org.xdi.oxd.server - package org.xdi.oxd.server
 
org.xdi.oxd.server.guice - package org.xdi.oxd.server.guice
 
org.xdi.oxd.server.introspection - package org.xdi.oxd.server.introspection
 
org.xdi.oxd.server.license - package org.xdi.oxd.server.license
 
org.xdi.oxd.server.model - package org.xdi.oxd.server.model
 
org.xdi.oxd.server.op - package org.xdi.oxd.server.op
 
org.xdi.oxd.server.persistence - package org.xdi.oxd.server.persistence
 
org.xdi.oxd.server.service - package org.xdi.oxd.server.service
 
OxdHttpsApplication - Class in org.gluu.oxd
 
OxdHttpsApplication() - Constructor for class org.gluu.oxd.OxdHttpsApplication
 
OxdHttpsConfiguration - Class in org.gluu.oxd
 
OxdHttpsConfiguration() - Constructor for class org.gluu.oxd.OxdHttpsConfiguration
 

P

paramsAsString() - Method in class org.xdi.oxd.common.Command
 
parseHref(String) - Static method in class org.xdi.oxd.rp.client.RpClientUtils
 
parseRp(File) - Static method in class org.xdi.oxd.server.service.MigrationService
 
parseRp(String) - Static method in class org.xdi.oxd.server.service.MigrationService
 
parseSilently(String) - Static method in class org.xdi.oxd.common.CoreUtils
 
parseSilently(ErrorResponse) - Static method in exception org.xdi.oxd.common.HttpErrorResponseException
 
parseSilently(String, String) - Static method in exception org.xdi.oxd.common.HttpErrorResponseException
 
Pat - Class in org.xdi.oxd.server.model
 
Pat() - Constructor for class org.xdi.oxd.server.model.Pat
 
Pat(String, String, int) - Constructor for class org.xdi.oxd.server.model.Pat
 
PersistenceService - Interface in org.xdi.oxd.server.persistence
 
PersistenceServiceImpl - Class in org.xdi.oxd.server.persistence
 
PersistenceServiceImpl(SqlPersistenceProvider, ConfigurationService) - Constructor for class org.xdi.oxd.server.persistence.PersistenceServiceImpl
 
process(String) - Method in class org.xdi.oxd.server.Processor
Processed command.
process(Command) - Method in class org.xdi.oxd.server.Processor
 
Processor - Class in org.xdi.oxd.server
oxD operation processor.
Processor(ValidationService) - Constructor for class org.xdi.oxd.server.Processor
 
PublicOpKeyService - Class in org.xdi.oxd.server.service
 
PublicOpKeyService(ConfigurationService) - Constructor for class org.xdi.oxd.server.service.PublicOpKeyService
 
put(String, String) - Method in class org.xdi.oxd.server.persistence.RedisPersistenceService
 
putNonce(String) - Method in class org.xdi.oxd.server.service.StateService
 
putState(String) - Method in class org.xdi.oxd.server.service.StateService
 

R

read(String, Class<T>) - Static method in class org.gluu.oxd.RestResource
 
readCommand(String, BufferedReader) - Static method in class org.xdi.oxd.common.CoreUtils
 
ReadResult - Class in org.xdi.oxd.common
 
ReadResult() - Constructor for class org.xdi.oxd.common.ReadResult
 
ReadResult(String, String) - Constructor for class org.xdi.oxd.common.ReadResult
 
RedisPersistenceService - Class in org.xdi.oxd.server.persistence
 
RedisPersistenceService(Configuration) - Constructor for class org.xdi.oxd.server.persistence.RedisPersistenceService
 
refetchKey(String, String) - Method in class org.xdi.oxd.server.service.PublicOpKeyService
 
register(String) - Method in interface org.xdi.oxd.rp.client.RpClient
 
register(RegisterSiteParams) - Method in interface org.xdi.oxd.rp.client.RpClient
 
register(String) - Method in class org.xdi.oxd.rp.client.RpSocketClient
 
register(RegisterSiteParams) - Method in class org.xdi.oxd.rp.client.RpSocketClient
 
registerSite(String, String) - Method in class org.gluu.oxd.RestResource
 
registerSite(RegisterSiteParams) - Method in interface org.xdi.oxd.client.HttpClientInterface
 
RegisterSiteOperation - Class in org.xdi.oxd.server.op
 
RegisterSiteOperation(Command, Injector) - Constructor for class org.xdi.oxd.server.op.RegisterSiteOperation
Base constructor
RegisterSiteParams - Class in org.xdi.oxd.common.params
 
RegisterSiteParams() - Constructor for class org.xdi.oxd.common.params.RegisterSiteParams
 
RegisterSiteResponse - Class in org.xdi.oxd.common.response
 
RegisterSiteResponse() - Constructor for class org.xdi.oxd.common.response.RegisterSiteResponse
 
remove(String) - Method in interface org.xdi.oxd.server.persistence.PersistenceService
 
remove(String) - Method in class org.xdi.oxd.server.persistence.PersistenceServiceImpl
 
remove(String) - Method in class org.xdi.oxd.server.persistence.RedisPersistenceService
 
remove(String) - Method in class org.xdi.oxd.server.persistence.SqlPersistenceServiceImpl
 
remove(String) - Method in class org.xdi.oxd.server.service.RpService
 
removeAllRps() - Method in interface org.xdi.oxd.server.persistence.PersistenceService
 
removeAllRps() - Method in class org.xdi.oxd.server.persistence.PersistenceServiceImpl
 
removeAllRps() - Method in class org.xdi.oxd.server.persistence.RedisPersistenceService
 
removeAllRps() - Method in class org.xdi.oxd.server.persistence.SqlPersistenceServiceImpl
 
removeAllRps() - Method in class org.xdi.oxd.server.service.RpService
 
removeSite(String, String) - Method in class org.gluu.oxd.RestResource
 
RemoveSiteOperation - Class in org.xdi.oxd.server.op
 
RemoveSiteOperation(Command, Injector) - Constructor for class org.xdi.oxd.server.op.RemoveSiteOperation
Base constructor
RemoveSiteParams - Class in org.xdi.oxd.common.params
 
RemoveSiteParams() - Constructor for class org.xdi.oxd.common.params.RemoveSiteParams
 
RemoveSiteParams(String) - Constructor for class org.xdi.oxd.common.params.RemoveSiteParams
 
RemoveSiteParams(String, String) - Constructor for class org.xdi.oxd.common.params.RemoveSiteParams
 
RemoveSiteResponse - Class in org.xdi.oxd.common.response
 
RemoveSiteResponse() - Constructor for class org.xdi.oxd.common.response.RemoveSiteResponse
 
RemoveSiteResponse(String) - Constructor for class org.xdi.oxd.common.response.RemoveSiteResponse
 
requestRptStatus(String, String, String) - Method in interface org.xdi.oxd.server.introspection.BadRptIntrospectionService
 
requestRptStatus(String, String, String) - Method in interface org.xdi.oxd.server.introspection.CorrectRptIntrospectionService
 
response(CommandResponse) - Static method in class org.gluu.oxd.RestResource
 
ResponseStatus - Enum in org.xdi.oxd.common
Response status
RestResource - Class in org.gluu.oxd
 
RestResource(OxdHttpsConfiguration) - Constructor for class org.gluu.oxd.RestResource
 
RETRY_LIMIT - Static variable in class org.xdi.oxd.server.license.LicenseFileUpdateService
 
rollbackSilently(Connection) - Static method in class org.xdi.oxd.server.persistence.SqlPersistenceServiceImpl
 
Rp - Class in org.xdi.oxd.server.service
 
Rp() - Constructor for class org.xdi.oxd.server.service.Rp
 
Rp(Rp) - Constructor for class org.xdi.oxd.server.service.Rp
 
RpClient - Interface in org.xdi.oxd.rp.client
 
RpClientFactory - Class in org.xdi.oxd.rp.client
 
RpClientUtils - Class in org.xdi.oxd.rp.client
 
RpGetClaimsGatheringUrlParams - Class in org.xdi.oxd.common.params
 
RpGetClaimsGatheringUrlParams() - Constructor for class org.xdi.oxd.common.params.RpGetClaimsGatheringUrlParams
 
RpGetClaimsGatheringUrlResponse - Class in org.xdi.oxd.common.response
 
RpGetClaimsGatheringUrlResponse() - Constructor for class org.xdi.oxd.common.response.RpGetClaimsGatheringUrlResponse
 
RpGetGetClaimsGatheringUrlOperation - Class in org.xdi.oxd.server.op
 
RpGetGetClaimsGatheringUrlOperation(Command, Injector) - Constructor for class org.xdi.oxd.server.op.RpGetGetClaimsGatheringUrlOperation
 
RpGetRptOperation - Class in org.xdi.oxd.server.op
 
RpGetRptOperation(Command, Injector) - Constructor for class org.xdi.oxd.server.op.RpGetRptOperation
 
RpGetRptParams - Class in org.xdi.oxd.common.params
 
RpGetRptParams() - Constructor for class org.xdi.oxd.common.params.RpGetRptParams
 
RpGetRptResponse - Class in org.xdi.oxd.common.response
 
RpGetRptResponse() - Constructor for class org.xdi.oxd.common.response.RpGetRptResponse
 
RpService - Class in org.xdi.oxd.server.service
 
RpService(ValidationService, PersistenceService, ConfigurationService) - Constructor for class org.xdi.oxd.server.service.RpService
 
RpSocketClient - Class in org.xdi.oxd.rp.client
 
RpSocketClient(String, int) - Constructor for class org.xdi.oxd.rp.client.RpSocketClient
 
RsCheckAccessOperation - Class in org.xdi.oxd.server.op
 
RsCheckAccessOperation(Command, Injector) - Constructor for class org.xdi.oxd.server.op.RsCheckAccessOperation
Constructor
RsCheckAccessParams - Class in org.xdi.oxd.common.params
 
RsCheckAccessParams() - Constructor for class org.xdi.oxd.common.params.RsCheckAccessParams
 
RsCheckAccessResponse - Class in org.xdi.oxd.common.response
 
RsCheckAccessResponse() - Constructor for class org.xdi.oxd.common.response.RsCheckAccessResponse
 
RsCheckAccessResponse(String) - Constructor for class org.xdi.oxd.common.response.RsCheckAccessResponse
 
RsProtectOperation - Class in org.xdi.oxd.server.op
 
RsProtectOperation(Command, Injector) - Constructor for class org.xdi.oxd.server.op.RsProtectOperation
 
RsProtectParams - Class in org.xdi.oxd.common.params
 
RsProtectParams() - Constructor for class org.xdi.oxd.common.params.RsProtectParams
 
RsProtectResponse - Class in org.xdi.oxd.common.response
 
RsProtectResponse() - Constructor for class org.xdi.oxd.common.response.RsProtectResponse
 
RsProtectResponse(String) - Constructor for class org.xdi.oxd.common.response.RsProtectResponse
 
run(OxdHttpsConfiguration, Environment) - Method in class org.gluu.oxd.OxdHttpsApplication
 
run() - Method in class org.xdi.oxd.server.SocketProcessor
 

S

secureRandomString() - Static method in class org.xdi.oxd.common.CoreUtils
 
send(CommandType, IParams) - Method in class org.gluu.oxd.RestResource
 
send(Command) - Method in class org.xdi.oxd.client.CommandClient
Executes command.
sendCommand(String) - Method in class org.xdi.oxd.client.TransportClient
Sends command
ServerLauncher - Class in org.xdi.oxd.server
Server launcher.
ServerLauncher() - Constructor for class org.xdi.oxd.server.ServerLauncher
 
setAccess(String) - Method in class org.xdi.oxd.common.response.RsCheckAccessResponse
 
setAccessToken(String) - Method in class org.xdi.oxd.common.params.CheckAccessTokenParams
Sets access token.
setAccessToken(String) - Method in class org.xdi.oxd.common.params.GetUserInfoParams
 
setAccessToken(String) - Method in class org.xdi.oxd.common.params.IntrospectAccessTokenParams
 
setAccessToken(String) - Method in class org.xdi.oxd.common.params.ValidateParams
 
setAccessToken(String) - Method in class org.xdi.oxd.common.response.AuthorizationCodeFlowResponse
 
setAccessToken(String) - Method in class org.xdi.oxd.common.response.GetClientTokenResponse
 
setAccessToken(String) - Method in class org.xdi.oxd.common.response.GetTokensByCodeResponse
 
setAccessToken(String) - Method in class org.xdi.oxd.common.response.GetUserInfoResponse
 
setAccessToken(String) - Method in class org.xdi.oxd.common.response.ImplicitFlowResponse
 
setAccessToken(String) - Method in class org.xdi.oxd.rp.client.HrefDetails
 
setAccessToken(String) - Method in class org.xdi.oxd.server.service.Rp
 
setAcr(String) - Method in class org.xdi.oxd.common.params.AuthorizationCodeFlowParams
 
setAcrValues(List<String>) - Method in class org.xdi.oxd.common.params.GetAuthorizationCodeParams
 
setAcrValues(List<String>) - Method in class org.xdi.oxd.common.params.GetAuthorizationUrlParams
 
setAcrValues(List<String>) - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
setAcrValues(List<String>) - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
setAcrValues(String) - Method in class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
setAcrValues(List<String>) - Method in class org.xdi.oxd.server.service.Rp
 
setActive(boolean) - Method in class org.xdi.oxd.common.introspection.CorrectRptIntrospectionResponse
 
setActive(boolean) - Method in class org.xdi.oxd.common.response.CheckAccessTokenResponse
 
setActive(boolean) - Method in class org.xdi.oxd.common.response.CheckIdTokenResponse
 
setActive(boolean) - Method in class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
setActive(boolean) - Method in class org.xdi.oxd.server.introspection.BadRptIntrospectionResponse
 
setAlgorithm(String) - Method in class org.xdi.oxd.common.params.GetClientTokenParams
 
setApplicationType(String) - Method in class org.xdi.oxd.server.service.Rp
 
setAud(String) - Method in class org.xdi.oxd.common.introspection.CorrectRptIntrospectionResponse
 
setAud(String) - Method in class org.xdi.oxd.server.introspection.BadRptIntrospectionResponse
 
setAudience(String) - Method in class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
setAuthenticationMethod(String) - Method in class org.xdi.oxd.common.params.GetClientTokenParams
 
setAuthorizationCode(String) - Method in class org.xdi.oxd.common.response.AuthorizationCodeFlowResponse
 
setAuthorizationCode(String) - Method in class org.xdi.oxd.common.response.ImplicitFlowResponse
 
setAuthorizationRedirectUri(String) - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
setAuthorizationRedirectUri(String) - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
setAuthorizationRedirectUri(String) - Method in class org.xdi.oxd.server.service.Rp
 
setAuthorizationRedirectUrl(String) - Method in class org.gluu.oxd.OxdHttpsConfiguration
 
setAuthorizationUrl(String) - Method in class org.xdi.oxd.common.response.GetAuthorizationUrlResponse
 
setClaims(Map<String, List<String>>) - Method in class org.xdi.oxd.common.response.CheckIdTokenResponse
 
setClaims(Map<String, List<String>>) - Method in class org.xdi.oxd.common.response.GetUserInfoResponse
 
setClaims(Map<String, List<String>>) - Method in class org.xdi.oxd.rp.client.HrefDetails
 
setClaimsLocales(List<String>) - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
setClaimsLocales(List<String>) - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
setClaimsLocales(List<String>) - Method in class org.xdi.oxd.server.service.Rp
 
setClaimsRedirectUri(List<String>) - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
setClaimsRedirectUri(String) - Method in class org.xdi.oxd.common.params.RpGetClaimsGatheringUrlParams
 
setClaimsRedirectUri(List<String>) - Method in class org.xdi.oxd.server.service.Rp
 
setClaimToken(String) - Method in class org.xdi.oxd.common.params.RpGetRptParams
 
setClaimTokenFormat(String) - Method in class org.xdi.oxd.common.params.RpGetRptParams
 
setClientFrontchannelLogoutUri(List<String>) - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
setClientId(String) - Method in class org.xdi.oxd.common.introspection.CorrectRptIntrospectionResponse
 
setClientId(String) - Method in class org.xdi.oxd.common.params.AuthorizationCodeFlowParams
 
setClientId(String) - Method in class org.xdi.oxd.common.params.GetClientTokenParams
 
setClientId(String) - Method in class org.xdi.oxd.common.params.ImplicitFlowParams
 
setClientId(String) - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
setClientId(String) - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
setClientId(String) - Method in class org.xdi.oxd.common.response.SetupClientResponse
 
setClientId(String) - Method in class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
setClientId(String) - Method in class org.xdi.oxd.server.introspection.BadRptIntrospectionResponse
 
setClientId(String) - Method in class org.xdi.oxd.server.service.Rp
 
setClientIdIssuedAt(long) - Method in class org.xdi.oxd.common.response.SetupClientResponse
 
setClientIdIssuedAt(Date) - Method in class org.xdi.oxd.server.service.Rp
 
setClientIdOfOxdId(String) - Method in class org.xdi.oxd.common.response.SetupClientResponse
 
setClientJwksUri(String) - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
setClientJwksUri(String) - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
setClientJwksUri(String) - Method in class org.xdi.oxd.server.service.Rp
 
setClientLogoutUri(List<String>) - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
setClientName(String) - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
setClientName(String) - Method in class org.xdi.oxd.server.service.Rp
 
setClientRegistrationAccessToken(String) - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
setClientRegistrationAccessToken(String) - Method in class org.xdi.oxd.common.response.SetupClientResponse
 
setClientRegistrationAccessToken(String) - Method in class org.xdi.oxd.server.service.Rp
 
setClientRegistrationClientUri(String) - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
setClientRegistrationClientUri(String) - Method in class org.xdi.oxd.common.response.SetupClientResponse
 
setClientRegistrationClientUri(String) - Method in class org.xdi.oxd.server.service.Rp
 
setClientRequestUris(List<String>) - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
setClientRequestUris(List<String>) - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
setClientSecret(String) - Method in class org.xdi.oxd.common.params.AuthorizationCodeFlowParams
 
setClientSecret(String) - Method in class org.xdi.oxd.common.params.GetClientTokenParams
 
setClientSecret(String) - Method in class org.xdi.oxd.common.params.ImplicitFlowParams
 
setClientSecret(String) - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
setClientSecret(String) - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
setClientSecret(String) - Method in class org.xdi.oxd.common.response.SetupClientResponse
 
setClientSecret(String) - Method in class org.xdi.oxd.server.service.Rp
 
setClientSecretExpiresAt(long) - Method in class org.xdi.oxd.common.response.SetupClientResponse
 
setClientSecretExpiresAt(Date) - Method in class org.xdi.oxd.server.service.Rp
 
setClientSectorIdentifierUri(String) - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
setClientSectorIdentifierUri(String) - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
setClientTokenEndpointAuthMethod(String) - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
setClientTokenEndpointAuthMethod(String) - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
setClientTokenEndpointAuthSigningAlg(String) - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
setCode(String) - Method in class org.xdi.oxd.common.params.GetTokensByCodeParams
 
setCode(String) - Method in class org.xdi.oxd.common.params.ValidateParams
 
setCode(String) - Method in class org.xdi.oxd.common.response.GetAuthorizationCodeResponse
 
setCode(String) - Method in class org.xdi.oxd.rp.client.HrefDetails
 
setCommand(String) - Method in class org.xdi.oxd.common.ReadResult
 
setCommandType(CommandType) - Method in class org.xdi.oxd.common.Command
 
setContacts(List<String>) - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
setContacts(List<String>) - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
setContacts(List<String>) - Method in class org.xdi.oxd.server.service.Rp
 
setCryptProviderDnName(String) - Method in class org.xdi.oxd.server.Configuration
 
setCryptProviderKeyStorePassword(String) - Method in class org.xdi.oxd.server.Configuration
 
setCryptProviderKeyStorePath(String) - Method in class org.xdi.oxd.server.Configuration
 
setCustomParameters(Map<String, String>) - Method in class org.xdi.oxd.common.params.GetAuthorizationUrlParams
 
setData(JsonNode) - Method in class org.xdi.oxd.common.CommandResponse
 
setDbFileLocation(String) - Method in class org.xdi.oxd.server.persistence.H2Configuration
 
setDetails(JsonNode) - Method in class org.xdi.oxd.common.ErrorResponse
 
setEncodedLicense(String) - Method in class org.xdi.oxd.server.license.LicenseFile
 
setError(String) - Method in class org.xdi.oxd.common.ErrorResponse
 
setErrorDescription(String) - Method in class org.xdi.oxd.common.ErrorResponse
 
setExpiresAt(Integer) - Method in class org.xdi.oxd.common.introspection.CorrectRptIntrospectionResponse
 
setExpiresAt(Integer) - Method in class org.xdi.oxd.common.introspection.CorrectUmaPermission
 
setExpiresAt(Date) - Method in class org.xdi.oxd.common.response.CheckAccessTokenResponse
 
setExpiresAt(long) - Method in class org.xdi.oxd.common.response.CheckIdTokenResponse
 
setExpiresAt(Date) - Method in class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
setExpiresAt(Date) - Method in class org.xdi.oxd.server.introspection.BadRptIntrospectionResponse
 
setExpiresAt(Date) - Method in class org.xdi.oxd.server.introspection.BadUmaPermission
 
setExpiresIn(long) - Method in class org.xdi.oxd.common.response.AuthorizationCodeFlowResponse
 
setExpiresIn(int) - Method in class org.xdi.oxd.common.response.GetClientTokenResponse
 
setExpiresIn(int) - Method in class org.xdi.oxd.common.response.GetTokensByCodeResponse
 
setExpiresIn(long) - Method in class org.xdi.oxd.common.response.ImplicitFlowResponse
 
setExpiresIn(int) - Method in class org.xdi.oxd.server.model.UmaToken
 
setFeatures(String) - Method in class org.xdi.oxd.common.params.LicenseStatusParams
 
setFeatures(List<String>) - Method in class org.xdi.oxd.common.response.LicenseStatusOpResponse
 
setFrontChannelLogoutUri(List<String>) - Method in class org.xdi.oxd.server.service.Rp
 
setGrantType(List<String>) - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
setGrantType(List<String>) - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
setGrantType(List<String>) - Method in class org.xdi.oxd.server.service.Rp
 
setHostedDomain(String) - Method in class org.xdi.oxd.common.params.GetAuthorizationUrlParams
 
setHttpMethod(String) - Method in class org.xdi.oxd.common.params.RsCheckAccessParams
 
setHttpMethods(List<String>) - Method in class org.xdi.oxd.server.model.UmaResource
 
setId(String) - Method in class org.xdi.oxd.server.model.UmaResource
 
setIdToken(String) - Method in class org.xdi.oxd.common.params.CheckAccessTokenParams
Sets id token.
setIdToken(String) - Method in class org.xdi.oxd.common.params.CheckIdTokenParams
 
setIdToken(String) - Method in class org.xdi.oxd.common.params.ValidateParams
 
setIdToken(String) - Method in class org.xdi.oxd.common.response.AuthorizationCodeFlowResponse
 
setIdToken(String) - Method in class org.xdi.oxd.common.response.GetTokensByCodeResponse
 
setIdToken(String) - Method in class org.xdi.oxd.common.response.ImplicitFlowResponse
 
setIdToken(String) - Method in class org.xdi.oxd.rp.client.HrefDetails
 
setIdToken(String) - Method in class org.xdi.oxd.server.service.Rp
 
setIdTokenClaims(Map<String, List<String>>) - Method in class org.xdi.oxd.common.response.GetTokensByCodeResponse
 
setIdTokenHint(String) - Method in class org.xdi.oxd.common.params.GetLogoutUrlParams
 
setIss(String) - Method in class org.xdi.oxd.common.introspection.CorrectRptIntrospectionResponse
 
setIss(String) - Method in class org.xdi.oxd.server.introspection.BadRptIntrospectionResponse
 
setIssuedAt(Integer) - Method in class org.xdi.oxd.common.introspection.CorrectRptIntrospectionResponse
 
setIssuedAt(Date) - Method in class org.xdi.oxd.common.response.CheckAccessTokenResponse
 
setIssuedAt(long) - Method in class org.xdi.oxd.common.response.CheckIdTokenResponse
 
setIssuedAt(Date) - Method in class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
setIssuedAt(Date) - Method in class org.xdi.oxd.server.introspection.BadRptIntrospectionResponse
 
setIssuer(String) - Method in class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
setJti(String) - Method in class org.xdi.oxd.common.introspection.CorrectRptIntrospectionResponse
 
setJti(String) - Method in class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
setJti(String) - Method in class org.xdi.oxd.server.introspection.BadRptIntrospectionResponse
 
setKeyId(String) - Method in class org.xdi.oxd.common.params.GetClientTokenParams
 
setKeyStorePassword(String) - Method in class org.xdi.oxd.server.Configuration
 
setKeyStorePath(String) - Method in class org.xdi.oxd.server.Configuration
 
setLastModified(long) - Method in class org.xdi.oxd.server.license.LicenseFile
 
setLeftString(String) - Method in class org.xdi.oxd.common.ReadResult
 
setLicenseId(String) - Method in class org.xdi.oxd.server.Configuration
 
setLicenseId(String) - Method in class org.xdi.oxd.server.license.LicenseFile
 
setLicensePassword(String) - Method in class org.xdi.oxd.server.Configuration
 
setList(Boolean) - Method in class org.xdi.oxd.common.params.GetRpParams
 
setLocalhostOnly(Boolean) - Method in class org.xdi.oxd.server.Configuration
 
setLogoutUrl(String) - Method in class org.gluu.oxd.OxdHttpsConfiguration
 
setMacAddress(String) - Static method in class org.xdi.oxd.server.license.LicenseFile.MacAddress
 
setMacAddress(String) - Method in class org.xdi.oxd.server.license.LicenseFile
 
setMigrationSourceFolderPath(String) - Method in class org.xdi.oxd.server.Configuration
 
setName(String) - Method in class org.xdi.oxd.common.response.LicenseStatusOpResponse
 
setNameForLogger(int) - Method in class org.xdi.oxd.client.CommandClient
 
setNbf(Integer) - Method in class org.xdi.oxd.common.introspection.CorrectRptIntrospectionResponse
 
setNbf(Date) - Method in class org.xdi.oxd.server.introspection.BadRptIntrospectionResponse
 
setNode(JsonNode) - Method in class org.xdi.oxd.common.response.GetRpResponse
 
setNonce(String) - Method in class org.xdi.oxd.common.params.AuthorizationCodeFlowParams
 
setNonce(String) - Method in class org.xdi.oxd.common.params.CheckIdTokenParams
 
setNonce(String) - Method in class org.xdi.oxd.common.params.GetAuthorizationCodeParams
 
setNonce(String) - Method in class org.xdi.oxd.common.params.ImplicitFlowParams
 
setNonce(String) - Method in class org.xdi.oxd.common.params.ValidateParams
 
setNonceExpirationInMinutes(int) - Method in class org.xdi.oxd.server.Configuration
 
setOpDiscoveryPath(String) - Method in class org.xdi.oxd.common.params.GetClientTokenParams
 
setOpDiscoveryPath(String) - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
setOpDiscoveryPath(String) - Method in class org.xdi.oxd.server.service.Rp
 
setOpHost(String) - Method in class org.gluu.oxd.OxdHttpsConfiguration
 
setOpHost(String) - Method in class org.xdi.oxd.common.params.GetClientTokenParams
 
setOpHost(String) - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
setOpHost(String) - Method in class org.xdi.oxd.common.response.RegisterSiteResponse
 
setOpHost(String) - Method in class org.xdi.oxd.common.response.SetupClientResponse
 
setOpHost(String) - Method in class org.xdi.oxd.server.service.Rp
 
setOverwrite(Boolean) - Method in class org.xdi.oxd.common.params.RsProtectParams
 
setOxdConnectionExpirationInSeconds(int) - Method in class org.gluu.oxd.OxdHttpsConfiguration
 
setOxdHost(String) - Method in class org.gluu.oxd.OxdHttpsConfiguration
 
setOxdId(String) - Method in class org.xdi.oxd.common.params.AuthorizationCodeFlowParams
 
setOxdId(String) - Method in class org.xdi.oxd.common.params.CheckAccessTokenParams
 
setOxdId(String) - Method in class org.xdi.oxd.common.params.CheckIdTokenParams
 
setOxdId(String) - Method in class org.xdi.oxd.common.params.GetAccessTokenByRefreshTokenParams
 
setOxdId(String) - Method in class org.xdi.oxd.common.params.GetAuthorizationCodeParams
 
setOxdId(String) - Method in class org.xdi.oxd.common.params.GetAuthorizationUrlParams
 
setOxdId(String) - Method in class org.xdi.oxd.common.params.GetLogoutUrlParams
 
setOxdId(String) - Method in class org.xdi.oxd.common.params.GetRpParams
 
setOxdId(String) - Method in class org.xdi.oxd.common.params.GetTokensByCodeParams
 
setOxdId(String) - Method in class org.xdi.oxd.common.params.GetUserInfoParams
 
setOxdId(String) - Method in class org.xdi.oxd.common.params.ImplicitFlowParams
 
setOxdId(String) - Method in class org.xdi.oxd.common.params.IntrospectAccessTokenParams
 
setOxdId(String) - Method in class org.xdi.oxd.common.params.IntrospectRptParams
 
setOxdId(String) - Method in class org.xdi.oxd.common.params.RemoveSiteParams
 
setOxdId(String) - Method in class org.xdi.oxd.common.params.RpGetClaimsGatheringUrlParams
 
setOxdId(String) - Method in class org.xdi.oxd.common.params.RpGetRptParams
 
setOxdId(String) - Method in class org.xdi.oxd.common.params.RsCheckAccessParams
 
setOxdId(String) - Method in class org.xdi.oxd.common.params.RsProtectParams
 
setOxdId(String) - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
setOxdId(String) - Method in class org.xdi.oxd.common.params.ValidateParams
 
setOxdId(String) - Method in class org.xdi.oxd.common.response.RegisterSiteResponse
 
setOxdId(String) - Method in class org.xdi.oxd.common.response.RemoveSiteResponse
 
setOxdId(String) - Method in class org.xdi.oxd.common.response.RsProtectResponse
 
setOxdId(String) - Method in class org.xdi.oxd.common.response.SetupClientResponse
 
setOxdId(String) - Method in class org.xdi.oxd.common.response.UpdateSiteResponse
 
setOxdId(String) - Method in class org.xdi.oxd.server.service.Rp
 
setOxdPort(String) - Method in class org.gluu.oxd.OxdHttpsConfiguration
 
setOxdRpProgrammingLanguage(String) - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
setOxdRpProgrammingLanguage(String) - Method in class org.xdi.oxd.server.service.Rp
 
setParams(JsonNode) - Method in class org.xdi.oxd.common.Command
 
setParams(Map<String, String>) - Method in class org.xdi.oxd.server.introspection.BadUmaPermission
 
setParamsObject(IParams) - Method in class org.xdi.oxd.common.Command
 
setPassword(String) - Method in class org.xdi.oxd.common.params.GetAuthorizationCodeParams
 
setPat(String) - Method in class org.xdi.oxd.server.service.Rp
 
setPatCreatedAt(Date) - Method in class org.xdi.oxd.server.service.Rp
 
setPatExpiresIn(int) - Method in class org.xdi.oxd.server.service.Rp
 
setPath(String) - Method in class org.xdi.oxd.common.params.RsCheckAccessParams
 
setPath(String) - Method in class org.xdi.oxd.server.model.UmaResource
 
setPatRefreshToken(String) - Method in class org.xdi.oxd.server.service.Rp
 
setPct(String) - Method in class org.xdi.oxd.common.params.RpGetRptParams
 
setPct(String) - Method in class org.xdi.oxd.common.response.RpGetRptResponse
 
setPermissions(List<CorrectUmaPermission>) - Method in class org.xdi.oxd.common.introspection.CorrectRptIntrospectionResponse
 
setPermissions(List<BadUmaPermission>) - Method in class org.xdi.oxd.server.introspection.BadRptIntrospectionResponse
 
setPort(int) - Method in class org.xdi.oxd.server.Configuration
 
setPostLogoutRedirectUri(String) - Method in class org.xdi.oxd.common.params.GetLogoutUrlParams
 
setPostLogoutRedirectUri(String) - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
setPostLogoutRedirectUri(String) - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
setPostLogoutRedirectUri(String) - Method in class org.xdi.oxd.server.service.Rp
 
setPostLogoutRedirectUrl(String) - Method in class org.gluu.oxd.OxdHttpsConfiguration
 
setPrompt(String) - Method in class org.xdi.oxd.common.params.GetAuthorizationUrlParams
 
setProtectCommandsWithAccessToken(Boolean) - Method in class org.xdi.oxd.server.Configuration
 
setProtectionAccessToken(String) - Method in class org.xdi.oxd.common.params.AuthorizationCodeFlowParams
 
setProtectionAccessToken(String) - Method in class org.xdi.oxd.common.params.CheckAccessTokenParams
 
setProtectionAccessToken(String) - Method in class org.xdi.oxd.common.params.CheckIdTokenParams
 
setProtectionAccessToken(String) - Method in class org.xdi.oxd.common.params.GetAccessTokenByRefreshTokenParams
 
setProtectionAccessToken(String) - Method in class org.xdi.oxd.common.params.GetAuthorizationCodeParams
 
setProtectionAccessToken(String) - Method in class org.xdi.oxd.common.params.GetAuthorizationUrlParams
 
setProtectionAccessToken(String) - Method in class org.xdi.oxd.common.params.GetLogoutUrlParams
 
setProtectionAccessToken(String) - Method in class org.xdi.oxd.common.params.GetTokensByCodeParams
 
setProtectionAccessToken(String) - Method in class org.xdi.oxd.common.params.GetUserInfoParams
 
setProtectionAccessToken(String) - Method in class org.xdi.oxd.common.params.ImplicitFlowParams
 
setProtectionAccessToken(String) - Method in class org.xdi.oxd.common.params.IntrospectAccessTokenParams
 
setProtectionAccessToken(String) - Method in class org.xdi.oxd.common.params.IntrospectRptParams
 
setProtectionAccessToken(String) - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
setProtectionAccessToken(String) - Method in class org.xdi.oxd.common.params.RemoveSiteParams
 
setProtectionAccessToken(String) - Method in class org.xdi.oxd.common.params.RpGetClaimsGatheringUrlParams
 
setProtectionAccessToken(String) - Method in class org.xdi.oxd.common.params.RpGetRptParams
 
setProtectionAccessToken(String) - Method in class org.xdi.oxd.common.params.RsCheckAccessParams
 
setProtectionAccessToken(String) - Method in class org.xdi.oxd.common.params.RsProtectParams
 
setProtectionAccessToken(String) - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
setProtectionAccessToken(String) - Method in class org.xdi.oxd.common.params.ValidateParams
 
setPublicKey(String) - Method in class org.xdi.oxd.server.Configuration
 
setPublicOpKeyCacheExpirationInMinutes(int) - Method in class org.xdi.oxd.server.Configuration
 
setPublicPassword(String) - Method in class org.xdi.oxd.server.Configuration
 
setRedirectUris(List<String>) - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
setRedirectUris(List<String>) - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
setRedirectUris(List<String>) - Method in class org.xdi.oxd.server.service.Rp
 
setRedirectUrl(String) - Method in class org.gluu.oxd.OxdHttpsConfiguration
 
setRedirectUrl(String) - Method in class org.xdi.oxd.common.params.AuthorizationCodeFlowParams
 
setRedirectUrl(String) - Method in class org.xdi.oxd.common.params.ImplicitFlowParams
 
setRefreshToken(String) - Method in class org.xdi.oxd.common.params.GetAccessTokenByRefreshTokenParams
 
setRefreshToken(String) - Method in class org.xdi.oxd.common.response.AuthorizationCodeFlowResponse
 
setRefreshToken(String) - Method in class org.xdi.oxd.common.response.GetClientTokenResponse
 
setRefreshToken(String) - Method in class org.xdi.oxd.common.response.GetTokensByCodeResponse
 
setRefreshToken(String) - Method in class org.xdi.oxd.common.response.GetUserInfoResponse
 
setRefreshToken(String) - Method in class org.xdi.oxd.common.response.ImplicitFlowResponse
 
setRefreshToken(String) - Method in class org.xdi.oxd.server.model.UmaToken
 
setRegisterClientAppType(String) - Method in class org.xdi.oxd.server.Configuration
 
setRegisterClientResponesType(String) - Method in class org.xdi.oxd.server.Configuration
 
setResourceId(String) - Method in class org.xdi.oxd.common.introspection.CorrectUmaPermission
 
setResourceId(String) - Method in class org.xdi.oxd.server.introspection.BadUmaPermission
 
setResources(List<RsResource>) - Method in class org.xdi.oxd.common.params.RsProtectParams
 
setResponseTypes(List<String>) - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
setResponseTypes(List<String>) - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
setResponseTypes(List<String>) - Method in class org.xdi.oxd.server.service.Rp
 
setRpt(String) - Method in class org.xdi.oxd.common.params.IntrospectRptParams
 
setRpt(String) - Method in class org.xdi.oxd.common.params.RpGetRptParams
 
setRpt(String) - Method in class org.xdi.oxd.common.params.RsCheckAccessParams
 
setRpt(String) - Method in class org.xdi.oxd.common.response.RpGetRptResponse
 
setRpt(String) - Method in class org.xdi.oxd.server.service.Rp
 
setRptCreatedAt(Date) - Method in class org.xdi.oxd.server.service.Rp
 
setRptExpiresAt(Date) - Method in class org.xdi.oxd.server.service.Rp
 
setRptPct(String) - Method in class org.xdi.oxd.server.service.Rp
 
setRptTokenType(String) - Method in class org.xdi.oxd.server.service.Rp
 
setRptUpgraded(Boolean) - Method in class org.xdi.oxd.server.service.Rp
 
setScope(String) - Method in class org.xdi.oxd.common.params.AuthorizationCodeFlowParams
 
setScope(List<String>) - Method in class org.xdi.oxd.common.params.GetAccessTokenByRefreshTokenParams
 
setScope(List<String>) - Method in class org.xdi.oxd.common.params.GetAuthorizationUrlParams
 
setScope(List<String>) - Method in class org.xdi.oxd.common.params.GetClientTokenParams
 
setScope(String) - Method in class org.xdi.oxd.common.params.ImplicitFlowParams
 
setScope(List<String>) - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
setScope(List<String>) - Method in class org.xdi.oxd.common.params.RpGetRptParams
 
setScope(List<String>) - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
setScope(String) - Method in class org.xdi.oxd.common.response.AuthorizationCodeFlowResponse
 
setScope(String) - Method in class org.xdi.oxd.common.response.GetClientTokenResponse
 
setScope(String) - Method in class org.xdi.oxd.common.response.ImplicitFlowResponse
 
setScope(List<String>) - Method in class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
setScope(List<String>) - Method in class org.xdi.oxd.server.service.Rp
 
setScopeExpressions(List<String>) - Method in class org.xdi.oxd.server.model.UmaResource
 
setScopes(List<String>) - Method in class org.xdi.oxd.common.introspection.CorrectUmaPermission
 
setScopes(Collection<String>) - Method in class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
setScopes(List<String>) - Method in class org.xdi.oxd.server.introspection.BadUmaPermission
 
setScopes(List<String>) - Method in class org.xdi.oxd.server.model.UmaResource
 
setSectorIdentifierUri(String) - Method in class org.xdi.oxd.server.service.Rp
 
setServerName(String) - Method in class org.xdi.oxd.server.Configuration
 
setSessionState(String) - Method in class org.xdi.oxd.common.params.GetLogoutUrlParams
 
setSetupClient(Boolean) - Method in class org.xdi.oxd.server.service.Rp
 
setSetupClientId(String) - Method in class org.xdi.oxd.server.service.Rp
 
setSetupClientName(String) - Method in class org.xdi.oxd.common.params.SetupClientParams
 
setSetupClientOxdId(String) - Method in class org.xdi.oxd.common.response.SetupClientResponse
 
setSetupOxdId(String) - Method in class org.xdi.oxd.server.service.Rp
 
setSetUpSuite(boolean) - Static method in class org.xdi.oxd.server.ServerLauncher
 
setState(String) - Method in class org.xdi.oxd.common.params.GetAuthorizationCodeParams
 
setState(String) - Method in class org.xdi.oxd.common.params.GetLogoutUrlParams
 
setState(String) - Method in class org.xdi.oxd.common.params.GetTokensByCodeParams
 
setState(String) - Method in class org.xdi.oxd.common.params.RpGetRptParams
 
setState(String) - Method in class org.xdi.oxd.common.params.ValidateParams
 
setState(String) - Method in class org.xdi.oxd.common.response.RpGetClaimsGatheringUrlResponse
 
setStateExpirationInMinutes(int) - Method in class org.xdi.oxd.server.Configuration
 
setStatus(ResponseStatus) - Method in class org.xdi.oxd.common.CommandResponse
 
setStorage(String) - Method in class org.xdi.oxd.server.Configuration
 
setStorageConfiguration(JsonNode) - Method in class org.xdi.oxd.server.Configuration
 
setSub(String) - Method in class org.xdi.oxd.common.introspection.CorrectRptIntrospectionResponse
 
setSub(String) - Method in class org.xdi.oxd.server.introspection.BadRptIntrospectionResponse
 
setSubject(String) - Method in class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
setSupportGoogleLogout(Boolean) - Method in class org.xdi.oxd.server.Configuration
 
setThreadCount(int) - Method in class org.xdi.oxd.common.response.LicenseStatusOpResponse
 
setTicket(String) - Method in class org.xdi.oxd.common.params.RpGetClaimsGatheringUrlParams
 
setTicket(String) - Method in class org.xdi.oxd.common.params.RpGetRptParams
 
setTicket(String) - Method in class org.xdi.oxd.common.response.RsCheckAccessResponse
 
setTicketScopes(List<String>) - Method in class org.xdi.oxd.server.model.UmaResource
 
setTimeOutInSeconds(int) - Method in class org.xdi.oxd.server.Configuration
 
setToken(String) - Method in class org.xdi.oxd.server.model.UmaToken
 
setTokenEndpointAuthMethod(String) - Method in class org.xdi.oxd.server.service.Rp
 
setTokenEndpointAuthSigningAlg(String) - Method in class org.xdi.oxd.server.service.Rp
 
setTokenType(String) - Method in class org.xdi.oxd.common.response.RpGetRptResponse
 
setTokenType(String) - Method in class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
setTrustAllCerts(Boolean) - Method in class org.xdi.oxd.server.Configuration
 
setTrustedClient(Boolean) - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
setUiLocales(List<String>) - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
setUiLocales(List<String>) - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
setUiLocales(List<String>) - Method in class org.xdi.oxd.server.service.Rp
 
setUma2AuthRegisterClaimsGatheringEndpointAsRedirectUriOfClient(Boolean) - Method in class org.xdi.oxd.server.Configuration
 
setUmaProtectedResources(List<UmaResource>) - Method in class org.xdi.oxd.server.service.Rp
 
setupClient(String) - Method in class org.gluu.oxd.RestResource
 
setupClient(SetupClientParams) - Method in interface org.xdi.oxd.client.HttpClientInterface
 
SetupClientOperation - Class in org.xdi.oxd.server.op
 
SetupClientOperation(Command, Injector) - Constructor for class org.xdi.oxd.server.op.SetupClientOperation
Base constructor
SetupClientParams - Class in org.xdi.oxd.common.params
 
SetupClientParams() - Constructor for class org.xdi.oxd.common.params.SetupClientParams
 
SetupClientResponse - Class in org.xdi.oxd.common.response
 
SetupClientResponse() - Constructor for class org.xdi.oxd.common.response.SetupClientResponse
 
setUpdated(Boolean) - Method in class org.xdi.oxd.common.response.RpGetRptResponse
 
setUri(String) - Method in class org.xdi.oxd.common.response.LogoutResponse
 
setUrl(String) - Method in class org.xdi.oxd.common.response.RpGetClaimsGatheringUrlResponse
 
setUseClientAuthenticationForPat(Boolean) - Method in class org.xdi.oxd.server.Configuration
 
setUserID(String) - Method in class org.gluu.oxd.OxdHttpsConfiguration
 
setUserId(String) - Method in class org.xdi.oxd.common.params.AuthorizationCodeFlowParams
 
setUserId(String) - Method in class org.xdi.oxd.common.params.ImplicitFlowParams
 
setUserId(String) - Method in class org.xdi.oxd.server.service.Rp
 
setUsername(String) - Method in class org.xdi.oxd.common.params.GetAuthorizationCodeParams
 
setUsername(String) - Method in class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
setUserSecret(String) - Method in class org.gluu.oxd.OxdHttpsConfiguration
 
setUserSecret(String) - Method in class org.xdi.oxd.common.params.AuthorizationCodeFlowParams
 
setUserSecret(String) - Method in class org.xdi.oxd.common.params.ImplicitFlowParams
 
setUserSecret(String) - Method in class org.xdi.oxd.server.service.Rp
 
setValid(boolean) - Method in class org.xdi.oxd.common.response.LicenseStatusOpResponse
 
setWwwAuthenticateHeader(String) - Method in class org.xdi.oxd.common.response.RsCheckAccessResponse
 
shutdown() - Static method in class org.xdi.oxd.server.ServerLauncher
 
ShutdownException - Exception in org.xdi.oxd.server
 
ShutdownException() - Constructor for exception org.xdi.oxd.server.ShutdownException
 
ShutdownException(String) - Constructor for exception org.xdi.oxd.server.ShutdownException
 
ShutdownException(String, Throwable) - Constructor for exception org.xdi.oxd.server.ShutdownException
 
ShutdownException(Throwable) - Constructor for exception org.xdi.oxd.server.ShutdownException
 
ShutdownException(String, Throwable, boolean, boolean) - Constructor for exception org.xdi.oxd.server.ShutdownException
 
shutdownNow() - Method in class org.xdi.oxd.server.service.SocketService
 
sleep(int) - Static method in class org.xdi.oxd.common.CoreUtils
 
SocketProcessor - Class in org.xdi.oxd.server
Socket processor.
SocketProcessor(Socket) - Constructor for class org.xdi.oxd.server.SocketProcessor
 
SocketService - Class in org.xdi.oxd.server.service
Socket service.
SocketService(Configuration, HttpService, TimeService) - Constructor for class org.xdi.oxd.server.service.SocketService
Avoid direct instance creation
splitQuery(String) - Static method in class org.xdi.oxd.common.CoreUtils
 
splitQuery(URL) - Static method in class org.xdi.oxd.common.CoreUtils
 
SqlPersistenceProvider - Interface in org.xdi.oxd.server.persistence
 
SqlPersistenceServiceImpl - Class in org.xdi.oxd.server.persistence
 
SqlPersistenceServiceImpl(SqlPersistenceProvider) - Constructor for class org.xdi.oxd.server.persistence.SqlPersistenceServiceImpl
 
start(Optional<LicenseFile>) - Method in class org.xdi.oxd.server.license.LicenseFileUpdateService
 
start() - Method in class org.xdi.oxd.server.license.LicenseService
 
start() - Static method in class org.xdi.oxd.server.ServerLauncher
 
StateService - Class in org.xdi.oxd.server.service
 
StateService(ConfigurationService) - Constructor for class org.xdi.oxd.server.service.StateService
 

T

TEST_FILE_NAME - Static variable in class org.xdi.oxd.server.service.ConfigurationService
 
TimeService - Class in org.xdi.oxd.server.service
 
TimeService(Configuration, HttpService) - Constructor for class org.xdi.oxd.server.service.TimeService
 
toString() - Method in class org.gluu.oxd.OxdHttpsConfiguration
 
toString() - Method in class org.xdi.oxd.common.Command
Returns string representation of object
toString() - Method in class org.xdi.oxd.common.CommandResponse
Returns string representation of object
toString() - Method in class org.xdi.oxd.common.ErrorResponse
 
toString() - Method in enum org.xdi.oxd.common.ErrorResponseCode
 
toString() - Method in exception org.xdi.oxd.common.ErrorResponseException
 
toString() - Method in exception org.xdi.oxd.common.HttpErrorResponseException
 
toString() - Method in class org.xdi.oxd.common.introspection.CorrectRptIntrospectionResponse
 
toString() - Method in class org.xdi.oxd.common.introspection.CorrectUmaPermission
 
toString() - Method in class org.xdi.oxd.common.params.AuthorizationCodeFlowParams
Returns string representation of object
toString() - Method in class org.xdi.oxd.common.params.CheckAccessTokenParams
Returns string representation of object
toString() - Method in class org.xdi.oxd.common.params.CheckIdTokenParams
Returns string representation of object
toString() - Method in class org.xdi.oxd.common.params.GetAccessTokenByRefreshTokenParams
 
toString() - Method in class org.xdi.oxd.common.params.GetAuthorizationCodeParams
 
toString() - Method in class org.xdi.oxd.common.params.GetAuthorizationUrlParams
 
toString() - Method in class org.xdi.oxd.common.params.GetClientTokenParams
 
toString() - Method in class org.xdi.oxd.common.params.GetLogoutUrlParams
 
toString() - Method in class org.xdi.oxd.common.params.GetRpParams
 
toString() - Method in class org.xdi.oxd.common.params.GetTokensByCodeParams
 
toString() - Method in class org.xdi.oxd.common.params.GetUserInfoParams
 
toString() - Method in class org.xdi.oxd.common.params.ImplicitFlowParams
Returns string representation of object
toString() - Method in class org.xdi.oxd.common.params.RegisterSiteParams
 
toString() - Method in class org.xdi.oxd.common.params.RemoveSiteParams
 
toString() - Method in class org.xdi.oxd.common.params.RpGetClaimsGatheringUrlParams
 
toString() - Method in class org.xdi.oxd.common.params.RpGetRptParams
 
toString() - Method in class org.xdi.oxd.common.params.RsCheckAccessParams
 
toString() - Method in class org.xdi.oxd.common.params.RsProtectParams
 
toString() - Method in class org.xdi.oxd.common.params.UpdateSiteParams
 
toString() - Method in class org.xdi.oxd.common.params.ValidateParams
 
toString() - Method in class org.xdi.oxd.common.ReadResult
Returns string representation of object
toString() - Method in class org.xdi.oxd.common.response.AuthorizationCodeFlowResponse
 
toString() - Method in class org.xdi.oxd.common.response.CheckAccessTokenResponse
Returns string representation of object
toString() - Method in class org.xdi.oxd.common.response.CheckIdTokenResponse
Returns string representation of object
toString() - Method in class org.xdi.oxd.common.response.GetAuthorizationCodeResponse
 
toString() - Method in class org.xdi.oxd.common.response.GetAuthorizationUrlResponse
 
toString() - Method in class org.xdi.oxd.common.response.GetClientTokenResponse
 
toString() - Method in class org.xdi.oxd.common.response.GetRpResponse
 
toString() - Method in class org.xdi.oxd.common.response.GetTokensByCodeResponse
 
toString() - Method in class org.xdi.oxd.common.response.GetUserInfoResponse
 
toString() - Method in class org.xdi.oxd.common.response.ImplicitFlowResponse
 
toString() - Method in class org.xdi.oxd.common.response.LicenseStatusOpResponse
 
toString() - Method in class org.xdi.oxd.common.response.LogoutResponse
 
toString() - Method in class org.xdi.oxd.common.response.RegisterSiteResponse
 
toString() - Method in class org.xdi.oxd.common.response.RpGetClaimsGatheringUrlResponse
 
toString() - Method in class org.xdi.oxd.common.response.RpGetRptResponse
 
toString() - Method in class org.xdi.oxd.common.response.RsCheckAccessResponse
 
toString() - Method in class org.xdi.oxd.common.response.SetupClientResponse
 
toString() - Method in class org.xdi.oxd.server.Configuration
 
toString() - Method in class org.xdi.oxd.server.introspection.BackCompatibleIntrospectionResponse
 
toString() - Method in class org.xdi.oxd.server.introspection.BadRptIntrospectionResponse
 
toString() - Method in class org.xdi.oxd.server.introspection.BadUmaPermission
 
toString() - Method in class org.xdi.oxd.server.model.UmaResource
 
toString() - Method in class org.xdi.oxd.server.model.UmaToken
 
toString() - Method in class org.xdi.oxd.server.persistence.H2Configuration
 
toString() - Method in class org.xdi.oxd.server.service.Rp
 
TransportClient - Class in org.xdi.oxd.client
Transport client, low level client that handles all transport details.
TransportClient(String, int) - Constructor for class org.xdi.oxd.client.TransportClient
Constructor

U

UmaResource - Class in org.xdi.oxd.server.model
 
UmaResource() - Constructor for class org.xdi.oxd.server.model.UmaResource
 
umaResource(String, String) - Method in class org.xdi.oxd.server.service.Rp
 
umaRpGetClaimsGatheringUrl(String, String) - Method in class org.gluu.oxd.RestResource
 
umaRpGetRpt(String, String) - Method in class org.gluu.oxd.RestResource
 
umaRsCheckAccess(String, String) - Method in class org.gluu.oxd.RestResource
 
umaRsProtect(String, String) - Method in class org.gluu.oxd.RestResource
 
UmaToken - Class in org.xdi.oxd.server.model
UmaToken used for both AAT and PAT
UmaToken() - Constructor for class org.xdi.oxd.server.model.UmaToken
 
UmaToken(String, String, int) - Constructor for class org.xdi.oxd.server.model.UmaToken
 
UmaTokenFactory - Class in org.xdi.oxd.server.model
 
UmaTokenService - Class in org.xdi.oxd.server.service
 
UmaTokenService(RpService, ValidationService, DiscoveryService, HttpService, Configuration, StateService) - Constructor for class org.xdi.oxd.server.service.UmaTokenService
 
unlocked - Variable in class org.xdi.oxd.client.ObjectPool
 
update(Rp) - Method in interface org.xdi.oxd.server.persistence.PersistenceService
 
update(Rp) - Method in class org.xdi.oxd.server.persistence.PersistenceServiceImpl
 
update(Rp) - Method in class org.xdi.oxd.server.persistence.RedisPersistenceService
 
update(Rp) - Method in class org.xdi.oxd.server.persistence.SqlPersistenceServiceImpl
 
update(Rp) - Method in class org.xdi.oxd.server.service.RpService
 
updateLicenseFromServer() - Method in class org.xdi.oxd.server.license.LicenseFileUpdateService
 
updateSilently(Rp) - Method in class org.xdi.oxd.server.service.RpService
 
updateSite(String, String) - Method in class org.gluu.oxd.RestResource
 
updateSite(UpdateSiteParams) - Method in interface org.xdi.oxd.client.HttpClientInterface
 
UpdateSiteOperation - Class in org.xdi.oxd.server.op
 
UpdateSiteOperation(Command, Injector) - Constructor for class org.xdi.oxd.server.op.UpdateSiteOperation
Base constructor
UpdateSiteParams - Class in org.xdi.oxd.common.params
 
UpdateSiteParams() - Constructor for class org.xdi.oxd.common.params.UpdateSiteParams
 
UpdateSiteResponse - Class in org.xdi.oxd.common.response
 
UpdateSiteResponse() - Constructor for class org.xdi.oxd.common.response.UpdateSiteResponse
 
useClientAuthentication(UmaScopeType) - Method in class org.xdi.oxd.server.service.UmaTokenService
 
UTF8 - Static variable in class org.xdi.oxd.common.CoreUtils
UTF-8 encoding string
Utils - Class in org.xdi.oxd.server
Utility class with static methods.

V

validate(CommandClient) - Method in class org.xdi.oxd.client.CommandClientPool
 
validate(T) - Method in class org.xdi.oxd.client.ObjectPool
 
validate(IParams) - Method in class org.xdi.oxd.server.service.ValidationService
 
validate(HasOxdIdParams) - Method in class org.xdi.oxd.server.service.ValidationService
 
validate(Rp) - Method in class org.xdi.oxd.server.service.ValidationService
 
validateAccessToken(String) - Static method in class org.gluu.oxd.RestResource
 
validateAccessToken(String) - Method in class org.xdi.oxd.server.op.Validator
 
validateAuthorizationCode(String) - Method in class org.xdi.oxd.server.op.Validator
 
validateIdToken(String) - Method in interface org.xdi.oxd.rp.client.RpClient
 
validateIdToken(String) - Method in class org.xdi.oxd.rp.client.RpSocketClient
 
validateIdToken(String) - Method in class org.xdi.oxd.server.op.Validator
 
validateIdToken(String, String) - Method in class org.xdi.oxd.server.op.Validator
 
validateNonce(StateService) - Method in class org.xdi.oxd.server.op.Validator
 
ValidateOperation - Class in org.xdi.oxd.server.op
 
ValidateOperation(Command, Injector) - Constructor for class org.xdi.oxd.server.op.ValidateOperation
 
ValidateParams - Class in org.xdi.oxd.common.params
 
ValidateParams() - Constructor for class org.xdi.oxd.common.params.ValidateParams
 
ValidationService - Class in org.xdi.oxd.server.service
 
ValidationService() - Constructor for class org.xdi.oxd.server.service.ValidationService
 
Validator - Class in org.xdi.oxd.server.op
 
Validator(Jwt, OpenIdConfigurationResponse, PublicOpKeyService) - Constructor for class org.xdi.oxd.server.op.Validator
 
valueOf(String) - Static method in enum org.xdi.oxd.common.CommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xdi.oxd.common.ErrorResponseCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xdi.oxd.common.ResponseStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xdi.oxd.common.CommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xdi.oxd.common.ErrorResponseCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xdi.oxd.common.ResponseStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

WELL_KNOWN_CONNECT_PATH - Static variable in class org.xdi.oxd.server.service.DiscoveryService
 
WELL_KNOWN_UMA_PATH - Static variable in class org.xdi.oxd.server.service.DiscoveryService
 
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links

Copyright © 2018. All rights reserved.