Uses of Class
com.randomcoder.saml.SamlAttributeSpec

Packages that use SamlAttributeSpec
com.randomcoder.saml SAML processing classes. 
com.randomcoder.security.cardspace CardSpace authentication classes. 
 

Uses of SamlAttributeSpec in com.randomcoder.saml
 

Methods in com.randomcoder.saml that return SamlAttributeSpec
 SamlAttributeSpec SamlAttribute.getAttributeSpec()
          Gets the attribute specification (namespace / local part) of this attribute.
 

Uses of SamlAttributeSpec in com.randomcoder.security.cardspace
 

Fields in com.randomcoder.security.cardspace declared as SamlAttributeSpec
static SamlAttributeSpec CardSpaceAttributes.CITY
          City or Locality
static SamlAttributeSpec CardSpaceAttributes.COUNTRY
          Country
static SamlAttributeSpec CardSpaceAttributes.DATE_OF_BIRTH
          Date of Birth
static SamlAttributeSpec CardSpaceAttributes.EMAIL_ADDRESS
          Email Address
static SamlAttributeSpec CardSpaceAttributes.FIRST_NAME
          First Name
static SamlAttributeSpec CardSpaceAttributes.GENDER
          Gender
static SamlAttributeSpec CardSpaceAttributes.HOME_PHONE
          Home Phone
static SamlAttributeSpec CardSpaceAttributes.LAST_NAME
          Last Name
static SamlAttributeSpec CardSpaceAttributes.MOBILE_PHONE
          Mobile Phone
static SamlAttributeSpec CardSpaceAttributes.OTHER_PHONE
          Other Phone
static SamlAttributeSpec CardSpaceAttributes.PRIVATE_PERSONAL_IDENTIFIER
          Private Personal Identifier
static SamlAttributeSpec CardSpaceAttributes.STATE
          State or Province
static SamlAttributeSpec CardSpaceAttributes.STREET
          Street Address
static SamlAttributeSpec CardSpaceAttributes.WEB_PAGE
          Web page
static SamlAttributeSpec CardSpaceAttributes.ZIP
          Postal Code
 

Methods in com.randomcoder.security.cardspace that return types with arguments of type SamlAttributeSpec
 Map<SamlAttributeSpec,String> CardSpaceCredentials.getClaims()
          Gets the claims associated with these credentials.
 



Copyright © 2006-2010 Craig Condit. All Rights Reserved.