Uses of Class
org.sourceid.saml20.adapter.attribute.AttributeValue
-
Packages that use AttributeValue Package Description com.pingidentity.sdk.authorizationdetails Provides the ability to create an authorization detail processor to process custom authorization detail types.com.pingidentity.sdk.oauth20 A plugin interface, with associated classes, for issuing and validating access tokens.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.org.sourceid.util.log org.sourceid.wstrust.plugin.generate Interfaces and classes for token generators.org.sourceid.wstrust.plugin.process Interfaces, classes, and exceptions for token processors. -
-
Uses of AttributeValue in com.pingidentity.sdk.authorizationdetails
Methods in com.pingidentity.sdk.authorizationdetails that return AttributeValue Modifier and Type Method Description AttributeValueAuthorizationDetails. toAttributeValue()Get the Attribute Value based on the Authorization Details JSON Array. -
Uses of AttributeValue in com.pingidentity.sdk.oauth20
Methods in com.pingidentity.sdk.oauth20 that return types with arguments of type AttributeValue Modifier and Type Method Description Map<String,AttributeValue>AccessToken. getAttributes()Get the attributes of this access token.Method parameters in com.pingidentity.sdk.oauth20 with type arguments of type AttributeValue Modifier and Type Method Description default IssuedAccessTokenBearerAccessTokenManagementPlugin. issueAccessToken(Map<String,AttributeValue> attributes, Scope scope, String clientId, String accessGrantGuid)Issues anIssuedAccessTokenbased on the specified parameters.default IssuedAccessTokenBearerAccessTokenManagementPlugin. issueAccessToken(Map<String,AttributeValue> attributes, Scope scope, String clientId, String accessGrantGuid, int tokenManagerSequenceNumber)Issues anIssuedAccessTokenbased on the specified parameters.default IssuedAccessTokenBearerAccessTokenManagementPlugin. issueAccessToken(Map<String,AttributeValue> attributes, Scope scope, String clientId, String accessGrantGuid, int tokenManagerSequenceNumber, AuthorizationDetails authorizationDetails)Issues anIssuedAccessTokenbased on the specified parameters.Constructor parameters in com.pingidentity.sdk.oauth20 with type arguments of type AttributeValue Constructor Description AccessToken(long expiresAt, Map<String,AttributeValue> attributes, String scopeString, String clientId, String accessGrantGuid)Constructor for the AccessToken.AccessToken(long expiresAt, Map<String,AttributeValue> attributes, String scopeString, String clientId, String accessGrantGuid, AuthorizationDetails authorizationDetails)Constructor for the AccessToken. -
Uses of AttributeValue in org.sourceid.saml20.adapter.attribute
Methods in org.sourceid.saml20.adapter.attribute that return AttributeValue Modifier and Type Method Description static AttributeValueAttrValueSupport. make(Object obj)Creates anAttributeValuefrom the String representation of the specified object.static AttributeValueAttrValueSupport. make(Object obj, boolean trim)Creates anAttributeValuefrom the String representation of the specified object.static AttributeValueAttrValueSupport. make(Collection<?> objs)Creates anAttributeValuefrom the Collection of objects.static AttributeValueAttrValueSupport. make(Collection<?> objs, boolean trimValues)Creates anAttributeValuefrom the Collection of objects.Methods in org.sourceid.saml20.adapter.attribute with parameters of type AttributeValue Modifier and Type Method Description static voidAttrValueSupport. setMasked(AttributeValue attributeValue)Helper method to set the specified attribute value's masked flag to true.Method parameters in org.sourceid.saml20.adapter.attribute with type arguments of type AttributeValue Modifier and Type Method Description static voidAttrValueSupport. checkSetMasked(Map<String,AttributeValue> attrMap, Set<String> maskedKeySet)Updates the specifiedAttributeMapby updating each masked flag depending on the maskedKeySet.Constructors in org.sourceid.saml20.adapter.attribute with parameters of type AttributeValue Constructor Description AttributeValue(AttributeValue copyFrom) -
Uses of AttributeValue in org.sourceid.saml20.adapter.sp.authn
Methods in org.sourceid.saml20.adapter.sp.authn that return types with arguments of type AttributeValue Modifier and Type Method Description Map<String,AttributeValue>SsoContext. getSubjectAttrs()Gets the attributes resulting from the PingFederate server's subject and attribute mapping process. -
Uses of AttributeValue in org.sourceid.util.log
Methods in org.sourceid.util.log that return AttributeValue Modifier and Type Method Description AttributeValueAttributeMap. put(String key, AttributeValue value)Adds theAttributeValueto this map.Methods in org.sourceid.util.log with parameters of type AttributeValue Modifier and Type Method Description AttributeValueAttributeMap. put(String key, AttributeValue value)Adds theAttributeValueto this map.voidAttributeMap. putIfNotPresent(String key, AttributeValue value)Puts the key/value entry if the key doesn't already exist in this map.Method parameters in org.sourceid.util.log with type arguments of type AttributeValue Modifier and Type Method Description voidAttributeMap. putAll(Map<? extends String,? extends AttributeValue> m)Copies all of the mappings from the specified map to this map.static StringAttributeMap. toString(Map<String,AttributeValue> map)Static method to stringify the specified map.Constructor parameters in org.sourceid.util.log with type arguments of type AttributeValue Constructor Description AttributeMap(Map<String,AttributeValue> attributes)Create an AttributeMap based on the specified map -
Uses of AttributeValue in org.sourceid.wstrust.plugin.generate
Methods in org.sourceid.wstrust.plugin.generate that return types with arguments of type AttributeValue Modifier and Type Method Description Map<String,AttributeValue>TokenContext. getSubjectAttributes()Retrieve the map of attributes that uniquely identify the context of a token.Method parameters in org.sourceid.wstrust.plugin.generate with type arguments of type AttributeValue Modifier and Type Method Description voidTokenContext. setSubjectAttributes(Map<String,AttributeValue> subjectAttributes)Set the map of attributes that uniquely identify the context of a token. -
Uses of AttributeValue in org.sourceid.wstrust.plugin.process
Methods in org.sourceid.wstrust.plugin.process that return types with arguments of type AttributeValue Modifier and Type Method Description Map<String,AttributeValue>TokenContext. getSubjectAttributes()Retrieve the map of attributes that uniquely identify the context of a token.Method parameters in org.sourceid.wstrust.plugin.process with type arguments of type AttributeValue Modifier and Type Method Description voidTokenContext. setSubjectAttributes(Map<String,AttributeValue> subjectAttributes)Set the map of attributes that uniquely identify the context of a token.
-