PicketLink Federation Core 2.1.6.Final-redhat-2

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

Packages that use OrganizationType
org.picketlink.identity.federation.api.saml.v2.metadata   
org.picketlink.identity.federation.core.saml.md.providers   
org.picketlink.identity.federation.core.saml.v2.writers   
org.picketlink.identity.federation.saml.v2.metadata   
 

Uses of OrganizationType in org.picketlink.identity.federation.api.saml.v2.metadata
 

Methods in org.picketlink.identity.federation.api.saml.v2.metadata that return OrganizationType
static OrganizationType MetaDataBuilder.createOrganization(String organizationName, String organizationDisplayName, String organizationURL, String lang)
          Create an Organization
 

Methods in org.picketlink.identity.federation.api.saml.v2.metadata with parameters of type OrganizationType
static IDPSSODescriptorType MetaDataBuilder.createIDPSSODescriptor(boolean requestsSigned, KeyDescriptorType keyDescriptorType, EndpointType ssoEndPoint, EndpointType sloEndPoint, List<AttributeType> attributes, OrganizationType org)
          Create a IDP SSO metadata descriptor
static SPSSODescriptorType MetaDataBuilder.createSPSSODescriptor(boolean requestsSigned, KeyDescriptorType keyDescriptorType, EndpointType sloEndPoint, List<AttributeType> attributes, OrganizationType org)
          Create a IDP SSO metadata descriptor
 

Uses of OrganizationType in org.picketlink.identity.federation.core.saml.md.providers
 

Methods in org.picketlink.identity.federation.core.saml.md.providers that return OrganizationType
static OrganizationType MetaDataBuilderDelegate.createOrganization(String organizationName, String organizationDisplayName, String organizationURL, String lang)
          Create an Organization
 

Methods in org.picketlink.identity.federation.core.saml.md.providers with parameters of type OrganizationType
static IDPSSODescriptorType MetaDataBuilderDelegate.createIDPSSODescriptor(boolean requestsSigned, KeyDescriptorType keyDescriptorType, EndpointType ssoEndPoint, EndpointType sloEndPoint, List<AttributeType> attributes, OrganizationType org)
          Create a IDP SSO metadata descriptor
static SPSSODescriptorType MetaDataBuilderDelegate.createSPSSODescriptor(boolean requestsSigned, KeyDescriptorType keyDescriptorType, EndpointType sloEndPoint, List<AttributeType> attributes, OrganizationType org)
          Create a IDP SSO metadata descriptor
 

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

Methods in org.picketlink.identity.federation.core.saml.v2.writers with parameters of type OrganizationType
 void SAMLMetadataWriter.writeOrganization(OrganizationType org)
           
 

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

Fields in org.picketlink.identity.federation.saml.v2.metadata declared as OrganizationType
protected  OrganizationType EntityDescriptorType.organization
           
protected  OrganizationType RoleDescriptorType.organization
           
 

Methods in org.picketlink.identity.federation.saml.v2.metadata that return OrganizationType
 OrganizationType EntityDescriptorType.getOrganization()
          Gets the value of the organization property.
 OrganizationType RoleDescriptorType.getOrganization()
          Gets the value of the organization property.
 

Methods in org.picketlink.identity.federation.saml.v2.metadata with parameters of type OrganizationType
 void EntityDescriptorType.setOrganization(OrganizationType value)
          Sets the value of the organization property.
 void RoleDescriptorType.setOrganization(OrganizationType value)
          Sets the value of the organization property.
 


PicketLink Federation Core 2.1.6.Final-redhat-2

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