Uses of Class
org.jboss.seam.security.external.jaxb.samlv2.protocol.RequestAbstractType

Packages that use RequestAbstractType
org.jboss.seam.security.external.jaxb.samlv2.protocol   
org.jboss.seam.security.external.saml   
org.jboss.seam.security.external.saml.idp   
org.jboss.seam.security.external.saml.sp   
 

Uses of RequestAbstractType in org.jboss.seam.security.external.jaxb.samlv2.protocol
 

Subclasses of RequestAbstractType in org.jboss.seam.security.external.jaxb.samlv2.protocol
 class ArtifactResolveType
          Java class for ArtifactResolveType complex type.
 class AssertionIDRequestType
          Java class for AssertionIDRequestType complex type.
 class AttributeQueryType
          Java class for AttributeQueryType complex type.
 class AuthnQueryType
          Java class for AuthnQueryType complex type.
 class AuthnRequestType
          Java class for AuthnRequestType complex type.
 class AuthzDecisionQueryType
          Java class for AuthzDecisionQueryType complex type.
 class LogoutRequestType
          Java class for LogoutRequestType complex type.
 class ManageNameIDRequestType
          Java class for ManageNameIDRequestType complex type.
 class NameIDMappingRequestType
          Java class for NameIDMappingRequestType complex type.
 class SubjectQueryAbstractType
          Java class for SubjectQueryAbstractType complex type.
 

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

Methods in org.jboss.seam.security.external.saml with parameters of type RequestAbstractType
 void SamlMessageSender.sendRequest(SamlExternalEntity samlProvider, SamlProfile profile, RequestAbstractType samlRequest, HttpServletResponse response)
           
 

Uses of RequestAbstractType in org.jboss.seam.security.external.saml.idp
 

Methods in org.jboss.seam.security.external.saml.idp with parameters of type RequestAbstractType
 void SamlIdpSingleSignOnService.processSPRequest(HttpServletRequest httpRequest, HttpServletResponse httpResponse, RequestAbstractType request)
           
 void SamlIdpSingleLogoutService.processSPRequest(HttpServletRequest httpRequest, HttpServletResponse httpResponse, RequestAbstractType request)
           
 

Uses of RequestAbstractType in org.jboss.seam.security.external.saml.sp
 

Methods in org.jboss.seam.security.external.saml.sp with parameters of type RequestAbstractType
 void SamlSpSingleLogoutService.processIDPRequest(HttpServletRequest httpRequest, HttpServletResponse httpResponse, RequestAbstractType request)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.