JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
com.liferay.oauth2.provider.configuration
,
com.liferay.oauth2.provider.constants
,
com.liferay.oauth2.provider.exception
,
com.liferay.oauth2.provider.model
,
com.liferay.oauth2.provider.redirect
,
com.liferay.oauth2.provider.service
,
com.liferay.oauth2.provider.service.persistence
,
com.liferay.oauth2.provider.util
,
com.liferay.oauth2.provider.util.builder
Class Hierarchy
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<T> (implements com.liferay.portal.kernel.model.BaseModel<T>, com.liferay.portal.kernel.model.ModelWrapper<T>)
com.liferay.oauth2.provider.model.
OAuth2ApplicationScopeAliasesWrapper
(implements com.liferay.portal.kernel.model.ModelWrapper<T>, com.liferay.oauth2.provider.model.
OAuth2ApplicationScopeAliases
)
com.liferay.oauth2.provider.model.
OAuth2ApplicationWrapper
(implements com.liferay.portal.kernel.model.ModelWrapper<T>, com.liferay.oauth2.provider.model.
OAuth2Application
)
com.liferay.oauth2.provider.model.
OAuth2AuthorizationWrapper
(implements com.liferay.portal.kernel.model.ModelWrapper<T>, com.liferay.oauth2.provider.model.
OAuth2Authorization
)
com.liferay.oauth2.provider.model.
OAuth2ScopeGrantWrapper
(implements com.liferay.portal.kernel.model.ModelWrapper<T>, com.liferay.oauth2.provider.model.
OAuth2ScopeGrant
)
com.liferay.petra.sql.dsl.base.BaseTable<T> (implements com.liferay.petra.sql.dsl.Table<T>)
com.liferay.oauth2.provider.model.
OA2Auths_OA2ScopeGrantsTable
com.liferay.oauth2.provider.model.
OAuth2ApplicationScopeAliasesTable
com.liferay.oauth2.provider.model.
OAuth2ApplicationTable
com.liferay.oauth2.provider.model.
OAuth2AuthorizationTable
com.liferay.oauth2.provider.model.
OAuth2ScopeGrantTable
com.liferay.oauth2.provider.service.
OAuth2ApplicationLocalServiceUtil
com.liferay.oauth2.provider.service.
OAuth2ApplicationLocalServiceWrapper
(implements com.liferay.oauth2.provider.service.
OAuth2ApplicationLocalService
, com.liferay.portal.kernel.service.ServiceWrapper<T>)
com.liferay.oauth2.provider.service.
OAuth2ApplicationScopeAliasesLocalServiceUtil
com.liferay.oauth2.provider.service.
OAuth2ApplicationScopeAliasesLocalServiceWrapper
(implements com.liferay.oauth2.provider.service.
OAuth2ApplicationScopeAliasesLocalService
, com.liferay.portal.kernel.service.ServiceWrapper<T>)
com.liferay.oauth2.provider.service.persistence.
OAuth2ApplicationScopeAliasesUtil
com.liferay.oauth2.provider.service.
OAuth2ApplicationServiceUtil
com.liferay.oauth2.provider.service.
OAuth2ApplicationServiceWrapper
(implements com.liferay.oauth2.provider.service.
OAuth2ApplicationService
, com.liferay.portal.kernel.service.ServiceWrapper<T>)
com.liferay.oauth2.provider.service.persistence.
OAuth2ApplicationUtil
com.liferay.oauth2.provider.service.
OAuth2AuthorizationLocalServiceUtil
com.liferay.oauth2.provider.service.
OAuth2AuthorizationLocalServiceWrapper
(implements com.liferay.oauth2.provider.service.
OAuth2AuthorizationLocalService
, com.liferay.portal.kernel.service.ServiceWrapper<T>)
com.liferay.oauth2.provider.service.
OAuth2AuthorizationServiceUtil
com.liferay.oauth2.provider.service.
OAuth2AuthorizationServiceWrapper
(implements com.liferay.oauth2.provider.service.
OAuth2AuthorizationService
, com.liferay.portal.kernel.service.ServiceWrapper<T>)
com.liferay.oauth2.provider.service.persistence.
OAuth2AuthorizationUtil
com.liferay.oauth2.provider.constants.
OAuth2ProviderActionKeys
com.liferay.oauth2.provider.constants.
OAuth2ProviderConstants
com.liferay.oauth2.provider.redirect.
OAuth2RedirectURIInterpolator
com.liferay.oauth2.provider.service.
OAuth2ScopeGrantLocalServiceUtil
com.liferay.oauth2.provider.service.
OAuth2ScopeGrantLocalServiceWrapper
(implements com.liferay.oauth2.provider.service.
OAuth2ScopeGrantLocalService
, com.liferay.portal.kernel.service.ServiceWrapper<T>)
com.liferay.oauth2.provider.service.persistence.
OAuth2ScopeGrantUtil
com.liferay.oauth2.provider.util.
OAuth2SecureRandomGenerator
java.lang.Throwable (implements java.io.Serializable)
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.oauth2.provider.exception.
DuplicateOAuth2ApplicationClientIdException
com.liferay.oauth2.provider.exception.
DuplicateOAuth2ScopeGrantException
com.liferay.portal.kernel.exception.NoSuchModelException
com.liferay.oauth2.provider.exception.
NoSuchOAuth2ApplicationException
com.liferay.oauth2.provider.exception.
NoSuchOAuth2ApplicationScopeAliasesException
com.liferay.oauth2.provider.exception.
NoSuchOAuth2AuthorizationException
com.liferay.oauth2.provider.exception.
NoSuchOAuth2ScopeGrantException
com.liferay.oauth2.provider.exception.
OAuth2ApplicationClientCredentialUserIdException
com.liferay.oauth2.provider.exception.
OAuth2ApplicationClientGrantTypeException
com.liferay.oauth2.provider.exception.
OAuth2ApplicationHomePageURLException
com.liferay.oauth2.provider.exception.
OAuth2ApplicationHomePageURLSchemeException
com.liferay.oauth2.provider.exception.
OAuth2ApplicationNameException
com.liferay.oauth2.provider.exception.
OAuth2ApplicationPrivacyPolicyURLException
com.liferay.oauth2.provider.exception.
OAuth2ApplicationPrivacyPolicyURLSchemeException
com.liferay.oauth2.provider.exception.
OAuth2ApplicationRedirectURIException
com.liferay.oauth2.provider.exception.
OAuth2ApplicationRedirectURIFragmentException
com.liferay.oauth2.provider.exception.
OAuth2ApplicationRedirectURIMissingException
com.liferay.oauth2.provider.exception.
OAuth2ApplicationRedirectURIPathException
com.liferay.oauth2.provider.exception.
OAuth2ApplicationRedirectURISchemeException
java.lang.RuntimeException
com.liferay.portal.kernel.exception.NestableRuntimeException
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.DuplicateExternalReferenceCodeException
com.liferay.oauth2.provider.exception.
DuplicateOAuth2ApplicationExternalReferenceCodeException
Interface Hierarchy
com.liferay.portal.kernel.service.BaseLocalService
com.liferay.oauth2.provider.service.
OAuth2ApplicationLocalService
(also extends com.liferay.portal.kernel.service.PersistedModelLocalService)
com.liferay.oauth2.provider.service.
OAuth2ApplicationScopeAliasesLocalService
(also extends com.liferay.portal.kernel.service.PersistedModelLocalService)
com.liferay.oauth2.provider.service.
OAuth2AuthorizationLocalService
(also extends com.liferay.portal.kernel.service.PersistedModelLocalService)
com.liferay.oauth2.provider.service.
OAuth2ScopeGrantLocalService
(also extends com.liferay.portal.kernel.service.PersistedModelLocalService)
com.liferay.portal.kernel.service.persistence.BasePersistence<T>
com.liferay.oauth2.provider.service.persistence.
OAuth2ApplicationPersistence
com.liferay.oauth2.provider.service.persistence.
OAuth2ApplicationScopeAliasesPersistence
com.liferay.oauth2.provider.service.persistence.
OAuth2AuthorizationPersistence
com.liferay.oauth2.provider.service.persistence.
OAuth2ScopeGrantPersistence
com.liferay.portal.kernel.service.BaseService
com.liferay.oauth2.provider.service.
OAuth2ApplicationService
com.liferay.oauth2.provider.service.
OAuth2AuthorizationService
com.liferay.portal.kernel.model.ClassedModel
com.liferay.portal.kernel.model.AuditedModel
com.liferay.portal.kernel.model.StagedAuditedModel (also extends com.liferay.portal.kernel.model.StagedModel)
com.liferay.oauth2.provider.model.
OAuth2ApplicationModel
(also extends com.liferay.portal.kernel.model.BaseModel<T>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.ShardedModel)
com.liferay.oauth2.provider.model.
OAuth2Application
(also extends com.liferay.portal.kernel.model.PersistedModel)
com.liferay.portal.kernel.model.BaseModel<T> (also extends java.lang.Cloneable, java.lang.Comparable<T>, java.io.Serializable)
com.liferay.oauth2.provider.model.
OAuth2ApplicationModel
(also extends com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel)
com.liferay.oauth2.provider.model.
OAuth2Application
(also extends com.liferay.portal.kernel.model.PersistedModel)
com.liferay.oauth2.provider.model.
OAuth2ApplicationScopeAliasesModel
(also extends com.liferay.portal.kernel.model.ShardedModel)
com.liferay.oauth2.provider.model.
OAuth2ApplicationScopeAliases
(also extends com.liferay.portal.kernel.model.PersistedModel)
com.liferay.oauth2.provider.model.
OAuth2AuthorizationModel
(also extends com.liferay.portal.kernel.model.ShardedModel)
com.liferay.oauth2.provider.model.
OAuth2Authorization
(also extends com.liferay.portal.kernel.model.PersistedModel)
com.liferay.oauth2.provider.model.
OAuth2ScopeGrantModel
(also extends com.liferay.portal.kernel.model.ShardedModel)
com.liferay.oauth2.provider.model.
OAuth2ScopeGrant
(also extends com.liferay.portal.kernel.model.PersistedModel)
com.liferay.portal.kernel.model.StagedModel
com.liferay.portal.kernel.model.StagedAuditedModel (also extends com.liferay.portal.kernel.model.AuditedModel)
com.liferay.oauth2.provider.model.
OAuth2ApplicationModel
(also extends com.liferay.portal.kernel.model.BaseModel<T>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.ShardedModel)
com.liferay.oauth2.provider.model.
OAuth2Application
(also extends com.liferay.portal.kernel.model.PersistedModel)
java.lang.Cloneable
com.liferay.portal.kernel.model.BaseModel<T> (also extends com.liferay.portal.kernel.model.ClassedModel, java.lang.Comparable<T>, java.io.Serializable)
com.liferay.oauth2.provider.model.
OAuth2ApplicationModel
(also extends com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel)
com.liferay.oauth2.provider.model.
OAuth2Application
(also extends com.liferay.portal.kernel.model.PersistedModel)
com.liferay.oauth2.provider.model.
OAuth2ApplicationScopeAliasesModel
(also extends com.liferay.portal.kernel.model.ShardedModel)
com.liferay.oauth2.provider.model.
OAuth2ApplicationScopeAliases
(also extends com.liferay.portal.kernel.model.PersistedModel)
com.liferay.oauth2.provider.model.
OAuth2AuthorizationModel
(also extends com.liferay.portal.kernel.model.ShardedModel)
com.liferay.oauth2.provider.model.
OAuth2Authorization
(also extends com.liferay.portal.kernel.model.PersistedModel)
com.liferay.oauth2.provider.model.
OAuth2ScopeGrantModel
(also extends com.liferay.portal.kernel.model.ShardedModel)
com.liferay.oauth2.provider.model.
OAuth2ScopeGrant
(also extends com.liferay.portal.kernel.model.PersistedModel)
java.lang.Comparable<T>
com.liferay.portal.kernel.model.BaseModel<T> (also extends com.liferay.portal.kernel.model.ClassedModel, java.lang.Cloneable, java.io.Serializable)
com.liferay.oauth2.provider.model.
OAuth2ApplicationModel
(also extends com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel)
com.liferay.oauth2.provider.model.
OAuth2Application
(also extends com.liferay.portal.kernel.model.PersistedModel)
com.liferay.oauth2.provider.model.
OAuth2ApplicationScopeAliasesModel
(also extends com.liferay.portal.kernel.model.ShardedModel)
com.liferay.oauth2.provider.model.
OAuth2ApplicationScopeAliases
(also extends com.liferay.portal.kernel.model.PersistedModel)
com.liferay.oauth2.provider.model.
OAuth2AuthorizationModel
(also extends com.liferay.portal.kernel.model.ShardedModel)
com.liferay.oauth2.provider.model.
OAuth2Authorization
(also extends com.liferay.portal.kernel.model.PersistedModel)
com.liferay.oauth2.provider.model.
OAuth2ScopeGrantModel
(also extends com.liferay.portal.kernel.model.ShardedModel)
com.liferay.oauth2.provider.model.
OAuth2ScopeGrant
(also extends com.liferay.portal.kernel.model.PersistedModel)
com.liferay.portal.kernel.model.ExternalReferenceCodeModel
com.liferay.oauth2.provider.model.
OAuth2ApplicationModel
(also extends com.liferay.portal.kernel.model.BaseModel<T>, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel)
com.liferay.oauth2.provider.model.
OAuth2Application
(also extends com.liferay.portal.kernel.model.PersistedModel)
com.liferay.oauth2.provider.service.persistence.
OAuth2AuthorizationFinder
com.liferay.oauth2.provider.configuration.
OAuth2ProviderApplicationHeadlessServerConfiguration
com.liferay.oauth2.provider.configuration.
OAuth2ProviderApplicationUserAgentConfiguration
com.liferay.oauth2.provider.configuration.
OAuth2ProviderConfiguration
com.liferay.oauth2.provider.util.builder.
OAuth2ScopeBuilder
com.liferay.oauth2.provider.util.builder.
OAuth2ScopeBuilder.ApplicationScope
com.liferay.oauth2.provider.util.builder.
OAuth2ScopeBuilder.ApplicationScopeAssigner
com.liferay.oauth2.provider.service.persistence.
OAuth2ScopeGrantFinder
com.liferay.portal.kernel.model.PersistedModel
com.liferay.oauth2.provider.model.
OAuth2Application
(also extends com.liferay.oauth2.provider.model.
OAuth2ApplicationModel
)
com.liferay.oauth2.provider.model.
OAuth2ApplicationScopeAliases
(also extends com.liferay.oauth2.provider.model.
OAuth2ApplicationScopeAliasesModel
)
com.liferay.oauth2.provider.model.
OAuth2Authorization
(also extends com.liferay.oauth2.provider.model.
OAuth2AuthorizationModel
)
com.liferay.oauth2.provider.model.
OAuth2ScopeGrant
(also extends com.liferay.oauth2.provider.model.
OAuth2ScopeGrantModel
)
com.liferay.portal.kernel.service.PersistedModelLocalService
com.liferay.oauth2.provider.service.
OAuth2ApplicationLocalService
(also extends com.liferay.portal.kernel.service.BaseLocalService)
com.liferay.oauth2.provider.service.
OAuth2ApplicationScopeAliasesLocalService
(also extends com.liferay.portal.kernel.service.BaseLocalService)
com.liferay.oauth2.provider.service.
OAuth2AuthorizationLocalService
(also extends com.liferay.portal.kernel.service.BaseLocalService)
com.liferay.oauth2.provider.service.
OAuth2ScopeGrantLocalService
(also extends com.liferay.portal.kernel.service.BaseLocalService)
java.io.Serializable
com.liferay.portal.kernel.model.BaseModel<T> (also extends com.liferay.portal.kernel.model.ClassedModel, java.lang.Cloneable, java.lang.Comparable<T>)
com.liferay.oauth2.provider.model.
OAuth2ApplicationModel
(also extends com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel)
com.liferay.oauth2.provider.model.
OAuth2Application
(also extends com.liferay.portal.kernel.model.PersistedModel)
com.liferay.oauth2.provider.model.
OAuth2ApplicationScopeAliasesModel
(also extends com.liferay.portal.kernel.model.ShardedModel)
com.liferay.oauth2.provider.model.
OAuth2ApplicationScopeAliases
(also extends com.liferay.portal.kernel.model.PersistedModel)
com.liferay.oauth2.provider.model.
OAuth2AuthorizationModel
(also extends com.liferay.portal.kernel.model.ShardedModel)
com.liferay.oauth2.provider.model.
OAuth2Authorization
(also extends com.liferay.portal.kernel.model.PersistedModel)
com.liferay.oauth2.provider.model.
OAuth2ScopeGrantModel
(also extends com.liferay.portal.kernel.model.ShardedModel)
com.liferay.oauth2.provider.model.
OAuth2ScopeGrant
(also extends com.liferay.portal.kernel.model.PersistedModel)
com.liferay.portal.kernel.model.ShardedModel
com.liferay.oauth2.provider.model.
OAuth2ApplicationModel
(also extends com.liferay.portal.kernel.model.BaseModel<T>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.StagedAuditedModel)
com.liferay.oauth2.provider.model.
OAuth2Application
(also extends com.liferay.portal.kernel.model.PersistedModel)
com.liferay.oauth2.provider.model.
OAuth2ApplicationScopeAliasesModel
(also extends com.liferay.portal.kernel.model.BaseModel<T>)
com.liferay.oauth2.provider.model.
OAuth2ApplicationScopeAliases
(also extends com.liferay.portal.kernel.model.PersistedModel)
com.liferay.oauth2.provider.model.
OAuth2AuthorizationModel
(also extends com.liferay.portal.kernel.model.BaseModel<T>)
com.liferay.oauth2.provider.model.
OAuth2Authorization
(also extends com.liferay.portal.kernel.model.PersistedModel)
com.liferay.oauth2.provider.model.
OAuth2ScopeGrantModel
(also extends com.liferay.portal.kernel.model.BaseModel<T>)
com.liferay.oauth2.provider.model.
OAuth2ScopeGrant
(also extends com.liferay.portal.kernel.model.PersistedModel)
Enum Hierarchy
java.lang.Object
java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
com.liferay.oauth2.provider.constants.
ClientProfile
com.liferay.oauth2.provider.constants.
GrantType
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes