PicketLink Federation Core 2.1.6.Final-redhat-2

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

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

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

Methods in org.picketlink.identity.federation.api.saml.v2.metadata that return KeyDescriptorType
static KeyDescriptorType KeyDescriptorMetaDataBuilder.createKeyDescriptor(Element keyInfo, String algorithm, int keySize)
          Create a key descriptor that specifies an algorithm but does not specify whether the key is for signing or encryption
static KeyDescriptorType KeyDescriptorMetaDataBuilder.createKeyDescriptor(Element keyInfo, String algorithm, int keySize, boolean isSigningKey, boolean isEncryptionKey)
          Create a Key Descriptor
 

Methods in org.picketlink.identity.federation.api.saml.v2.metadata with parameters of type KeyDescriptorType
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
static X509Certificate MetaDataExtractor.getCertificate(KeyDescriptorType keyDescriptor)
          Get the X509Certificate from the KeyInfo
 

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

Methods in org.picketlink.identity.federation.core.saml.md.providers with parameters of type KeyDescriptorType
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 KeyDescriptorType in org.picketlink.identity.federation.core.saml.v2.util
 

Methods in org.picketlink.identity.federation.core.saml.v2.util with parameters of type KeyDescriptorType
static X509Certificate SAMLMetadataUtil.getCertificate(KeyDescriptorType keyDescriptor)
          Get the X509Certificate from the KeyInfo
 

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

Methods in org.picketlink.identity.federation.core.saml.v2.writers with parameters of type KeyDescriptorType
 void SAMLMetadataWriter.writeKeyDescriptor(KeyDescriptorType keyDescriptor)
           
 

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

Fields in org.picketlink.identity.federation.saml.v2.metadata with type parameters of type KeyDescriptorType
protected  List<KeyDescriptorType> AffiliationDescriptorType.keyDescriptor
           
protected  List<KeyDescriptorType> RoleDescriptorType.keyDescriptor
           
 

Methods in org.picketlink.identity.federation.saml.v2.metadata that return types with arguments of type KeyDescriptorType
 List<KeyDescriptorType> AffiliationDescriptorType.getKeyDescriptor()
          Gets the value of the keyDescriptor property.
 List<KeyDescriptorType> RoleDescriptorType.getKeyDescriptor()
          Gets the value of the keyDescriptor property.
 

Methods in org.picketlink.identity.federation.saml.v2.metadata with parameters of type KeyDescriptorType
 void RoleDescriptorType.addKeyDescriptor(KeyDescriptorType keyD)
          Add key descriptor
 void RoleDescriptorType.removeKeyDescriptor(KeyDescriptorType keyD)
          remove key descriptor
 


PicketLink Federation Core 2.1.6.Final-redhat-2

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