Uses of Class
de.hybris.platform.jalo.security.JaloSecurityException
-
-
Uses of JaloSecurityException in com.sap.hybris.returnsexchange.inbound.events
Methods in com.sap.hybris.returnsexchange.inbound.events that throw JaloSecurityException Modifier and Type Method Description voidDataHubReturnOrderCreationTranslatorTest. setUp()voidDataHubReturnOrderCreationTranslatorTest. testPerformConfirmImportIgnore()voidDataHubReturnOrderCreationTranslatorTest. testPerformConfirmImportNull() -
Uses of JaloSecurityException in com.sap.hybris.sapcustomerb2b.inbound
Methods in com.sap.hybris.sapcustomerb2b.inbound that throw JaloSecurityException Modifier and Type Method Description voidB2BUnitAddressDeletionNotificationTranslatorTest. testTransformationAddressUsageCounterEmptyExpression()voidB2BUnitAddressDeletionNotificationTranslatorTest. testTransformationAddressUsageEmptyExpression()voidB2BUnitAddressDeletionNotificationTranslatorTest. testTransformationB2BUnitEmptyExpression()voidB2BUnitAddressDeletionNotificationTranslatorTest. testTransformationCustomerEmptyExpression()voidB2BUnitAddressDeletionNotificationTranslatorTest. testTransformationExpression() -
Uses of JaloSecurityException in de.hybris.platform.acceleratorservices.dataimport.batch.converter
Methods in de.hybris.platform.acceleratorservices.dataimport.batch.converter that throw JaloSecurityException Modifier and Type Method Description voidSequenceIdTranslatorTest. testSequenceEmpty()voidSequenceIdTranslatorTest. testSequenceEqual()voidSequenceIdTranslatorTest. testSequenceGreater()voidSequenceIdTranslatorTest. testSequenceSmaller() -
Uses of JaloSecurityException in de.hybris.platform.catalog
Methods in de.hybris.platform.catalog that throw JaloSecurityException Modifier and Type Method Description voidCatalogServiceTest. testGetPathForTestCatalog() -
Uses of JaloSecurityException in de.hybris.platform.catalog.jalo
Methods in de.hybris.platform.catalog.jalo that throw JaloSecurityException Modifier and Type Method Description voidCatalogTest. testCatalog() -
Uses of JaloSecurityException in de.hybris.platform.chineseprofileservices.security.impl
Methods in de.hybris.platform.chineseprofileservices.security.impl that throw JaloSecurityException Modifier and Type Method Description voidChineseUserDetailsServiceTest. test_Load_Exists_User()voidChineseUserDetailsServiceTest. test_Load_Exists_User_Mobile() -
Uses of JaloSecurityException in de.hybris.platform.core
Methods in de.hybris.platform.core that throw JaloSecurityException Modifier and Type Method Description voidTenantRestartTest. testAfterStartupMessageSendAfterRestart()voidTenantRestartTest. testFetchAccurateHybrisDataSourceAfterTenantRestart()voidTenantRestartTest. testJaloSessionObsoleteAfterTenantRestart()voidTenantRestartTest. testTheSameInvalidationListenersAfterRestart() -
Uses of JaloSecurityException in de.hybris.platform.cronjob.jalo
Methods in de.hybris.platform.cronjob.jalo that throw JaloSecurityException Modifier and Type Method Description static booleanRemoveItemsJob. deleteItem(Item item)Deprecated.Removes an Item.voidCronJobTest. testSessionContextAttributeFiltering() -
Uses of JaloSecurityException in de.hybris.platform.dynamicattributes
Methods in de.hybris.platform.dynamicattributes that throw JaloSecurityException Modifier and Type Method Description voidDynamicAttributesTest. shouldReturnDynamicAttributeInListOfAllAttrubutesForTypeUsingItem() -
Uses of JaloSecurityException in de.hybris.platform.impex.jalo
Methods in de.hybris.platform.impex.jalo that throw JaloSecurityException Modifier and Type Method Description voidImpExImportTest. testImportingPrivateAttributes()Tests if the import of private attributes is possible.voidImpExImportTest. testModificatedTimeByInsertUpdate() -
Uses of JaloSecurityException in de.hybris.platform.jalo
Methods in de.hybris.platform.jalo that throw JaloSecurityException Modifier and Type Method Description JaloSessionJaloConnection. createAnonymousCustomerSession()Creates a session to the hybris platform system using a anonymous account.JaloSessionJaloConnection. createAnonymousCustomerSession(java.lang.Class sessionClass)Creates a session to the hybris platform system using a anonymous account.JaloSessionJaloConnection. createAnonymousCustomerSession(java.util.Map initialAttributes)JaloSessionJaloConnection. createSession(User user)Creates a new session using a already known user.JaloSessionJaloConnection. createSession(java.lang.String user, java.lang.String pwd)creates a session with the given username/pwdJaloSessionJaloConnection. createSession(java.util.Map loginProperties)Creates a session with the given login information.JaloSessionJaloConnection. createSession(java.util.Map loginProperties, java.lang.Class sessionClass)Creates a session with the given login information.JaloSessionJaloConnection. createSession(java.util.Map loginProperties, java.lang.Class sessionClass, java.util.Map initialAttributes)Creates a session with the given login information.java.lang.ObjectJaloOnlyItem. doGetAttribute(SessionContext ctx, java.lang.String attrQualifier)Should get the value of the given attribute if noAttributeAccesshas been registered for it.voidJaloOnlyItem. doSetAttribute(SessionContext ctx, java.lang.String attrQualifier, java.lang.Object value)Should set the value of the given attribute if noAttributeAccesshas been registered for it.protected UserJaloSession. findSessionUser(ComposedType userType, java.lang.String login)java.util.MapItem. getAllAttributes()Reads all (readable) attribute values of this item using the current session context.java.util.MapItem. getAllAttributes(SessionContext ctx)Reads all (readable) attribute values of this item using a specific session context.java.util.MapItem. getAllAttributes(SessionContext ctx, Item.AttributeFilter filter)Reads all attribute values of this item which pass a given attribute filter.java.util.MapItem. getAllAttributes(SessionContext ctx, java.util.Set<java.lang.String> qualfiers)Reads all values of specified attributes for this item.protected java.util.Map<java.lang.String,java.lang.Object>Item. getAllAttributesInternal(SessionContext ctx, java.util.Set<java.lang.String> qualfiers)java.lang.ObjectItem. getAttribute(SessionContext ctx, java.lang.String qualifier)Returns the attribute value for a single item attribute with a specified session context.java.lang.ObjectItem. getAttribute(java.lang.String qualifier)Returns the attribute value for a single item attribute using the current session context.protected voidJaloSession. initSessionContext(java.util.Map props)protected UserJaloSession. initUser(java.util.Map props, boolean isDefaultAnonymousSession)protected UserJaloSession. performLogin(LoginToken token, java.util.Map loginProperties)performs login for a given login token and additionally params.protected UserJaloSession. performLogin(java.lang.String login, java.lang.String password, java.util.Map loginProperties)performs login for a given login, password and additionally params.voidSessionContextMapTest. prepareSessions()voidItem. setAllAttributes(SessionContext ctx, java.util.Map values)Sets multiple attributes at once using a specific session context.voidItem. setAllAttributes(java.util.Map values)Sets multiple attributes at once using the default session context.protected voidItem. setAllAttributesInternal(SessionContext ctx, java.util.Map values)voidItem. setAttribute(SessionContext ctx, java.lang.String qualifier, java.lang.Object value)Sets the value of the attribute specified by the attribute qualifier.voidItem. setAttribute(java.lang.String qualifier, java.lang.Object value)Sets the value of the attribute specified by the attribute qualifier.voidItem.ItemImpl. setPermissionMap(java.util.List<UserRight> userRights, java.util.Map<Principal,java.util.List<java.lang.Boolean>> permissionMap)voidItem. setPermissionsByMap(java.util.List userRights, java.util.Map permissionMap)Changes permission settings for a given list of user rights.voidJaloSession. transfer(java.lang.String user, java.lang.String pwd)changes the session user including the full login process.voidJaloSession. transfer(java.util.Map props)changes the session user including the full login process.voidJaloSession. transfer(java.util.Map props, boolean activateUserLanguageAndCurrency)changes the session user including the full login process. -
Uses of JaloSecurityException in de.hybris.platform.jalo.link
Methods in de.hybris.platform.jalo.link that throw JaloSecurityException Modifier and Type Method Description voidLink. setAttribute(SessionContext ctx, java.lang.String qualifier, java.lang.Object value)Overwritten to acceptpk instancesas value for source and target attribute too (perf). -
Uses of JaloSecurityException in de.hybris.platform.jalo.order
Methods in de.hybris.platform.jalo.order that throw JaloSecurityException Modifier and Type Method Description protected java.lang.ObjectAbstractOrder. getAttributeValue(Item item, java.lang.String qualifer) -
Uses of JaloSecurityException in de.hybris.platform.jalo.order.payment
Methods in de.hybris.platform.jalo.order.payment that throw JaloSecurityException Modifier and Type Method Description protected voidPaymentInfo. setAllAttributesInternal(SessionContext ctx, java.util.Map values) -
Uses of JaloSecurityException in de.hybris.platform.jalo.security
Methods in de.hybris.platform.jalo.security that throw JaloSecurityException Modifier and Type Method Description voidAccessManager. addGlobalNegativePermission(Principal caller, Principal principal, UserRight permission)Deprecated.since ages - please usePrincipal.addGlobalNegativePermission(UserRight)insteadvoidAccessManager. addGlobalPermissions(Principal caller, java.util.Collection permissions)Assigns a list of global rightsvoidAccessManager. addGlobalPositivePermission(Principal caller, Principal principal, UserRight permission)Deprecated.since ages - please usePrincipal.addGlobalPositivePermission(UserRight)insteadvoidAccessManager. addNegativePermissionOn(Item item, Principal caller, Principal principal, UserRight permission)Negatively assigns a right for a user to a item (prohibition).voidAccessManager. addPositivePermissionOn(Item item, Principal caller, Principal principal, UserRight permission)Positively assigns a right for a user to a item.voidAccessManager. removeGlobalPermission(Principal caller, Principal principal, UserRight permission)Deprecated.since ages - please usePrincipal.clearGlobalPermission(UserRight)insteadvoidAccessManager. removePermissionOn(Item item, Principal caller, Principal principal, UserRight permission)Removes the local assignment of a userright for a user on a specific item. -
Uses of JaloSecurityException in de.hybris.platform.jalo.type
Methods in de.hybris.platform.jalo.type that throw JaloSecurityException Modifier and Type Method Description voidSearchRestrictionTest. finish()java.lang.ObjectAttributeAccess. getValue(SessionContext ctx, Item item)Retrieves the attribute data from a given item.java.lang.ObjectConstantAttributeAccess. getValue(SessionContext ctx, Item item)java.lang.ObjectLocalizableFeatureAccess. getValue(SessionContext ctx, Item item)java.lang.ObjectOneToManyRelationAttributeAccess. getValue(SessionContext ctx, Item item)java.lang.ObjectPropertyAccess. getValue(SessionContext ctx, Item item)java.lang.ObjectReflectionAttributeAccess. getValue(SessionContext ctx, Item item)java.lang.ObjectRelationAttributeAccess. getValue(SessionContext ctx, Item item)voidAbstractNonChangeableAttributeAccess. setValue(SessionContext ctx, Item item, java.lang.Object value)voidAttributeAccess. setValue(SessionContext ctx, Item item, java.lang.Object value)Stores the attribute data for a given item.voidLocalizableFeatureAccess. setValue(SessionContext ctx, Item item, java.lang.Object value)voidOneToManyRelationAttributeAccess. setValue(SessionContext ctx, Item item, java.lang.Object value)voidPropertyAccess. setValue(SessionContext ctx, Item item, java.lang.Object value)voidReflectionAttributeAccess. setValue(SessionContext ctx, Item item, java.lang.Object value)voidRelationAttributeAccess. setValue(SessionContext ctx, Item item, java.lang.Object value) -
Uses of JaloSecurityException in de.hybris.platform.jmx
Methods in de.hybris.platform.jmx that throw JaloSecurityException Modifier and Type Method Description voidHybrisJmxIntegrationTest. finish()we close all session in our test so default finish fails -
Uses of JaloSecurityException in de.hybris.platform.ldap.jalo
Methods in de.hybris.platform.ldap.jalo that throw JaloSecurityException Modifier and Type Method Description voidBasePlatformLDAPTest. finish() -
Uses of JaloSecurityException in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence that throw JaloSecurityException Modifier and Type Method Description voidItemEJBImpl. setPermissionMap(java.util.List<UserRight> userRights, java.util.Map<Principal,java.util.List<java.lang.Boolean>> permissionMap)voidInitialAttributePersistenceTest. testLanguageStillNotFixed()Language type is NOT INITIAL aware.voidInitialAttributePersistenceTest. testUnitStillNotFixed()Unit type is NOT INITIAL aware.voidInitialAttributePersistenceTest. testUserFixed()User type is INITIAL aware. -
Uses of JaloSecurityException in de.hybris.platform.productcockpit.components.contentbrowser
Methods in de.hybris.platform.productcockpit.components.contentbrowser that throw JaloSecurityException Modifier and Type Method Description voidCategoryTreeContentBrowser.MacFinderTreeNodeRenderer. render(org.zkoss.zul.Listitem item, java.lang.Object data) -
Uses of JaloSecurityException in de.hybris.platform.productcockpit.model.macfinder.node
Methods in de.hybris.platform.productcockpit.model.macfinder.node that throw JaloSecurityException Modifier and Type Method Description java.lang.StringMacFinderTreeNode. getDisplayedLabel()booleanCategoryNode. isNameAttributeExist()booleanMacFinderTreeNode. isNameAttributeExist()booleanMacFinderTreeNodeAbstract. isNameAttributeExist() -
Uses of JaloSecurityException in de.hybris.platform.promotions.jalo
Methods in de.hybris.platform.promotions.jalo that throw JaloSecurityException Modifier and Type Method Description java.lang.ObjectCachedPromotionNullAction. doGetAttribute(SessionContext ctx, java.lang.String attrQualifier)Custom attribute access as part ofJaloOnlyItemcontract.java.lang.ObjectCachedPromotionOrderAddFreeGiftAction. doGetAttribute(SessionContext ctx, java.lang.String attrQualifier)Custom attribute access as part ofJaloOnlyItemcontract.java.lang.ObjectCachedPromotionOrderAdjustTotalAction. doGetAttribute(SessionContext ctx, java.lang.String attrQualifier)Custom attribute access as part ofJaloOnlyItemcontract.java.lang.ObjectCachedPromotionOrderChangeDeliveryModeAction. doGetAttribute(SessionContext ctx, java.lang.String attrQualifier)Custom attribute access as part ofJaloOnlyItemcontract.java.lang.ObjectCachedPromotionOrderEntryAdjustAction. doGetAttribute(SessionContext ctx, java.lang.String attrQualifier)Custom attribute access as part ofJaloOnlyItemcontract.java.lang.ObjectCachedPromotionOrderEntryConsumed. doGetAttribute(SessionContext ctx, java.lang.String attrQualifier)Custom attribute access as part ofJaloOnlyItemcontract.java.lang.ObjectCachedPromotionResult. doGetAttribute(SessionContext ctx, java.lang.String attrQualifier)Custom attribute access as part ofJaloOnlyItemcontract. -
Uses of JaloSecurityException in de.hybris.platform.promotions.jalo.order
Methods in de.hybris.platform.promotions.jalo.order that throw JaloSecurityException Modifier and Type Method Description java.lang.ObjectPromotionCart. getAttribute(SessionContext ctx, java.lang.String qualifier) -
Uses of JaloSecurityException in de.hybris.platform.sap.orderexchange.inbound.events
Methods in de.hybris.platform.sap.orderexchange.inbound.events that throw JaloSecurityException Modifier and Type Method Description voidDataHubOrderCancelTranslatorTest. setUp()voidDataHubOrderCreationTranslatorTest. setUp()voidDataHubOrderCancelTranslatorTest. testPerformCancellation()voidDataHubOrderCreationTranslatorTest. testPerformConfirmImportIgnore()voidDataHubOrderCreationTranslatorTest. testPerformConfirmImportNull()voidDataHubDeliveryTranslatorTest. testPerformDeliveryNegativeNullCheck()voidDataHubDeliveryTranslatorTest. testPerformDeliveryPositiveCheck()voidDataHubGoodsIssueTranslatorTest. testPerformGoodsIssueNegativeNullCheck()voidDataHubGoodsIssueTranslatorTest. testPerformGoodsIssuePositiveGIwithWarehouseCheck()voidDataHubGoodsIssueTranslatorTest. testPerformGoodsIssuePositiveGIwithWarehouseNullCheck() -
Uses of JaloSecurityException in de.hybris.platform.sap.productconfig.facades.integrationtests
Methods in de.hybris.platform.sap.productconfig.facades.integrationtests that throw JaloSecurityException Modifier and Type Method Description voidLifecycleStrategiesIntegrationTestBase. testReleaseConfigurationsOnSessionExpire() -
Uses of JaloSecurityException in de.hybris.platform.servicelayer.internal.jalo.order
Methods in de.hybris.platform.servicelayer.internal.jalo.order that throw JaloSecurityException Modifier and Type Method Description java.lang.ObjectInMemoryCart. doGetAttribute(SessionContext ctx, java.lang.String attrQualifier)Custom attribute access as part ofJaloOnlyItemcontract.java.lang.ObjectInMemoryCartEntry. doGetAttribute(SessionContext ctx, java.lang.String attrQualifier)Custom attribute access as part ofJaloOnlyItemcontract.java.lang.ObjectJaloOnlyItemHelper. doGetAttribute(SessionContext ctx, java.lang.String attrQualifier)Implements in-memory attributes backed by aMap.voidInMemoryCart. doSetAttribute(SessionContext ctx, java.lang.String attrQualifier, java.lang.Object value)Custom attribute access as part ofJaloOnlyItemcontract.voidInMemoryCartEntry. doSetAttribute(SessionContext ctx, java.lang.String attrQualifier, java.lang.Object value)Custom attribute access as part ofJaloOnlyItemcontract.voidJaloOnlyItemHelper. doSetAttribute(SessionContext ctx, java.lang.String attrQualifier, java.lang.Object value)Implements in-memory attributes backed by aMap. -
Uses of JaloSecurityException in de.hybris.platform.servicelayer.internal.model.impl
Methods in de.hybris.platform.servicelayer.internal.model.impl that throw JaloSecurityException Modifier and Type Method Description voidDefaultModelServiceIntegrationTest. testSaveAll()voidDefaultModelServiceIntegrationTest. testSaveAllInTx() -
Uses of JaloSecurityException in de.hybris.platform.servicelayer.model
Methods in de.hybris.platform.servicelayer.model that throw JaloSecurityException Modifier and Type Method Description voidJaloInitDefaultValuesModelTest. testJaloDefaultsExists()This should already be tested somewhere in the jalo layer, but nevertheless we test this here againvoidItemModelTest. testNotSerializableWhenNewChangedOrRemoved()voidItemModelTest. testSerializableStrategies() -
Uses of JaloSecurityException in de.hybris.platform.servicelayer.security.auth.impl
Methods in de.hybris.platform.servicelayer.security.auth.impl that throw JaloSecurityException Modifier and Type Method Description voidDefaultAuthenticationServiceTest. testLoginLogout() -
Uses of JaloSecurityException in de.hybris.platform.servicelayer.session
Methods in de.hybris.platform.servicelayer.session that throw JaloSecurityException Modifier and Type Method Description protected longSessionPerformanceTest. createAnonymousSessions(int cycles)voidSessionPerformanceTest. testAnonymousCreationPerformance() -
Uses of JaloSecurityException in de.hybris.platform.servicelayer.type
Methods in de.hybris.platform.servicelayer.type that throw JaloSecurityException Modifier and Type Method Description voidRuntimeTypeServicelayerTest. testChangeComposTypeAtRuntime()voidRuntimeTypeServicelayerTest. testChangeComposWithPropsTypeAtRuntime() -
Uses of JaloSecurityException in de.hybris.platform.servicelayer.web
Methods in de.hybris.platform.servicelayer.web that throw JaloSecurityException Modifier and Type Method Description voidSessionCloseStrategyTest. setUp() -
Uses of JaloSecurityException in de.hybris.platform.test
Methods in de.hybris.platform.test that throw JaloSecurityException Modifier and Type Method Description voidSessionTest. testCartPreservation()voidSessionTest. testCleanExpiredSessionWithDeletedUser()voidEnumerationTest. testCodeLowerCaseAttribute()voidUserTest. testCreateAnonymousCustomerSession()voidSessionTest. testCustomSessionClass()voidComposedTypeTest. testDefaulValues()voidSessionTest. testDirectTransfer()voidFlexibleSearchTest. testPLA_8330()voidItemTest. testSetCreationTime()voidComposedTypeTest. testSingleton()voidSecurityTest. testTypedRights() -
Uses of JaloSecurityException in de.hybris.platform.testframework
Methods in de.hybris.platform.testframework that throw JaloSecurityException Modifier and Type Method Description voidHybrisJUnit4Test. finish()Delegates to de.hybris.platform.testframework.HybrisTestLogic#finish()voidHybrisTestLogic. finish() -
Uses of JaloSecurityException in de.hybris.platform.util
Methods in de.hybris.platform.util that throw JaloSecurityException Modifier and Type Method Description protected voidBidirectionalOneToManyHandler. setForeignKeyValue(SessionContext ctx, Item key, T toLink)protected voidOneToManyHandler. setForeignKeyValue(SessionContext ctx, Item key, T toLink)sets a foreign key propertyOneToManyHandler.foreignKeyAttrfor source item Tprotected voidOneToManyHandler. setPosAttributeValue(SessionContext ctx, T toLink, int index)sets a _pos attribute (OneToManyHandler.orderNumberAttr) related forOneToManyHandler.foreignKeyAttrfor source item T -
Uses of JaloSecurityException in de.hybris.platform.util.database
Methods in de.hybris.platform.util.database that throw JaloSecurityException Modifier and Type Method Description voidTableNameDatabaseMetaDataCallbackTest. finish() -
Uses of JaloSecurityException in de.hybris.platform.variants.jalo
Methods in de.hybris.platform.variants.jalo that throw JaloSecurityException Modifier and Type Method Description java.util.Map<java.lang.String,java.util.Collection>VariantsManager. getAssignedVariantAttributes(Product baseProduct)Deprecated.since ages - please use {see de.hybris.platform.product.VariantsService.getAssignedVariantAttributes()} instead -
Uses of JaloSecurityException in de.hybris.platform.workflow.jalo
Methods in de.hybris.platform.workflow.jalo that throw JaloSecurityException Modifier and Type Method Description voidWorkflowDecision. chosen()Deprecated.This method gets called when a user chooses this decision.
-