Uses of Class
org.sourceid.util.log.AttributeMap
Packages that use AttributeMap
Package
Description
Top level package for the PingFederate SDK.
Provides the ability to create a custom Access Grant storage mechanism.
A plugin interface, with associated classes, for creating custom CAPTCHA/Risk providers.
A plugin interface, with associated classes, for orchestrating out-of-band
authentication/authorization.
A plugin interface for validating usernames and passwords.
Request contexts related to Identity Store Provisioner group operations.
Response contexts related to Identity Store Provisioner group operations.
Request contexts related to Identity Store Provisioner user operations.
Response contexts related to Identity Store Provisioner user operations.
A plugin interface, with associated classes, for creating custom secret managers.
Class representation for single and multi-value attribute values.
Service Provider (SP) role specific interfaces and classes for authentication adapters.
-
Uses of AttributeMap in com.pingidentity.sdk
Methods in com.pingidentity.sdk with parameters of type AttributeMapModifier and TypeMethodDescriptionvoidTransactionAwareAuthenticationAdapter.onTransactionComplete(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Map<String, Object> authnIdentifiersMap, AttributeMap policyResultMap) Deprecated.default voidTransactionAwareAuthenticationAdapter.onTransactionComplete(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Map<String, Object> authnIdentifiersMap, AttributeMap policyResultMap, Map<String, Object> parameters) Called at the end of the SSO transaction, and only if the SSO transaction completes successfully. -
Uses of AttributeMap in com.pingidentity.sdk.accessgrant
Methods in com.pingidentity.sdk.accessgrant that return AttributeMapModifier and TypeMethodDescriptionAccessGrantAttributesHolder.getAuthnContextAttrs()Get the authentication context attributes.AccessGrantAttributesHolder.getExtendedGrantAttrs()Get the extended grant attributes.Constructors in com.pingidentity.sdk.accessgrant with parameters of type AttributeMapModifierConstructorDescriptionAccessGrantAttributesHolder(AttributeMap extendedGrantAttrs, AttributeMap authnContextAttrs) The AccessGrantAttributesHolder constructor. -
Uses of AttributeMap in com.pingidentity.sdk.captchaprovider
Methods in com.pingidentity.sdk.captchaprovider that return AttributeMapModifier and TypeMethodDescriptionCaptchaResult.getResponseAttributes()The response attributes provide more information about the CAPTCHA process back to PingFederate which can then be used downstream in the flow.Methods in com.pingidentity.sdk.captchaprovider with parameters of type AttributeMapModifier and TypeMethodDescriptionstatic CaptchaResultCaptchaResult.createInvalidResult(AttributeMap responseAttributes) Creates a newCaptchaResultinstance to represent a invalid CAPTCHA result.static CaptchaResultCaptchaResult.createValidResult(AttributeMap responseAttributes) Creates a newCaptchaResultinstance to represent a valid CAPTCHA result. -
Uses of AttributeMap in com.pingidentity.sdk.clientauth
Methods in com.pingidentity.sdk.clientauth that return AttributeMapMethods in com.pingidentity.sdk.clientauth with parameters of type AttributeMapModifier and TypeMethodDescriptionClientSideAuthenticator.AuthenticateResult.Builder.attributeMap(AttributeMap attributeMap) -
Uses of AttributeMap in com.pingidentity.sdk.oobauth
Methods in com.pingidentity.sdk.oobauth that return AttributeMapModifier and TypeMethodDescriptionOOBAuthRequestContext.getUserAttributes()Gets the attributes that identify the user (and potentially other context about the user) from whom out-of-band authentication/authorization is being requested.Methods in com.pingidentity.sdk.oobauth with parameters of type AttributeMapModifier and TypeMethodDescriptionvoidOOBAuthRequestContext.setUserAttributes(AttributeMap userAttributes) Sets the attributes. -
Uses of AttributeMap in com.pingidentity.sdk.password
Methods in com.pingidentity.sdk.password that return AttributeMapModifier and TypeMethodDescriptionRetrieves a map of attributes from the user in the data store.AttributeRetrievablePasswordCredential.getUserAttributes(String username) This method is called to retrieve attributes by username alone from a password credential validatorPasswordCredentialValidator.PasswordCredentialValidator.processPasswordCredential(String username, String password) Validates the given username and password in the manner appropriate to the plugin implementation.Methods in com.pingidentity.sdk.password that return types with arguments of type AttributeMapModifier and TypeMethodDescriptionRecoverableUsername.findUsersByMail(String mail) Retrieves a List of AttributeMaps from the user(s) in the data store by the provided email search filter.Methods in com.pingidentity.sdk.password with parameters of type AttributeMapModifier and TypeMethodDescriptionResettablePasswordCredential.getAccountEnabledStatus(AttributeMap attributeMap) Check to see if an account is enabled or not. -
Uses of AttributeMap in com.pingidentity.sdk.provision.groups.request
Methods in com.pingidentity.sdk.provision.groups.request that return AttributeMapModifier and TypeMethodDescriptionCreateGroupRequestContext.getGroupAttributes()Get group attributes.UpdateGroupRequestContext.getGroupAttributes()Get group attributes.default AttributeMapReadGroupsRequestContext.getSCIMTargetToSourceAttributeMapping()Gets the map of SCIM attribute to source attributes. -
Uses of AttributeMap in com.pingidentity.sdk.provision.groups.response
Methods in com.pingidentity.sdk.provision.groups.response that return AttributeMapModifier and TypeMethodDescriptionGroupResponseContext.getGroupAttributes()Get the group attributes generated for an Identity Store Provisioner operation.GroupResponseContextImpl.getGroupAttributes()Methods in com.pingidentity.sdk.provision.groups.response that return types with arguments of type AttributeMapModifier and TypeMethodDescriptionGroupsResponseContext.getGroupAttributes()Get the list of group attributes generated for an Identity Store Provisioner operation.GroupsResponseContextImpl.getGroupAttributes()Constructors in com.pingidentity.sdk.provision.groups.response with parameters of type AttributeMapModifierConstructorDescriptionGroupResponseContextImpl(AttributeMap attributes) Construct a UserResponseContextImpl with a map of user attributes.Constructor parameters in com.pingidentity.sdk.provision.groups.response with type arguments of type AttributeMapModifierConstructorDescriptionGroupsResponseContextImpl(List<AttributeMap> attributes) Construct a GroupsResponseContextImpl with a list of maps of user attributes. -
Uses of AttributeMap in com.pingidentity.sdk.provision.users.request
Methods in com.pingidentity.sdk.provision.users.request that return AttributeMapModifier and TypeMethodDescriptiondefault AttributeMapReadUsersRequestContext.getSCIMTargetToSourceAttributeMapping()Gets the map of SCIM attribute to source attributes.CreateUserRequestContext.getUserAttributes()Get user attributes.UpdateUserRequestContext.getUserAttributes()Get user attributes. -
Uses of AttributeMap in com.pingidentity.sdk.provision.users.response
Methods in com.pingidentity.sdk.provision.users.response that return AttributeMapModifier and TypeMethodDescriptionUserResponseContext.getUserAttributes()Get the user attributes generated for an Identity Store Provisioner operation.UserResponseContextImpl.getUserAttributes()Methods in com.pingidentity.sdk.provision.users.response that return types with arguments of type AttributeMapModifier and TypeMethodDescriptionUsersResponseContext.getUserAttributes()Get the list of user attributes generated for an Identity Store Provisioner operation.UsersResponseContextImpl.getUserAttributes()Constructors in com.pingidentity.sdk.provision.users.response with parameters of type AttributeMapModifierConstructorDescriptionUserResponseContextImpl(AttributeMap attributes) Construct a UserResponseContextImpl with a map of user attributes.Constructor parameters in com.pingidentity.sdk.provision.users.response with type arguments of type AttributeMapModifierConstructorDescriptionUsersResponseContextImpl(List<AttributeMap> attributes) Construct a UserResponseContextImpl with a map of user attributes. -
Uses of AttributeMap in com.pingidentity.sdk.secretmanager
Methods in com.pingidentity.sdk.secretmanager that return AttributeMapModifier and TypeMethodDescriptionSecretInfo.getAttributes()Gets the attributes retrieved from the given Secret Manager.Constructors in com.pingidentity.sdk.secretmanager with parameters of type AttributeMapModifierConstructorDescriptionSecretInfo(String secret, AttributeMap attributes) The constructor for the SecretInfo class. -
Uses of AttributeMap in org.sourceid.saml20.adapter.attribute
Methods in org.sourceid.saml20.adapter.attribute that return AttributeMapModifier and TypeMethodDescriptionstatic AttributeMapConverts the specified map to anAttributeMapby callingAttrValueSupport.make(Object)on each map value.static AttributeMapConverts the specified map to anAttributeMapby callingAttrValueSupport.make(Object, boolean)on each map value.static AttributeMapAttrValueSupport.convert(Map<String, Object> srcMap, boolean maskAll, Set<String> maskedKeySet, boolean maskOgnlValues) static AttributeMapAttrValueSupport.convert(Map<String, Object> srcMap, Set<String> maskedKeySet, boolean maskOgnlValues) Converts the specified map to anAttributeMapby callingAttrValueSupport.make(Object, boolean)on each map value.static AttributeMapAttrValueSupport.setMasked(AttributeMap srcMap, Set<String> maskedKeySet, boolean maskOgnlValues) Returns a newAttributeMapwith each of itsAttributeValueupdated with the appropriate mask setting.Methods in org.sourceid.saml20.adapter.attribute with parameters of type AttributeMapModifier and TypeMethodDescriptionstatic AttributeMapAttrValueSupport.setMasked(AttributeMap srcMap, Set<String> maskedKeySet, boolean maskOgnlValues) Returns a newAttributeMapwith each of itsAttributeValueupdated with the appropriate mask setting. -
Uses of AttributeMap in org.sourceid.saml20.adapter.sp.authn
Constructors in org.sourceid.saml20.adapter.sp.authn with parameters of type AttributeMapModifierConstructorDescriptionSsoContext(AttributeMap subjectAttributes, AssertionType ssoAssertion, List<AssertionType> otherValidAssertions, String idpPartnerEntityId, String targetResourceUrl) Create a new SsoContext.SsoContext(AttributeMap subjectAttributes, AssertionType ssoAssertion, List<AssertionType> otherValidAssertions, String idpPartnerEntityId, String targetResourceUrl, String authnCtx, Date authnInstant) Create a new SsoContext.
TransactionAwareAuthenticationAdapter.onTransactionComplete(HttpServletRequest, HttpServletResponse, Map, AttributeMap, Map)