PicketLink Federation Core 2.1.6.Final-redhat-2

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

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

Uses of LocalizedNameType in org.picketlink.identity.federation.core.saml.v1.writers
 

Methods in org.picketlink.identity.federation.core.saml.v1.writers with parameters of type LocalizedNameType
 void SAML11AssertionWriter.writeLocalizedNameType(LocalizedNameType localizedNameType, QName startElement)
           
 

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

Methods in org.picketlink.identity.federation.core.saml.v2.writers with parameters of type LocalizedNameType
 void BaseWriter.writeLocalizedNameType(LocalizedNameType localizedNameType, QName startElement)
           
 

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

Fields in org.picketlink.identity.federation.saml.v2.metadata with type parameters of type LocalizedNameType
protected  List<LocalizedNameType> OrganizationType.organizationDisplayName
           
protected  List<LocalizedNameType> OrganizationType.organizationName
           
protected  List<LocalizedNameType> AttributeConsumingServiceType.serviceDescription
           
protected  List<LocalizedNameType> AttributeConsumingServiceType.serviceName
           
 

Methods in org.picketlink.identity.federation.saml.v2.metadata that return types with arguments of type LocalizedNameType
 List<LocalizedNameType> OrganizationType.getOrganizationDisplayName()
          Gets the value of the organizationDisplayName property.
 List<LocalizedNameType> OrganizationType.getOrganizationName()
          Gets the value of the organizationName property.
 List<LocalizedNameType> AttributeConsumingServiceType.getServiceDescription()
          Gets the value of the serviceDescription property.
 List<LocalizedNameType> AttributeConsumingServiceType.getServiceName()
          Gets the value of the serviceName property.
 

Methods in org.picketlink.identity.federation.saml.v2.metadata with parameters of type LocalizedNameType
 void OrganizationType.addOrganizationDisplayName(LocalizedNameType name)
          Add organization display name
 void OrganizationType.addOrganizationName(LocalizedNameType name)
          Add an organization name
 void AttributeConsumingServiceType.addServiceDescription(LocalizedNameType desc)
          Add serviceDescription.
 void AttributeConsumingServiceType.addServiceName(LocalizedNameType service)
          Add serviceName
 void OrganizationType.removeOrganizationDisplayName(LocalizedNameType name)
          remove organization display name
 void OrganizationType.removeOrganizationName(LocalizedNameType name)
          remove an organization name
 void AttributeConsumingServiceType.removeServiceDescription(LocalizedNameType desc)
          remove serviceDescription.
 void AttributeConsumingServiceType.removeServiceName(LocalizedNameType service)
          remove serviceName
 


PicketLink Federation Core 2.1.6.Final-redhat-2

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