Uses of Class
org.sourceid.util.log.AttributeMap
-
Packages that use AttributeMap Package Description com.pingidentity.sdk Top level package for the PingFederate SDK.com.pingidentity.sdk.accessgrant Provides the ability to create a custom Access Grant storage mechanism.com.pingidentity.sdk.captchaprovider A plugin interface, with associated classes, for creating custom CAPTCHA/Risk providers.com.pingidentity.sdk.oobauth A plugin interface, with associated classes, for orchestrating out-of-band authentication/authorization.com.pingidentity.sdk.password A plugin interface for validating usernames and passwords.com.pingidentity.sdk.provision.groups.request Request contexts related to Identity Store Provisioner group operations.com.pingidentity.sdk.provision.groups.response Response contexts related to Identity Store Provisioner group operations.com.pingidentity.sdk.provision.users.request Request contexts related to Identity Store Provisioner user operations.com.pingidentity.sdk.provision.users.response Response contexts related to Identity Store Provisioner user operations.com.pingidentity.sdk.secretmanager A plugin interface, with associated classes, for creating custom secret managers.org.sourceid.saml20.adapter.attribute Class representation for single and multi-value attribute values.org.sourceid.saml20.adapter.sp.authn 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 AttributeMap Modifier and Type Method Description voidTransactionAwareAuthenticationAdapter. 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 AttributeMap Modifier and Type Method Description AttributeMapAccessGrantAttributesHolder. getAuthnContextAttrs()Get the authentication context attributes.AttributeMapAccessGrantAttributesHolder. getExtendedGrantAttrs()Get the extended grant attributes.Constructors in com.pingidentity.sdk.accessgrant with parameters of type AttributeMap Constructor Description AccessGrantAttributesHolder(AttributeMap extendedGrantAttrs, AttributeMap authnContextAttrs)The AccessGrantAttributesHolder constructor. -
Uses of AttributeMap in com.pingidentity.sdk.captchaprovider
Methods in com.pingidentity.sdk.captchaprovider that return AttributeMap Modifier and Type Method Description AttributeMapCaptchaResult. 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 AttributeMap Modifier and Type Method Description static 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.oobauth
Methods in com.pingidentity.sdk.oobauth that return AttributeMap Modifier and Type Method Description AttributeMapOOBAuthRequestContext. 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 AttributeMap Modifier and Type Method Description voidOOBAuthRequestContext. setUserAttributes(AttributeMap userAttributes)Sets the attributes. -
Uses of AttributeMap in com.pingidentity.sdk.password
Methods in com.pingidentity.sdk.password that return AttributeMap Modifier and Type Method Description AttributeMapResettablePasswordCredential. findUser(String username)Retrieves a map of attributes from the user in the data store.AttributeMapAttributeRetrievablePasswordCredential. getUserAttributes(String username)This method is called to retrieve attributes by username alone from a password credential validatorPasswordCredentialValidator.AttributeMapPasswordCredentialValidator. 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 AttributeMap Modifier and Type Method Description List<AttributeMap>RecoverableUsername. 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 AttributeMap Modifier and Type Method Description default ResettablePasswordCredential.AccountEnabledStatusResettablePasswordCredential. 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 AttributeMap Modifier and Type Method Description AttributeMapCreateGroupRequestContext. getGroupAttributes()Get group attributes.AttributeMapUpdateGroupRequestContext. 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 AttributeMap Modifier and Type Method Description AttributeMapGroupResponseContext. getGroupAttributes()Get the group attributes generated for an Identity Store Provisioner operation.AttributeMapGroupResponseContextImpl. getGroupAttributes()Methods in com.pingidentity.sdk.provision.groups.response that return types with arguments of type AttributeMap Modifier and Type Method Description List<AttributeMap>GroupsResponseContext. getGroupAttributes()Get the list of group attributes generated for an Identity Store Provisioner operation.List<AttributeMap>GroupsResponseContextImpl. getGroupAttributes()Constructors in com.pingidentity.sdk.provision.groups.response with parameters of type AttributeMap Constructor Description GroupResponseContextImpl(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 AttributeMap Constructor Description GroupsResponseContextImpl(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 AttributeMap Modifier and Type Method Description default AttributeMapReadUsersRequestContext. getSCIMTargetToSourceAttributeMapping()Gets the map of SCIM attribute to source attributes.AttributeMapCreateUserRequestContext. getUserAttributes()Get user attributes.AttributeMapUpdateUserRequestContext. getUserAttributes()Get user attributes. -
Uses of AttributeMap in com.pingidentity.sdk.provision.users.response
Methods in com.pingidentity.sdk.provision.users.response that return AttributeMap Modifier and Type Method Description AttributeMapUserResponseContext. getUserAttributes()Get the user attributes generated for an Identity Store Provisioner operation.AttributeMapUserResponseContextImpl. getUserAttributes()Methods in com.pingidentity.sdk.provision.users.response that return types with arguments of type AttributeMap Modifier and Type Method Description List<AttributeMap>UsersResponseContext. getUserAttributes()Get the list of user attributes generated for an Identity Store Provisioner operation.List<AttributeMap>UsersResponseContextImpl. getUserAttributes()Constructors in com.pingidentity.sdk.provision.users.response with parameters of type AttributeMap Constructor Description UserResponseContextImpl(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 AttributeMap Constructor Description UsersResponseContextImpl(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 AttributeMap Modifier and Type Method Description AttributeMapSecretInfo. getAttributes()Gets the attributes retrieved from the given Secret Manager.Constructors in com.pingidentity.sdk.secretmanager with parameters of type AttributeMap Constructor Description SecretInfo(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 AttributeMap Modifier and Type Method Description static AttributeMapAttrValueSupport. convert(Map<String,Object> srcMap, boolean maskAll)Converts the specified map to anAttributeMapby callingAttrValueSupport.make(Object)on each map value.static AttributeMapAttrValueSupport. convert(Map<String,Object> srcMap, boolean maskAll, boolean trim)Converts 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 AttributeMap Modifier and Type Method Description static 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 AttributeMap Constructor Description SsoContext(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.
-