|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.api.saml.v2.metadata.MetaDataExtractor
public class MetaDataExtractor
Extract useful information out of metadata
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 |
---|
public static String LINE_SEPARATOR
Constructor Detail |
---|
public MetaDataExtractor()
Method Detail |
---|
public static X509Certificate getCertificate(KeyDescriptorType keyDescriptor)
X509Certificate
from the KeyInfo
keyDescriptor
-
public static String toString(EntityDescriptorType edt)
edt
-
public static String toString(IDPSSODescriptorType idp)
idp
-
public static String toString(SPSSODescriptorType sp)
sp
-
public static String toString(SSODescriptorType sso)
sso
-
public static String toString(EndpointType ept)
ept
-
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |