PicketLink Federation Core 2.1.6.Final-redhat-2

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

Packages that use EndpointType
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 EndpointType in org.picketlink.identity.federation.api.saml.v2.metadata
 

Methods in org.picketlink.identity.federation.api.saml.v2.metadata that return EndpointType
static EndpointType MetaDataBuilder.createEndpoint(String binding, String location, String responseLocation)
          Create an Endpoint (SingleSignOnEndpoint or SingleLogoutEndpoint)
 

Methods in org.picketlink.identity.federation.api.saml.v2.metadata with parameters of type EndpointType
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 String MetaDataExtractor.toString(EndpointType ept)
          Information from an endpoint
 

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

Methods in org.picketlink.identity.federation.core.saml.md.providers that return EndpointType
static EndpointType MetaDataBuilderDelegate.createEndpoint(String binding, String location, String responseLocation)
          Create an Endpoint (SingleSignOnEndpoint or SingleLogoutEndpoint)
 

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

Methods in org.picketlink.identity.federation.core.saml.v2.writers with parameters of type EndpointType
 void SAMLMetadataWriter.writeAttributeService(EndpointType endpoint)
           
 void SAMLMetadataWriter.writeSingleLogoutService(EndpointType endpoint)
           
 void SAMLMetadataWriter.writeSingleSignOnService(EndpointType endpoint)
           
 

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

Subclasses of EndpointType in org.picketlink.identity.federation.saml.v2.metadata
 class IndexedEndpointType
           Java class for IndexedEndpointType complex type.
 

Fields in org.picketlink.identity.federation.saml.v2.metadata with type parameters of type EndpointType
protected  List<EndpointType> PDPDescriptorType.assertionIDRequestService
           
protected  List<EndpointType> IDPSSODescriptorType.assertionIDRequestService
           
protected  List<EndpointType> AttributeAuthorityDescriptorType.assertionIDRequestService
           
protected  List<EndpointType> AuthnAuthorityDescriptorType.assertionIDRequestService
           
protected  List<EndpointType> AttributeAuthorityDescriptorType.attributeService
           
protected  List<EndpointType> AuthnAuthorityDescriptorType.authnQueryService
           
protected  List<EndpointType> PDPDescriptorType.authzService
           
protected  List<EndpointType> SSODescriptorType.manageNameIDService
           
protected  List<EndpointType> IDPSSODescriptorType.nameIDMappingService
           
protected  List<EndpointType> SSODescriptorType.singleLogoutService
           
protected  List<EndpointType> IDPSSODescriptorType.singleSignOnService
           
 

Methods in org.picketlink.identity.federation.saml.v2.metadata that return types with arguments of type EndpointType
 List<EndpointType> PDPDescriptorType.getAssertionIDRequestService()
          Gets the value of the assertionIDRequestService property.
 List<EndpointType> IDPSSODescriptorType.getAssertionIDRequestService()
          Gets the value of the assertionIDRequestService property.
 List<EndpointType> AttributeAuthorityDescriptorType.getAssertionIDRequestService()
          Gets the value of the assertionIDRequestService property.
 List<EndpointType> AuthnAuthorityDescriptorType.getAssertionIDRequestService()
          Gets the value of the assertionIDRequestService property.
 List<EndpointType> AttributeAuthorityDescriptorType.getAttributeService()
          Gets the value of the attributeService property.
 List<EndpointType> AuthnAuthorityDescriptorType.getAuthnQueryService()
          Gets the value of the authnQueryService property.
 List<EndpointType> PDPDescriptorType.getAuthzService()
          Gets the value of the authzService property.
 List<EndpointType> SSODescriptorType.getManageNameIDService()
          Gets the value of the manageNameIDService property.
 List<EndpointType> IDPSSODescriptorType.getNameIDMappingService()
          Gets the value of the nameIDMappingService property.
 List<EndpointType> SSODescriptorType.getSingleLogoutService()
          Gets the value of the singleLogoutService property.
 List<EndpointType> IDPSSODescriptorType.getSingleSignOnService()
          Gets the value of the singleSignOnService property.
 

Methods in org.picketlink.identity.federation.saml.v2.metadata with parameters of type EndpointType
 void PDPDescriptorType.addAssertionIDRequestService(EndpointType endpt)
          Add assertion id request service
 void IDPSSODescriptorType.addAssertionIDRequestService(EndpointType endpt)
          Add assertion id request service
 void AttributeAuthorityDescriptorType.addAssertionIDRequestService(EndpointType endpoint)
          Add an assertion id request service
 void AuthnAuthorityDescriptorType.addAssertionIDRequestService(EndpointType endpoint)
          Add assertion id request service
 void AttributeAuthorityDescriptorType.addAttributeService(EndpointType endpoint)
          Add an attribute service
 void AuthnAuthorityDescriptorType.addAuthnQueryService(EndpointType endpoint)
          Add authn query service
 void PDPDescriptorType.addAuthZService(EndpointType endpt)
          Add authorization service
 void SSODescriptorType.addManageNameIDService(EndpointType end)
          Add manage name id service
 void IDPSSODescriptorType.addNameIDMappingService(EndpointType endpt)
          Add name id mapping service
 void SSODescriptorType.addSingleLogoutService(EndpointType endpt)
          Add SLO Service
 void IDPSSODescriptorType.addSingleSignOnService(EndpointType endpt)
          Add a SSO service
 void PDPDescriptorType.removeAssertionIDRequestService(EndpointType endpt)
          remove assertion id request service
 void IDPSSODescriptorType.removeAssertionIDRequestService(EndpointType endpt)
          remove assertion id request service
 void AttributeAuthorityDescriptorType.removeAssertionIDRequestService(EndpointType endpoint)
          Remove assertion id request service
 void AuthnAuthorityDescriptorType.removeAssertionIDRequestService(EndpointType endpoint)
          remove assertion id request service
 void AttributeAuthorityDescriptorType.removeAttributeService(EndpointType endpoint)
          Remove an attribute service
 void AuthnAuthorityDescriptorType.removeAuthnQueryService(EndpointType endpoint)
          Remove authn query service
 void PDPDescriptorType.removeAuthZService(EndpointType endpt)
          remove authorization service
 void SSODescriptorType.removeManageNameIDService(EndpointType end)
          remove manage name id service
 void IDPSSODescriptorType.removeNameIDMappingService(EndpointType endpt)
          remove name id mapping service
 void SSODescriptorType.removeSingleLogoutService(EndpointType endpt)
          remove SLO Service
 void IDPSSODescriptorType.removeSingleSignOnService(EndpointType endpt)
          Remove a SSO service
 


PicketLink Federation Core 2.1.6.Final-redhat-2

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