|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.globus.SocketSamlSender
public class SocketSamlSender
This implementatino of PermisAuthz allows the SamlAEF test program to send SAMLRequests to the standalone SAML authorisation server.
Field Summary | |
---|---|
protected java.net.InetAddress |
ia
|
protected int |
p
|
Constructor Summary | |
---|---|
SocketSamlSender(java.lang.String host,
int port)
This constructor builds a SocketSamlSender given the host name and the port number. |
Method Summary | |
---|---|
SAMLResponse |
processSAMLRequest(SAMLRequest saml)
This method sends the SAMLRequest to the standalone SAML ADF and receives a response which is decoded as SAMLReponse. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.net.InetAddress ia
protected int p
Constructor Detail |
---|
public SocketSamlSender(java.lang.String host, int port) throws java.lang.Exception
host
- - the host where a standalone SAML ADF runsport
- - the port number where the standalone SAML ADF runs
java.lang.Exception
Method Detail |
---|
public SAMLResponse processSAMLRequest(SAMLRequest saml) throws java.rmi.RemoteException
processSAMLRequest
in interface PermisAuthz
saml
- - the SAMLRequest to be sent to the SAML ADF
java.rmi.RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |