Uses of Class
org.jboss.seam.security.external.jaxb.samlv2.metadata.EndpointType

Packages that use EndpointType
org.jboss.seam.security.external.jaxb.samlv2.metadata   
org.jboss.seam.security.external.saml   
 

Uses of EndpointType in org.jboss.seam.security.external.jaxb.samlv2.metadata
 

Subclasses of EndpointType in org.jboss.seam.security.external.jaxb.samlv2.metadata
 class IndexedEndpointType
          Java class for IndexedEndpointType complex type.
 

Fields in org.jboss.seam.security.external.jaxb.samlv2.metadata with type parameters of type EndpointType
protected  List<EndpointType> PDPDescriptorType.assertionIDRequestService
           
protected  List<EndpointType> AttributeAuthorityDescriptorType.assertionIDRequestService
           
protected  List<EndpointType> AuthnAuthorityDescriptorType.assertionIDRequestService
           
protected  List<EndpointType> IDPSSODescriptorType.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.jboss.seam.security.external.jaxb.samlv2.metadata that return EndpointType
 EndpointType ObjectFactory.createEndpointType()
          Create an instance of EndpointType
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.metadata that return types with arguments of type EndpointType
 JAXBElement<EndpointType> ObjectFactory.createAssertionIDRequestService(EndpointType value)
          Create an instance of JAXBElement<EndpointType>}
 JAXBElement<EndpointType> ObjectFactory.createAttributeService(EndpointType value)
          Create an instance of JAXBElement<EndpointType>}
 JAXBElement<EndpointType> ObjectFactory.createAuthnQueryService(EndpointType value)
          Create an instance of JAXBElement<EndpointType>}
 JAXBElement<EndpointType> ObjectFactory.createAuthzService(EndpointType value)
          Create an instance of JAXBElement<EndpointType>}
 JAXBElement<EndpointType> ObjectFactory.createManageNameIDService(EndpointType value)
          Create an instance of JAXBElement<EndpointType>}
 JAXBElement<EndpointType> ObjectFactory.createNameIDMappingService(EndpointType value)
          Create an instance of JAXBElement<EndpointType>}
 JAXBElement<EndpointType> ObjectFactory.createSingleLogoutService(EndpointType value)
          Create an instance of JAXBElement<EndpointType>}
 JAXBElement<EndpointType> ObjectFactory.createSingleSignOnService(EndpointType value)
          Create an instance of JAXBElement<EndpointType>}
 List<EndpointType> PDPDescriptorType.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> IDPSSODescriptorType.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.jboss.seam.security.external.jaxb.samlv2.metadata with parameters of type EndpointType
 JAXBElement<EndpointType> ObjectFactory.createAssertionIDRequestService(EndpointType value)
          Create an instance of JAXBElement<EndpointType>}
 JAXBElement<EndpointType> ObjectFactory.createAttributeService(EndpointType value)
          Create an instance of JAXBElement<EndpointType>}
 JAXBElement<EndpointType> ObjectFactory.createAuthnQueryService(EndpointType value)
          Create an instance of JAXBElement<EndpointType>}
 JAXBElement<EndpointType> ObjectFactory.createAuthzService(EndpointType value)
          Create an instance of JAXBElement<EndpointType>}
 JAXBElement<EndpointType> ObjectFactory.createManageNameIDService(EndpointType value)
          Create an instance of JAXBElement<EndpointType>}
 JAXBElement<EndpointType> ObjectFactory.createNameIDMappingService(EndpointType value)
          Create an instance of JAXBElement<EndpointType>}
 JAXBElement<EndpointType> ObjectFactory.createSingleLogoutService(EndpointType value)
          Create an instance of JAXBElement<EndpointType>}
 JAXBElement<EndpointType> ObjectFactory.createSingleSignOnService(EndpointType value)
          Create an instance of JAXBElement<EndpointType>}
 

Uses of EndpointType in org.jboss.seam.security.external.saml
 

Constructor parameters in org.jboss.seam.security.external.saml with type arguments of type EndpointType
SamlService(SamlProfile profile, List<? extends EndpointType> endpoints)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.