org.jboss.seam.security.external.saml
Class SamlMessageSender
java.lang.Object
org.jboss.seam.security.external.saml.SamlMessageSender
@ApplicationScoped
public class SamlMessageSender
- extends Object
- Author:
- Marcel Kolsteren
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SamlMessageSender
public SamlMessageSender()
sendRequest
public void sendRequest(SamlExternalEntity samlProvider,
SamlProfile profile,
RequestAbstractType samlRequest,
HttpServletResponse response)
sendResponse
public void sendResponse(SamlExternalEntity samlProvider,
StatusResponseType samlResponse,
SamlProfile profile,
HttpServletResponse response)
getEndpoint
public SamlEndpoint getEndpoint(SamlService service)
Copyright © 2011 Seam Framework. All Rights Reserved.