PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.api.saml.v2.metadata
Class MetaDataExtractor

java.lang.Object
  extended by org.picketlink.identity.federation.api.saml.v2.metadata.MetaDataExtractor

public class MetaDataExtractor
extends Object

Extract useful information out of metadata

Since:
Apr 29, 2009
Author:
Anil.Saldhana@redhat.com

Field Summary
static String LINE_SEPARATOR
           
 
Constructor Summary
MetaDataExtractor()
           
 
Method Summary
static X509Certificate getCertificate(KeyDescriptorType keyDescriptor)
          Get the X509Certificate from the KeyInfo
static String toString(EndpointType ept)
          Information from an endpoint
static String toString(EntityDescriptorType edt)
          Generate a string from the information in the metadata
static String toString(IDPSSODescriptorType idp)
          Information from the IDP SSO Descriptor
static String toString(SPSSODescriptorType sp)
          Information from the SP SSO Descriptor
static String toString(SSODescriptorType sso)
          Information from the general SSO descriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LINE_SEPARATOR

public static String LINE_SEPARATOR
Constructor Detail

MetaDataExtractor

public MetaDataExtractor()
Method Detail

getCertificate

public static X509Certificate getCertificate(KeyDescriptorType keyDescriptor)
Get the X509Certificate from the KeyInfo

Parameters:
keyDescriptor -
Returns:

toString

public static String toString(EntityDescriptorType edt)
Generate a string from the information in the metadata

Parameters:
edt -
Returns:

toString

public static String toString(IDPSSODescriptorType idp)
Information from the IDP SSO Descriptor

Parameters:
idp -
Returns:

toString

public static String toString(SPSSODescriptorType sp)
Information from the SP SSO Descriptor

Parameters:
sp -
Returns:

toString

public static String toString(SSODescriptorType sso)
Information from the general SSO descriptor

Parameters:
sso -
Returns:

toString

public static String toString(EndpointType ept)
Information from an endpoint

Parameters:
ept -
Returns:

PicketLink Federation Core 2.1.6.Final-redhat-2

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