Index
All Classes and Interfaces|All Packages|Serialized Form
A
- accessToken - Variable in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionTable
- accessTokenExpirationDate - Variable in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionTable
- addOpenIdConnectSession(OpenIdConnectSession) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalService
-
Adds the open ID connect session to the database.
- addOpenIdConnectSession(OpenIdConnectSession) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
-
Adds the open ID connect session to the database.
- addOpenIdConnectSession(OpenIdConnectSession) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
-
Adds the open ID connect session to the database.
- authServerWellKnownURI - Variable in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionTable
C
- cacheResult(OpenIdConnectSession) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Caches the open ID connect session in the entity cache if it is enabled.
- cacheResult(OpenIdConnectSession) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Caches the open ID connect session in the entity cache if it is enabled.
- cacheResult(List<OpenIdConnectSession>) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Caches the open ID connect sessions in the entity cache if it is enabled.
- cacheResult(List<OpenIdConnectSession>) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Caches the open ID connect sessions in the entity cache if it is enabled.
- clearCache() - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
- clearCache(OpenIdConnectSession) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
- clientId - Variable in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionTable
- cloneWithOriginalValues() - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
- cloneWithOriginalValues() - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
- com.liferay.portal.security.sso.openid.connect.persistence.exception - package com.liferay.portal.security.sso.openid.connect.persistence.exception
- com.liferay.portal.security.sso.openid.connect.persistence.model - package com.liferay.portal.security.sso.openid.connect.persistence.model
- com.liferay.portal.security.sso.openid.connect.persistence.service - package com.liferay.portal.security.sso.openid.connect.persistence.service
- com.liferay.portal.security.sso.openid.connect.persistence.service.persistence - package com.liferay.portal.security.sso.openid.connect.persistence.service.persistence
- companyId - Variable in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionTable
- countAll() - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns the number of open ID connect sessions.
- countAll() - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns the number of open ID connect sessions.
- countByC_A_C(long, String, String) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns the number of open ID connect sessions where companyId = ? and authServerWellKnownURI = ? and clientId = ?.
- countByC_A_C(long, String, String) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns the number of open ID connect sessions where companyId = ? and authServerWellKnownURI = ? and clientId = ?.
- countByLtAccessTokenExpirationDate(Date) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns the number of open ID connect sessions where accessTokenExpirationDate < ?.
- countByLtAccessTokenExpirationDate(Date) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns the number of open ID connect sessions where accessTokenExpirationDate < ?.
- countByU_A_C(long, String, String) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns the number of open ID connect sessions where userId = ? and authServerWellKnownURI = ? and clientId = ?.
- countByU_A_C(long, String, String) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns the number of open ID connect sessions where userId = ? and authServerWellKnownURI = ? and clientId = ?.
- countByUserId(long) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns the number of open ID connect sessions where userId = ?.
- countByUserId(long) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns the number of open ID connect sessions where userId = ?.
- countWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
- create(long) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Creates a new open ID connect session with the primary key.
- create(long) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Creates a new open ID connect session with the primary key.
- createOpenIdConnectSession(long) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalService
-
Creates a new open ID connect session with the primary key.
- createOpenIdConnectSession(long) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
-
Creates a new open ID connect session with the primary key.
- createOpenIdConnectSession(long) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
-
Creates a new open ID connect session with the primary key.
- createPersistedModel(Serializable) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalService
- createPersistedModel(Serializable) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
- createPersistedModel(Serializable) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
D
- deleteOpenIdConnectSession(long) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalService
-
Deletes the open ID connect session with the primary key from the database.
- deleteOpenIdConnectSession(long) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
-
Deletes the open ID connect session with the primary key from the database.
- deleteOpenIdConnectSession(long) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
-
Deletes the open ID connect session with the primary key from the database.
- deleteOpenIdConnectSession(OpenIdConnectSession) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalService
-
Deletes the open ID connect session from the database.
- deleteOpenIdConnectSession(OpenIdConnectSession) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
-
Deletes the open ID connect session from the database.
- deleteOpenIdConnectSession(OpenIdConnectSession) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
-
Deletes the open ID connect session from the database.
- deleteOpenIdConnectSessions(long) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalService
- deleteOpenIdConnectSessions(long) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
- deleteOpenIdConnectSessions(long) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
- deleteOpenIdConnectSessions(long, String, String) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalService
- deleteOpenIdConnectSessions(long, String, String) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
- deleteOpenIdConnectSessions(long, String, String) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
- deletePersistedModel(PersistedModel) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalService
- deletePersistedModel(PersistedModel) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
- deletePersistedModel(PersistedModel) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
- dslQuery(DSLQuery) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalService
- dslQuery(DSLQuery) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
- dslQuery(DSLQuery) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
- dslQueryCount(DSLQuery) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalService
- dslQueryCount(DSLQuery) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
- dslQueryCount(DSLQuery) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
- DuplicateOpenIdConnectSessionException - Exception in com.liferay.portal.security.sso.openid.connect.persistence.exception
- DuplicateOpenIdConnectSessionException() - Constructor for exception com.liferay.portal.security.sso.openid.connect.persistence.exception.DuplicateOpenIdConnectSessionException
- DuplicateOpenIdConnectSessionException(String) - Constructor for exception com.liferay.portal.security.sso.openid.connect.persistence.exception.DuplicateOpenIdConnectSessionException
- DuplicateOpenIdConnectSessionException(String, Throwable) - Constructor for exception com.liferay.portal.security.sso.openid.connect.persistence.exception.DuplicateOpenIdConnectSessionException
- DuplicateOpenIdConnectSessionException(Throwable) - Constructor for exception com.liferay.portal.security.sso.openid.connect.persistence.exception.DuplicateOpenIdConnectSessionException
- dynamicQuery() - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalService
- dynamicQuery() - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
- dynamicQuery() - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
- dynamicQuery(DynamicQuery) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalService
-
Performs a dynamic query on the database and returns the matching rows.
- dynamicQuery(DynamicQuery) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
-
Performs a dynamic query on the database and returns the matching rows.
- dynamicQuery(DynamicQuery) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
-
Performs a dynamic query on the database and returns the matching rows.
- dynamicQuery(DynamicQuery, int, int) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalService
-
Performs a dynamic query on the database and returns a range of the matching rows.
- dynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
-
Performs a dynamic query on the database and returns a range of the matching rows.
- dynamicQuery(DynamicQuery, int, int) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
-
Performs a dynamic query on the database and returns a range of the matching rows.
- dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalService
-
Performs a dynamic query on the database and returns an ordered range of the matching rows.
- dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
-
Performs a dynamic query on the database and returns an ordered range of the matching rows.
- dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
-
Performs a dynamic query on the database and returns an ordered range of the matching rows.
- dynamicQueryCount(DynamicQuery) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalService
-
Returns the number of rows matching the dynamic query.
- dynamicQueryCount(DynamicQuery) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
-
Returns the number of rows matching the dynamic query.
- dynamicQueryCount(DynamicQuery) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
-
Returns the number of rows matching the dynamic query.
- dynamicQueryCount(DynamicQuery, Projection) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalService
-
Returns the number of rows matching the dynamic query.
- dynamicQueryCount(DynamicQuery, Projection) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
-
Returns the number of rows matching the dynamic query.
- dynamicQueryCount(DynamicQuery, Projection) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
-
Returns the number of rows matching the dynamic query.
F
- fetchByC_A_C_First(long, String, String, OrderByComparator<OpenIdConnectSession>) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns the first open ID connect session in the ordered set where companyId = ? and authServerWellKnownURI = ? and clientId = ?.
- fetchByC_A_C_First(long, String, String, OrderByComparator<OpenIdConnectSession>) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns the first open ID connect session in the ordered set where companyId = ? and authServerWellKnownURI = ? and clientId = ?.
- fetchByC_A_C_Last(long, String, String, OrderByComparator<OpenIdConnectSession>) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns the last open ID connect session in the ordered set where companyId = ? and authServerWellKnownURI = ? and clientId = ?.
- fetchByC_A_C_Last(long, String, String, OrderByComparator<OpenIdConnectSession>) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns the last open ID connect session in the ordered set where companyId = ? and authServerWellKnownURI = ? and clientId = ?.
- fetchByLtAccessTokenExpirationDate_First(Date, OrderByComparator<OpenIdConnectSession>) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns the first open ID connect session in the ordered set where accessTokenExpirationDate < ?.
- fetchByLtAccessTokenExpirationDate_First(Date, OrderByComparator<OpenIdConnectSession>) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns the first open ID connect session in the ordered set where accessTokenExpirationDate < ?.
- fetchByLtAccessTokenExpirationDate_Last(Date, OrderByComparator<OpenIdConnectSession>) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns the last open ID connect session in the ordered set where accessTokenExpirationDate < ?.
- fetchByLtAccessTokenExpirationDate_Last(Date, OrderByComparator<OpenIdConnectSession>) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns the last open ID connect session in the ordered set where accessTokenExpirationDate < ?.
- fetchByPrimaryKey(long) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns the open ID connect session with the primary key or returns
null
if it could not be found. - fetchByPrimaryKey(long) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns the open ID connect session with the primary key or returns
null
if it could not be found. - fetchByPrimaryKeys(Set<Serializable>) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
- fetchByU_A_C(long, String, String) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns the open ID connect session where userId = ? and authServerWellKnownURI = ? and clientId = ? or returns
null
if it could not be found. - fetchByU_A_C(long, String, String) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns the open ID connect session where userId = ? and authServerWellKnownURI = ? and clientId = ? or returns
null
if it could not be found. - fetchByU_A_C(long, String, String, boolean) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns the open ID connect session where userId = ? and authServerWellKnownURI = ? and clientId = ? or returns
null
if it could not be found, optionally using the finder cache. - fetchByU_A_C(long, String, String, boolean) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns the open ID connect session where userId = ? and authServerWellKnownURI = ? and clientId = ? or returns
null
if it could not be found, optionally using the finder cache. - fetchByUserId_First(long, OrderByComparator<OpenIdConnectSession>) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns the first open ID connect session in the ordered set where userId = ?.
- fetchByUserId_First(long, OrderByComparator<OpenIdConnectSession>) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns the first open ID connect session in the ordered set where userId = ?.
- fetchByUserId_Last(long, OrderByComparator<OpenIdConnectSession>) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns the last open ID connect session in the ordered set where userId = ?.
- fetchByUserId_Last(long, OrderByComparator<OpenIdConnectSession>) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns the last open ID connect session in the ordered set where userId = ?.
- fetchOpenIdConnectSession(long) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalService
- fetchOpenIdConnectSession(long) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
- fetchOpenIdConnectSession(long) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
- fetchOpenIdConnectSession(long, String, String) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalService
- fetchOpenIdConnectSession(long, String, String) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
- fetchOpenIdConnectSession(long, String, String) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
- findAll() - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns all the open ID connect sessions.
- findAll() - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns all the open ID connect sessions.
- findAll(int, int) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns a range of all the open ID connect sessions.
- findAll(int, int) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns a range of all the open ID connect sessions.
- findAll(int, int, OrderByComparator<OpenIdConnectSession>) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns an ordered range of all the open ID connect sessions.
- findAll(int, int, OrderByComparator<OpenIdConnectSession>) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns an ordered range of all the open ID connect sessions.
- findAll(int, int, OrderByComparator<OpenIdConnectSession>, boolean) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns an ordered range of all the open ID connect sessions.
- findAll(int, int, OrderByComparator<OpenIdConnectSession>, boolean) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns an ordered range of all the open ID connect sessions.
- findByC_A_C(long, String, String) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns all the open ID connect sessions where companyId = ? and authServerWellKnownURI = ? and clientId = ?.
- findByC_A_C(long, String, String) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns all the open ID connect sessions where companyId = ? and authServerWellKnownURI = ? and clientId = ?.
- findByC_A_C(long, String, String, int, int) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns a range of all the open ID connect sessions where companyId = ? and authServerWellKnownURI = ? and clientId = ?.
- findByC_A_C(long, String, String, int, int) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns a range of all the open ID connect sessions where companyId = ? and authServerWellKnownURI = ? and clientId = ?.
- findByC_A_C(long, String, String, int, int, OrderByComparator<OpenIdConnectSession>) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns an ordered range of all the open ID connect sessions where companyId = ? and authServerWellKnownURI = ? and clientId = ?.
- findByC_A_C(long, String, String, int, int, OrderByComparator<OpenIdConnectSession>) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns an ordered range of all the open ID connect sessions where companyId = ? and authServerWellKnownURI = ? and clientId = ?.
- findByC_A_C(long, String, String, int, int, OrderByComparator<OpenIdConnectSession>, boolean) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns an ordered range of all the open ID connect sessions where companyId = ? and authServerWellKnownURI = ? and clientId = ?.
- findByC_A_C(long, String, String, int, int, OrderByComparator<OpenIdConnectSession>, boolean) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns an ordered range of all the open ID connect sessions where companyId = ? and authServerWellKnownURI = ? and clientId = ?.
- findByC_A_C_First(long, String, String, OrderByComparator<OpenIdConnectSession>) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns the first open ID connect session in the ordered set where companyId = ? and authServerWellKnownURI = ? and clientId = ?.
- findByC_A_C_First(long, String, String, OrderByComparator<OpenIdConnectSession>) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns the first open ID connect session in the ordered set where companyId = ? and authServerWellKnownURI = ? and clientId = ?.
- findByC_A_C_Last(long, String, String, OrderByComparator<OpenIdConnectSession>) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns the last open ID connect session in the ordered set where companyId = ? and authServerWellKnownURI = ? and clientId = ?.
- findByC_A_C_Last(long, String, String, OrderByComparator<OpenIdConnectSession>) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns the last open ID connect session in the ordered set where companyId = ? and authServerWellKnownURI = ? and clientId = ?.
- findByC_A_C_PrevAndNext(long, long, String, String, OrderByComparator<OpenIdConnectSession>) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns the open ID connect sessions before and after the current open ID connect session in the ordered set where companyId = ? and authServerWellKnownURI = ? and clientId = ?.
- findByC_A_C_PrevAndNext(long, long, String, String, OrderByComparator<OpenIdConnectSession>) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns the open ID connect sessions before and after the current open ID connect session in the ordered set where companyId = ? and authServerWellKnownURI = ? and clientId = ?.
- findByLtAccessTokenExpirationDate(Date) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns all the open ID connect sessions where accessTokenExpirationDate < ?.
- findByLtAccessTokenExpirationDate(Date) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns all the open ID connect sessions where accessTokenExpirationDate < ?.
- findByLtAccessTokenExpirationDate(Date, int, int) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns a range of all the open ID connect sessions where accessTokenExpirationDate < ?.
- findByLtAccessTokenExpirationDate(Date, int, int) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns a range of all the open ID connect sessions where accessTokenExpirationDate < ?.
- findByLtAccessTokenExpirationDate(Date, int, int, OrderByComparator<OpenIdConnectSession>) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns an ordered range of all the open ID connect sessions where accessTokenExpirationDate < ?.
- findByLtAccessTokenExpirationDate(Date, int, int, OrderByComparator<OpenIdConnectSession>) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns an ordered range of all the open ID connect sessions where accessTokenExpirationDate < ?.
- findByLtAccessTokenExpirationDate(Date, int, int, OrderByComparator<OpenIdConnectSession>, boolean) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns an ordered range of all the open ID connect sessions where accessTokenExpirationDate < ?.
- findByLtAccessTokenExpirationDate(Date, int, int, OrderByComparator<OpenIdConnectSession>, boolean) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns an ordered range of all the open ID connect sessions where accessTokenExpirationDate < ?.
- findByLtAccessTokenExpirationDate_First(Date, OrderByComparator<OpenIdConnectSession>) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns the first open ID connect session in the ordered set where accessTokenExpirationDate < ?.
- findByLtAccessTokenExpirationDate_First(Date, OrderByComparator<OpenIdConnectSession>) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns the first open ID connect session in the ordered set where accessTokenExpirationDate < ?.
- findByLtAccessTokenExpirationDate_Last(Date, OrderByComparator<OpenIdConnectSession>) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns the last open ID connect session in the ordered set where accessTokenExpirationDate < ?.
- findByLtAccessTokenExpirationDate_Last(Date, OrderByComparator<OpenIdConnectSession>) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns the last open ID connect session in the ordered set where accessTokenExpirationDate < ?.
- findByLtAccessTokenExpirationDate_PrevAndNext(long, Date, OrderByComparator<OpenIdConnectSession>) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns the open ID connect sessions before and after the current open ID connect session in the ordered set where accessTokenExpirationDate < ?.
- findByLtAccessTokenExpirationDate_PrevAndNext(long, Date, OrderByComparator<OpenIdConnectSession>) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns the open ID connect sessions before and after the current open ID connect session in the ordered set where accessTokenExpirationDate < ?.
- findByPrimaryKey(long) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns the open ID connect session with the primary key or throws a
NoSuchSessionException
if it could not be found. - findByPrimaryKey(long) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns the open ID connect session with the primary key or throws a
NoSuchSessionException
if it could not be found. - findByU_A_C(long, String, String) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns the open ID connect session where userId = ? and authServerWellKnownURI = ? and clientId = ? or throws a
NoSuchSessionException
if it could not be found. - findByU_A_C(long, String, String) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns the open ID connect session where userId = ? and authServerWellKnownURI = ? and clientId = ? or throws a
NoSuchSessionException
if it could not be found. - findByUserId(long) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns all the open ID connect sessions where userId = ?.
- findByUserId(long) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns all the open ID connect sessions where userId = ?.
- findByUserId(long, int, int) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns a range of all the open ID connect sessions where userId = ?.
- findByUserId(long, int, int) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns a range of all the open ID connect sessions where userId = ?.
- findByUserId(long, int, int, OrderByComparator<OpenIdConnectSession>) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns an ordered range of all the open ID connect sessions where userId = ?.
- findByUserId(long, int, int, OrderByComparator<OpenIdConnectSession>) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns an ordered range of all the open ID connect sessions where userId = ?.
- findByUserId(long, int, int, OrderByComparator<OpenIdConnectSession>, boolean) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns an ordered range of all the open ID connect sessions where userId = ?.
- findByUserId(long, int, int, OrderByComparator<OpenIdConnectSession>, boolean) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns an ordered range of all the open ID connect sessions where userId = ?.
- findByUserId_First(long, OrderByComparator<OpenIdConnectSession>) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns the first open ID connect session in the ordered set where userId = ?.
- findByUserId_First(long, OrderByComparator<OpenIdConnectSession>) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns the first open ID connect session in the ordered set where userId = ?.
- findByUserId_Last(long, OrderByComparator<OpenIdConnectSession>) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns the last open ID connect session in the ordered set where userId = ?.
- findByUserId_Last(long, OrderByComparator<OpenIdConnectSession>) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns the last open ID connect session in the ordered set where userId = ?.
- findByUserId_PrevAndNext(long, long, OrderByComparator<OpenIdConnectSession>) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Returns the open ID connect sessions before and after the current open ID connect session in the ordered set where userId = ?.
- findByUserId_PrevAndNext(long, long, OrderByComparator<OpenIdConnectSession>) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Returns the open ID connect sessions before and after the current open ID connect session in the ordered set where userId = ?.
- findWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
- findWithDynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
- findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator<OpenIdConnectSession>) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
G
- getAccessToken() - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
-
Returns the access token of this open ID connect session.
- getAccessToken() - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
-
Returns the access token of this open ID connect session.
- getAccessTokenExpirationDate() - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
-
Returns the access token expiration date of this open ID connect session.
- getAccessTokenExpirationDate() - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
-
Returns the access token expiration date of this open ID connect session.
- getAccessTokenExpirationDateOpenIdConnectSessions(Date, int, int) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalService
- getAccessTokenExpirationDateOpenIdConnectSessions(Date, int, int) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
- getAccessTokenExpirationDateOpenIdConnectSessions(Date, int, int) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
- getActionableDynamicQuery() - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalService
- getActionableDynamicQuery() - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
- getActionableDynamicQuery() - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
- getAuthServerWellKnownURI() - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
-
Returns the auth server well known uri of this open ID connect session.
- getAuthServerWellKnownURI() - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
-
Returns the auth server well known uri of this open ID connect session.
- getBasePersistence() - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
- getClientId() - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
-
Returns the client ID of this open ID connect session.
- getClientId() - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
-
Returns the client ID of this open ID connect session.
- getCompanyId() - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
-
Returns the company ID of this open ID connect session.
- getCompanyId() - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
-
Returns the company ID of this open ID connect session.
- getIdToken() - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
-
Returns the id token of this open ID connect session.
- getIdToken() - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
-
Returns the id token of this open ID connect session.
- getIndexableActionableDynamicQuery() - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalService
- getIndexableActionableDynamicQuery() - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
- getIndexableActionableDynamicQuery() - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
- getModelAttributes() - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
- getModifiedDate() - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
-
Returns the modified date of this open ID connect session.
- getModifiedDate() - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
-
Returns the modified date of this open ID connect session.
- getMvccVersion() - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
-
Returns the mvcc version of this open ID connect session.
- getMvccVersion() - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
-
Returns the mvcc version of this open ID connect session.
- getOpenIdConnectSession(long) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalService
-
Returns the open ID connect session with the primary key.
- getOpenIdConnectSession(long) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
-
Returns the open ID connect session with the primary key.
- getOpenIdConnectSession(long) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
-
Returns the open ID connect session with the primary key.
- getOpenIdConnectSessionId() - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
-
Returns the open ID connect session ID of this open ID connect session.
- getOpenIdConnectSessionId() - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
-
Returns the open ID connect session ID of this open ID connect session.
- getOpenIdConnectSessions(int, int) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalService
-
Returns a range of all the open ID connect sessions.
- getOpenIdConnectSessions(int, int) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
-
Returns a range of all the open ID connect sessions.
- getOpenIdConnectSessions(int, int) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
-
Returns a range of all the open ID connect sessions.
- getOpenIdConnectSessionsCount() - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalService
-
Returns the number of open ID connect sessions.
- getOpenIdConnectSessionsCount() - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
-
Returns the number of open ID connect sessions.
- getOpenIdConnectSessionsCount() - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
-
Returns the number of open ID connect sessions.
- getOSGiServiceIdentifier() - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalService
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
-
Returns the OSGi service identifier.
- getPersistedModel(Serializable) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalService
- getPersistedModel(Serializable) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
- getPersistedModel(Serializable) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
- getPersistence() - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
- getPrimaryKey() - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
-
Returns the primary key of this open ID connect session.
- getPrimaryKey() - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
-
Returns the primary key of this open ID connect session.
- getRefreshToken() - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
-
Returns the refresh token of this open ID connect session.
- getRefreshToken() - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
-
Returns the refresh token of this open ID connect session.
- getService() - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
- getUserId() - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
-
Returns the user ID of this open ID connect session.
- getUserId() - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
-
Returns the user ID of this open ID connect session.
- getUserUuid() - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
-
Returns the user uuid of this open ID connect session.
- getUserUuid() - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
-
Returns the user uuid of this open ID connect session.
- getWrappedService() - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
I
- idToken - Variable in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionTable
- INSTANCE - Static variable in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionTable
M
- modifiedDate - Variable in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionTable
- mvccVersion - Variable in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionTable
N
- NoSuchSessionException - Exception in com.liferay.portal.security.sso.openid.connect.persistence.exception
- NoSuchSessionException() - Constructor for exception com.liferay.portal.security.sso.openid.connect.persistence.exception.NoSuchSessionException
- NoSuchSessionException(String) - Constructor for exception com.liferay.portal.security.sso.openid.connect.persistence.exception.NoSuchSessionException
- NoSuchSessionException(String, Throwable) - Constructor for exception com.liferay.portal.security.sso.openid.connect.persistence.exception.NoSuchSessionException
- NoSuchSessionException(Throwable) - Constructor for exception com.liferay.portal.security.sso.openid.connect.persistence.exception.NoSuchSessionException
O
- OPEN_ID_CONNECT_SESSION_ID_ACCESSOR - Static variable in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSession
- OpenIdConnectSession - Interface in com.liferay.portal.security.sso.openid.connect.persistence.model
-
The extended model interface for the OpenIdConnectSession service.
- openIdConnectSessionId - Variable in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionTable
- OpenIdConnectSessionLocalService - Interface in com.liferay.portal.security.sso.openid.connect.persistence.service
-
Provides the local service interface for OpenIdConnectSession.
- OpenIdConnectSessionLocalServiceUtil - Class in com.liferay.portal.security.sso.openid.connect.persistence.service
-
Provides the local service utility for OpenIdConnectSession.
- OpenIdConnectSessionLocalServiceUtil() - Constructor for class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
- OpenIdConnectSessionLocalServiceWrapper - Class in com.liferay.portal.security.sso.openid.connect.persistence.service
-
Provides a wrapper for
OpenIdConnectSessionLocalService
. - OpenIdConnectSessionLocalServiceWrapper() - Constructor for class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
- OpenIdConnectSessionLocalServiceWrapper(OpenIdConnectSessionLocalService) - Constructor for class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
- OpenIdConnectSessionModel - Interface in com.liferay.portal.security.sso.openid.connect.persistence.model
-
The base model interface for the OpenIdConnectSession service.
- OpenIdConnectSessionPersistence - Interface in com.liferay.portal.security.sso.openid.connect.persistence.service.persistence
-
The persistence interface for the open ID connect session service.
- OpenIdConnectSessionTable - Class in com.liferay.portal.security.sso.openid.connect.persistence.model
-
The table class for the "OpenIdConnectSession" database table.
- OpenIdConnectSessionUtil - Class in com.liferay.portal.security.sso.openid.connect.persistence.service.persistence
-
The persistence utility for the open ID connect session service.
- OpenIdConnectSessionUtil() - Constructor for class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
- OpenIdConnectSessionWrapper - Class in com.liferay.portal.security.sso.openid.connect.persistence.model
-
This class is a wrapper for
OpenIdConnectSession
. - OpenIdConnectSessionWrapper(OpenIdConnectSession) - Constructor for class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
P
- persist() - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
R
- refreshToken - Variable in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionTable
- remove(long) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Removes the open ID connect session with the primary key from the database.
- remove(long) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Removes the open ID connect session with the primary key from the database.
- removeAll() - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Removes all the open ID connect sessions from the database.
- removeAll() - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Removes all the open ID connect sessions from the database.
- removeByC_A_C(long, String, String) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Removes all the open ID connect sessions where companyId = ? and authServerWellKnownURI = ? and clientId = ? from the database.
- removeByC_A_C(long, String, String) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Removes all the open ID connect sessions where companyId = ? and authServerWellKnownURI = ? and clientId = ? from the database.
- removeByLtAccessTokenExpirationDate(Date) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Removes all the open ID connect sessions where accessTokenExpirationDate < ? from the database.
- removeByLtAccessTokenExpirationDate(Date) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Removes all the open ID connect sessions where accessTokenExpirationDate < ? from the database.
- removeByU_A_C(long, String, String) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Removes the open ID connect session where userId = ? and authServerWellKnownURI = ? and clientId = ? from the database.
- removeByU_A_C(long, String, String) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Removes the open ID connect session where userId = ? and authServerWellKnownURI = ? and clientId = ? from the database.
- removeByUserId(long) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
-
Removes all the open ID connect sessions where userId = ? from the database.
- removeByUserId(long) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
-
Removes all the open ID connect sessions where userId = ? from the database.
S
- setAccessToken(String) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
-
Sets the access token of this open ID connect session.
- setAccessToken(String) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
-
Sets the access token of this open ID connect session.
- setAccessTokenExpirationDate(Date) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
-
Sets the access token expiration date of this open ID connect session.
- setAccessTokenExpirationDate(Date) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
-
Sets the access token expiration date of this open ID connect session.
- setAuthServerWellKnownURI(String) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
-
Sets the auth server well known uri of this open ID connect session.
- setAuthServerWellKnownURI(String) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
-
Sets the auth server well known uri of this open ID connect session.
- setClientId(String) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
-
Sets the client ID of this open ID connect session.
- setClientId(String) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
-
Sets the client ID of this open ID connect session.
- setCompanyId(long) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
-
Sets the company ID of this open ID connect session.
- setCompanyId(long) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
-
Sets the company ID of this open ID connect session.
- setIdToken(String) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
-
Sets the id token of this open ID connect session.
- setIdToken(String) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
-
Sets the id token of this open ID connect session.
- setModelAttributes(Map<String, Object>) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
- setModifiedDate(Date) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
-
Sets the modified date of this open ID connect session.
- setModifiedDate(Date) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
-
Sets the modified date of this open ID connect session.
- setMvccVersion(long) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
-
Sets the mvcc version of this open ID connect session.
- setMvccVersion(long) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
-
Sets the mvcc version of this open ID connect session.
- setOpenIdConnectSessionId(long) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
-
Sets the open ID connect session ID of this open ID connect session.
- setOpenIdConnectSessionId(long) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
-
Sets the open ID connect session ID of this open ID connect session.
- setPersistence(OpenIdConnectSessionPersistence) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
- setPrimaryKey(long) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
-
Sets the primary key of this open ID connect session.
- setPrimaryKey(long) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
-
Sets the primary key of this open ID connect session.
- setRefreshToken(String) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
-
Sets the refresh token of this open ID connect session.
- setRefreshToken(String) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
-
Sets the refresh token of this open ID connect session.
- setUserId(long) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
-
Sets the user ID of this open ID connect session.
- setUserId(long) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
-
Sets the user ID of this open ID connect session.
- setUserUuid(String) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
-
Sets the user uuid of this open ID connect session.
- setUserUuid(String) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
-
Sets the user uuid of this open ID connect session.
- setWrappedService(OpenIdConnectSessionLocalService) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
T
- toXmlString() - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
- toXmlString() - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
U
- update(OpenIdConnectSession) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
- update(OpenIdConnectSession, ServiceContext) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
- updateImpl(OpenIdConnectSession) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionPersistence
- updateImpl(OpenIdConnectSession) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.persistence.OpenIdConnectSessionUtil
- updateOpenIdConnectSession(OpenIdConnectSession) - Method in interface com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalService
-
Updates the open ID connect session in the database or adds it if it does not yet exist.
- updateOpenIdConnectSession(OpenIdConnectSession) - Static method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceUtil
-
Updates the open ID connect session in the database or adds it if it does not yet exist.
- updateOpenIdConnectSession(OpenIdConnectSession) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.service.OpenIdConnectSessionLocalServiceWrapper
-
Updates the open ID connect session in the database or adds it if it does not yet exist.
- userId - Variable in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionTable
W
- wrap(OpenIdConnectSession) - Method in class com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
All Classes and Interfaces|All Packages|Serialized Form