Uses of Class
org.sourceid.saml20.adapter.attribute.AttributeValue

Packages that use AttributeValue
org.sourceid.saml20.adapter.attribute   
org.sourceid.saml20.adapter.sp.authn Service Provider (SP) role specific interfaces and classes for authentication adapters. 
 

Uses of AttributeValue in org.sourceid.saml20.adapter.attribute
 

Methods in org.sourceid.saml20.adapter.attribute that return AttributeValue
static AttributeValue AttrValueSupport.make(java.util.Collection<java.lang.Object> objs)
           
static AttributeValue AttrValueSupport.make(java.lang.Object obj)
           
 

Methods in org.sourceid.saml20.adapter.attribute with parameters of type AttributeValue
static void AttrValueSupport.setMasked(AttributeValue attributeValue)
           
 

Method parameters in org.sourceid.saml20.adapter.attribute with type arguments of type AttributeValue
static void AttrValueSupport.checkSetMasked(java.util.Map<java.lang.String,AttributeValue> attrMap, java.util.Set<java.lang.String> maskedKeySet)
           
 

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
 java.util.Map<java.lang.String,AttributeValue> SsoContext.getSubjectAttrs()
          Gets the attributes resulting from the PingFederate server's subject and attribute mapping process.
 



Copyright 2007 Ping Identity Corp. All rights reserved.