PicketLink Federation Core 2.1.6.Final-redhat-2

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

Packages that use IDPSSODescriptorType
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.core.util   
org.picketlink.identity.federation.saml.v2.metadata   
 

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

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

Methods in org.picketlink.identity.federation.api.saml.v2.metadata with parameters of type IDPSSODescriptorType
static String MetaDataExtractor.toString(IDPSSODescriptorType idp)
          Information from the IDP SSO Descriptor
 

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

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

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

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

Uses of IDPSSODescriptorType in org.picketlink.identity.federation.core.util
 

Methods in org.picketlink.identity.federation.core.util that return IDPSSODescriptorType
static IDPSSODescriptorType CoreConfigUtil.getIDPDescriptor(EntitiesDescriptorType entitiesDescriptor)
          Get the first metadata descriptor for an IDP
static IDPSSODescriptorType CoreConfigUtil.getIDPDescriptor(EntityDescriptorType entityDescriptor)
          Get the IDP metadata descriptor from an entity descriptor
 

Methods in org.picketlink.identity.federation.core.util with parameters of type IDPSSODescriptorType
static String CoreConfigUtil.getIdentityURL(IDPSSODescriptorType idp, String bindingURI)
          Given a binding uri, get the IDP identity url
static IDPType CoreConfigUtil.getIDPType(IDPSSODescriptorType idpSSODescriptor)
          Get the IDP Type
 

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

Methods in org.picketlink.identity.federation.saml.v2.metadata that return IDPSSODescriptorType
 IDPSSODescriptorType EntityDescriptorType.EDTDescriptorChoiceType.getIdpDescriptor()
           
 


PicketLink Federation Core 2.1.6.Final-redhat-2

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