PicketLink Federation Core 2.1.6.Final-redhat-2

Uses of Class
org.picketlink.identity.federation.saml.v2.metadata.ContactType

Packages that use ContactType
org.picketlink.identity.federation.core.saml.v2.writers   
org.picketlink.identity.federation.saml.v2.metadata   
 

Uses of ContactType in org.picketlink.identity.federation.core.saml.v2.writers
 

Methods in org.picketlink.identity.federation.core.saml.v2.writers with parameters of type ContactType
 void SAMLMetadataWriter.write(ContactType contact)
           
 

Uses of ContactType in org.picketlink.identity.federation.saml.v2.metadata
 

Fields in org.picketlink.identity.federation.saml.v2.metadata with type parameters of type ContactType
protected  List<ContactType> EntityDescriptorType.contactPerson
           
protected  List<ContactType> RoleDescriptorType.contactPerson
           
 

Methods in org.picketlink.identity.federation.saml.v2.metadata that return types with arguments of type ContactType
 List<ContactType> EntityDescriptorType.getContactPerson()
          Gets the value of the contactPerson property.
 List<ContactType> RoleDescriptorType.getContactPerson()
          Gets the value of the contactPerson property.
 

Methods in org.picketlink.identity.federation.saml.v2.metadata with parameters of type ContactType
 void EntityDescriptorType.addContactPerson(ContactType ct)
          Add a ContactType contact person
 void RoleDescriptorType.addContactPerson(ContactType contact)
          Add contact
 void EntityDescriptorType.removeContactPerson(ContactType ct)
           
 void RoleDescriptorType.removeContactPerson(ContactType contact)
          remove contact
 


PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.