Uses of Class
org.cxml.Credential
-
-
Uses of Credential in de.hybris.platform.b2b.punchout.actions
Methods in de.hybris.platform.b2b.punchout.actions that return types with arguments of type Credential Modifier and Type Method Description protected java.util.List<Credential>PunchOutOrderMessageHeaderProcessingAction. convertOrganizationsToCredentials(java.util.List<Organization> organizations)this method will convert an Organization into a cmxl credential ignoring the shared secret.Method parameters in de.hybris.platform.b2b.punchout.actions with type arguments of type Credential Modifier and Type Method Description protected booleanAuthenticationVerifier. authenticateSender(java.util.List<Credential> credentials)Matches the given credentials against the configured ones in the system. -
Uses of Credential in de.hybris.platform.b2b.punchout.populators.impl
Methods in de.hybris.platform.b2b.punchout.populators.impl with parameters of type Credential Modifier and Type Method Description protected java.lang.StringDefaultPunchOutSessionPopulator. getSharedSecret(Credential credential)Method parameters in de.hybris.platform.b2b.punchout.populators.impl with type arguments of type Credential Modifier and Type Method Description protected java.util.List<Organization>DefaultPunchOutSessionPopulator. convertCredentialsToOrganizations(java.util.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 Credential Modifier and Type Method Description B2BCustomerModelPunchOutCredentialService. 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.B2BCustomerModelPunchOutCredentialService. 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 Credential Modifier and Type Method Description protected java.lang.StringDefaultPunchOutCredentialService. extractIdentity(Credential credential)protected java.lang.StringDefaultPunchOutCredentialService. extractSharedSecret(Credential credential)B2BCustomerModelDefaultPunchOutCredentialService. getCustomerForCredential(Credential credential)protected B2BCustomerModelDefaultPunchOutCredentialService. getCustomerForCredential(Credential credential, boolean verifySharedSecret)B2BCustomerModelDefaultPunchOutCredentialService. getCustomerForCredentialNoAuth(Credential credential) -
Uses of Credential in org.cxml
Fields in org.cxml with type parameters of type Credential Modifier and Type Field Description protected java.util.List<Credential>AuthRequest. credentialprotected java.util.List<Credential>AuthResponse. credentialprotected java.util.List<Credential>From. credentialprotected java.util.List<Credential>Node. credentialprotected java.util.List<Credential>Organization. credentialprotected java.util.List<Credential>OrganizationID. credentialprotected java.util.List<Credential>Sender. credentialprotected java.util.List<Credential>To. credentialMethods in org.cxml that return Credential Modifier and Type Method Description CredentialObjectFactory. createCredential()Create an instance ofCredentialMethods in org.cxml that return types with arguments of type Credential Modifier and Type Method Description java.util.List<Credential>AuthRequest. getCredential()Gets the value of the credential property.java.util.List<Credential>AuthResponse. getCredential()Gets the value of the credential property.java.util.List<Credential>From. getCredential()Gets the value of the credential property.java.util.List<Credential>Node. getCredential()Gets the value of the credential property.java.util.List<Credential>Organization. getCredential()Gets the value of the credential property.java.util.List<Credential>OrganizationID. getCredential()Gets the value of the credential property.java.util.List<Credential>Sender. getCredential()Gets the value of the credential property.java.util.List<Credential>To. getCredential()Gets the value of the credential property.
-