Uses of Class
org.cxml.Credential
Packages that use Credential
Package
Description
-
Uses of Credential in de.hybris.platform.b2b.punchout.actions.inbound
Method parameters in de.hybris.platform.b2b.punchout.actions.inbound with type arguments of type CredentialModifier and TypeMethodDescriptionprotected booleanDefaultPunchOutAuthenticationVerifier.authenticate(List<Credential> credentials, boolean verifySharedSecret) Matches the given credentials against the configured ones in the system.protected booleanDefaultPunchOutAuthenticationVerifier.authenticateSender(List<Credential> credentials) Matches the given credentials against the configured ones in the system. -
Uses of Credential in de.hybris.platform.b2b.punchout.actions.outbound
Methods in de.hybris.platform.b2b.punchout.actions.outbound that return types with arguments of type CredentialModifier and TypeMethodDescriptionprotected List<Credential>DefaultPunchOutHeaderGenerator.convertOrganizationsToCredentials(List<Organization> organizations) this method will convert an Organization into a cmxl credential ignoring the shared secret. -
Uses of Credential in de.hybris.platform.b2b.punchout.populators.impl
Methods in de.hybris.platform.b2b.punchout.populators.impl with parameters of type CredentialModifier and TypeMethodDescriptionprotected StringDefaultPunchOutSessionPopulator.getSharedSecret(Credential credential) Method parameters in de.hybris.platform.b2b.punchout.populators.impl with type arguments of type CredentialModifier and TypeMethodDescriptionprotected List<Organization>DefaultPunchOutSessionPopulator.convertCredentialsToOrganizations(List<Credential> credentials) -
Uses of Credential in de.hybris.platform.b2b.punchout.services
Methods in de.hybris.platform.b2b.punchout.services with parameters of type CredentialModifier and TypeMethodDescriptionPunchOutCredentialService.getCustomerForCredential(Credential credential) Get the first validB2BCustomerModelthat is mapped for one of the pair domain and identity contained in the credential and validate the shared secret.PunchOutCredentialService.getCustomerForCredentialNoAuth(Credential credential) Get the first validB2BCustomerModelthat is mapped for one of the pair domain and identity contained in the credential without validating the shared secret. -
Uses of Credential in de.hybris.platform.b2b.punchout.services.impl
Methods in de.hybris.platform.b2b.punchout.services.impl with parameters of type CredentialModifier and TypeMethodDescriptionprotected StringDefaultPunchOutCredentialService.extractIdentity(Credential credential) protected StringDefaultPunchOutCredentialService.extractSharedSecret(Credential credential) DefaultPunchOutCredentialService.getCustomerForCredential(Credential credential) protected B2BCustomerModelDefaultPunchOutCredentialService.getCustomerForCredential(Credential credential, boolean verifySharedSecret) DefaultPunchOutCredentialService.getCustomerForCredentialNoAuth(Credential credential) -
Uses of Credential in org.cxml
Fields in org.cxml with type parameters of type CredentialModifier and TypeFieldDescriptionprotected List<Credential>AuthRequest.credentialprotected List<Credential>AuthResponse.credentialprotected List<Credential>From.credentialprotected List<Credential>Node.credentialprotected List<Credential>Organization.credentialprotected List<Credential>OrganizationID.credentialprotected List<Credential>Sender.credentialprotected List<Credential>To.credentialMethods in org.cxml that return CredentialModifier and TypeMethodDescriptionObjectFactory.createCredential()Create an instance ofCredentialMethods in org.cxml that return types with arguments of type CredentialModifier and TypeMethodDescriptionAuthRequest.getCredential()Gets the value of the credential property.AuthResponse.getCredential()Gets the value of the credential property.From.getCredential()Gets the value of the credential property.Node.getCredential()Gets the value of the credential property.Organization.getCredential()Gets the value of the credential property.OrganizationID.getCredential()Gets the value of the credential property.Sender.getCredential()Gets the value of the credential property.To.getCredential()Gets the value of the credential property.