public class SamlSpIdpConnectionLocalServiceWrapper extends java.lang.Object implements SamlSpIdpConnectionLocalService, com.liferay.portal.kernel.service.ServiceWrapper<SamlSpIdpConnectionLocalService>
SamlSpIdpConnectionLocalService.SamlSpIdpConnectionLocalService| Constructor and Description |
|---|
SamlSpIdpConnectionLocalServiceWrapper(SamlSpIdpConnectionLocalService samlSpIdpConnectionLocalService) |
| Modifier and Type | Method and Description |
|---|---|
SamlSpIdpConnection |
addSamlSpIdpConnection(SamlSpIdpConnection samlSpIdpConnection)
Adds the saml sp idp connection to the database.
|
SamlSpIdpConnection |
addSamlSpIdpConnection(java.lang.String samlIdpEntityId,
boolean assertionSignatureRequired,
long clockSkew,
boolean enabled,
boolean forceAuthn,
boolean ldapImportEnabled,
java.lang.String metadataUrl,
java.io.InputStream metadataXmlInputStream,
java.lang.String name,
java.lang.String nameIdFormat,
boolean signAuthnRequest,
boolean unknownUsersAreStrangers,
java.lang.String userAttributeMappings,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
SamlSpIdpConnection |
addSamlSpIdpConnection(java.lang.String samlIdpEntityId,
boolean assertionSignatureRequired,
long clockSkew,
boolean enabled,
boolean forceAuthn,
boolean ldapImportEnabled,
java.lang.String metadataUrl,
java.io.InputStream metadataXmlInputStream,
java.lang.String name,
java.lang.String nameIdFormat,
boolean signAuthnRequest,
java.lang.String userAttributeMappings,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x), replaced by
addSamlSpIdpConnection(String, boolean, long, boolean,
boolean, boolean, String, InputStream, String, String,
boolean, boolean, String, ServiceContext) |
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
SamlSpIdpConnection |
createSamlSpIdpConnection(long samlSpIdpConnectionId)
Creates a new saml sp idp connection with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
SamlSpIdpConnection |
deleteSamlSpIdpConnection(long samlSpIdpConnectionId)
Deletes the saml sp idp connection with the primary key from the database.
|
SamlSpIdpConnection |
deleteSamlSpIdpConnection(SamlSpIdpConnection samlSpIdpConnection)
Deletes the saml sp idp connection from the database.
|
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
SamlSpIdpConnection |
fetchSamlSpIdpConnection(long samlSpIdpConnectionId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
SamlSpIdpConnection |
getSamlSpIdpConnection(long samlSpIdpConnectionId)
Returns the saml sp idp connection with the primary key.
|
SamlSpIdpConnection |
getSamlSpIdpConnection(long companyId,
java.lang.String samlIdpEntityId) |
java.util.List<SamlSpIdpConnection> |
getSamlSpIdpConnections(int start,
int end)
Returns a range of all the saml sp idp connections.
|
java.util.List<SamlSpIdpConnection> |
getSamlSpIdpConnections(long companyId) |
java.util.List<SamlSpIdpConnection> |
getSamlSpIdpConnections(long companyId,
int start,
int end) |
java.util.List<SamlSpIdpConnection> |
getSamlSpIdpConnections(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SamlSpIdpConnection> orderByComparator) |
int |
getSamlSpIdpConnectionsCount()
Returns the number of saml sp idp connections.
|
int |
getSamlSpIdpConnectionsCount(long companyId) |
SamlSpIdpConnectionLocalService |
getWrappedService() |
void |
setWrappedService(SamlSpIdpConnectionLocalService samlSpIdpConnectionLocalService) |
void |
updateMetadata(long samlSpIdpConnectionId) |
SamlSpIdpConnection |
updateSamlSpIdpConnection(long samlSpIdpConnectionId,
java.lang.String samlIdpEntityId,
boolean assertionSignatureRequired,
long clockSkew,
boolean enabled,
boolean forceAuthn,
boolean ldapImportEnabled,
java.lang.String metadataUrl,
java.io.InputStream metadataXmlInputStream,
java.lang.String name,
java.lang.String nameIdFormat,
boolean signAuthnRequest,
boolean unknownUsersAreStrangers,
java.lang.String userAttributeMappings,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
SamlSpIdpConnection |
updateSamlSpIdpConnection(long samlSpIdpConnectionId,
java.lang.String samlIdpEntityId,
boolean assertionSignatureRequired,
long clockSkew,
boolean enabled,
boolean forceAuthn,
boolean ldapImportEnabled,
java.lang.String metadataUrl,
java.io.InputStream metadataXmlInputStream,
java.lang.String name,
java.lang.String nameIdFormat,
boolean signAuthnRequest,
java.lang.String userAttributeMappings,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Deprecated.
|
SamlSpIdpConnection |
updateSamlSpIdpConnection(SamlSpIdpConnection samlSpIdpConnection)
Updates the saml sp idp connection in the database or adds it if it does not yet exist.
|
public SamlSpIdpConnectionLocalServiceWrapper(SamlSpIdpConnectionLocalService samlSpIdpConnectionLocalService)
public SamlSpIdpConnection addSamlSpIdpConnection(SamlSpIdpConnection samlSpIdpConnection)
Important: Inspect SamlSpIdpConnectionLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
addSamlSpIdpConnection in interface SamlSpIdpConnectionLocalServicesamlSpIdpConnection - the saml sp idp connectionpublic SamlSpIdpConnection addSamlSpIdpConnection(java.lang.String samlIdpEntityId, boolean assertionSignatureRequired, long clockSkew, boolean enabled, boolean forceAuthn, boolean ldapImportEnabled, java.lang.String metadataUrl, java.io.InputStream metadataXmlInputStream, java.lang.String name, java.lang.String nameIdFormat, boolean signAuthnRequest, boolean unknownUsersAreStrangers, java.lang.String userAttributeMappings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addSamlSpIdpConnection in interface SamlSpIdpConnectionLocalServicecom.liferay.portal.kernel.exception.PortalException@Deprecated public SamlSpIdpConnection addSamlSpIdpConnection(java.lang.String samlIdpEntityId, boolean assertionSignatureRequired, long clockSkew, boolean enabled, boolean forceAuthn, boolean ldapImportEnabled, java.lang.String metadataUrl, java.io.InputStream metadataXmlInputStream, java.lang.String name, java.lang.String nameIdFormat, boolean signAuthnRequest, java.lang.String userAttributeMappings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addSamlSpIdpConnection(String, boolean, long, boolean,
boolean, boolean, String, InputStream, String, String,
boolean, boolean, String, ServiceContext)addSamlSpIdpConnection in interface SamlSpIdpConnectionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecreatePersistedModel in interface SamlSpIdpConnectionLocalServicePortalExceptionpublic SamlSpIdpConnection createSamlSpIdpConnection(long samlSpIdpConnectionId)
createSamlSpIdpConnection in interface SamlSpIdpConnectionLocalServicesamlSpIdpConnectionId - the primary key for the new saml sp idp connectionpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicedeletePersistedModel in interface SamlSpIdpConnectionLocalServicePortalExceptionpublic SamlSpIdpConnection deleteSamlSpIdpConnection(long samlSpIdpConnectionId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect SamlSpIdpConnectionLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteSamlSpIdpConnection in interface SamlSpIdpConnectionLocalServicesamlSpIdpConnectionId - the primary key of the saml sp idp connectionPortalException - if a saml sp idp connection with the primary key could not be foundpublic SamlSpIdpConnection deleteSamlSpIdpConnection(SamlSpIdpConnection samlSpIdpConnection)
Important: Inspect SamlSpIdpConnectionLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteSamlSpIdpConnection in interface SamlSpIdpConnectionLocalServicesamlSpIdpConnection - the saml sp idp connectionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface SamlSpIdpConnectionLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface SamlSpIdpConnectionLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface SamlSpIdpConnectionLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface SamlSpIdpConnectionLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.saml.persistence.model.impl.SamlSpIdpConnectionModelImpl.
dynamicQuery in interface SamlSpIdpConnectionLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.saml.persistence.model.impl.SamlSpIdpConnectionModelImpl.
dynamicQuery in interface SamlSpIdpConnectionLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface SamlSpIdpConnectionLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface SamlSpIdpConnectionLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic SamlSpIdpConnection fetchSamlSpIdpConnection(long samlSpIdpConnectionId)
fetchSamlSpIdpConnection in interface SamlSpIdpConnectionLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface SamlSpIdpConnectionLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface SamlSpIdpConnectionLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface SamlSpIdpConnectionLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicegetPersistedModel in interface SamlSpIdpConnectionLocalServicePortalExceptionpublic SamlSpIdpConnection getSamlSpIdpConnection(long samlSpIdpConnectionId) throws com.liferay.portal.kernel.exception.PortalException
getSamlSpIdpConnection in interface SamlSpIdpConnectionLocalServicesamlSpIdpConnectionId - the primary key of the saml sp idp connectionPortalException - if a saml sp idp connection with the primary key could not be foundpublic SamlSpIdpConnection getSamlSpIdpConnection(long companyId, java.lang.String samlIdpEntityId) throws com.liferay.portal.kernel.exception.PortalException
getSamlSpIdpConnection in interface SamlSpIdpConnectionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<SamlSpIdpConnection> getSamlSpIdpConnections(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.saml.persistence.model.impl.SamlSpIdpConnectionModelImpl.
getSamlSpIdpConnections in interface SamlSpIdpConnectionLocalServicestart - the lower bound of the range of saml sp idp connectionsend - the upper bound of the range of saml sp idp connections (not inclusive)public java.util.List<SamlSpIdpConnection> getSamlSpIdpConnections(long companyId)
getSamlSpIdpConnections in interface SamlSpIdpConnectionLocalServicepublic java.util.List<SamlSpIdpConnection> getSamlSpIdpConnections(long companyId, int start, int end)
getSamlSpIdpConnections in interface SamlSpIdpConnectionLocalServicepublic java.util.List<SamlSpIdpConnection> getSamlSpIdpConnections(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlSpIdpConnection> orderByComparator)
getSamlSpIdpConnections in interface SamlSpIdpConnectionLocalServicepublic int getSamlSpIdpConnectionsCount()
getSamlSpIdpConnectionsCount in interface SamlSpIdpConnectionLocalServicepublic int getSamlSpIdpConnectionsCount(long companyId)
getSamlSpIdpConnectionsCount in interface SamlSpIdpConnectionLocalServicepublic void updateMetadata(long samlSpIdpConnectionId)
throws com.liferay.portal.kernel.exception.PortalException
updateMetadata in interface SamlSpIdpConnectionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic SamlSpIdpConnection updateSamlSpIdpConnection(long samlSpIdpConnectionId, java.lang.String samlIdpEntityId, boolean assertionSignatureRequired, long clockSkew, boolean enabled, boolean forceAuthn, boolean ldapImportEnabled, java.lang.String metadataUrl, java.io.InputStream metadataXmlInputStream, java.lang.String name, java.lang.String nameIdFormat, boolean signAuthnRequest, boolean unknownUsersAreStrangers, java.lang.String userAttributeMappings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateSamlSpIdpConnection in interface SamlSpIdpConnectionLocalServicecom.liferay.portal.kernel.exception.PortalException@Deprecated public SamlSpIdpConnection updateSamlSpIdpConnection(long samlSpIdpConnectionId, java.lang.String samlIdpEntityId, boolean assertionSignatureRequired, long clockSkew, boolean enabled, boolean forceAuthn, boolean ldapImportEnabled, java.lang.String metadataUrl, java.io.InputStream metadataXmlInputStream, java.lang.String name, java.lang.String nameIdFormat, boolean signAuthnRequest, java.lang.String userAttributeMappings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateSamlSpIdpConnection(long, String, boolean, long,
boolean, boolean, boolean, String, InputStream, String,
String, boolean, boolean, String, ServiceContext)updateSamlSpIdpConnection in interface SamlSpIdpConnectionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic SamlSpIdpConnection updateSamlSpIdpConnection(SamlSpIdpConnection samlSpIdpConnection)
Important: Inspect SamlSpIdpConnectionLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
updateSamlSpIdpConnection in interface SamlSpIdpConnectionLocalServicesamlSpIdpConnection - the saml sp idp connectionpublic com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic SamlSpIdpConnectionLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<SamlSpIdpConnectionLocalService>public void setWrappedService(SamlSpIdpConnectionLocalService samlSpIdpConnectionLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<SamlSpIdpConnectionLocalService>