|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TRequest | |
---|---|
org.iaccess.LogicalLayer | |
org.iaccess.TNProtocol |
Uses of TRequest in org.iaccess.LogicalLayer |
---|
Methods in org.iaccess.LogicalLayer with parameters of type TRequest | |
---|---|
ResultOfOperation |
BasicAccessControlAlgorithm.SetUp(TRequest Request,
java.lang.String ServiceRequest,
java.util.Vector CP,
java.util.Vector CN,
java.lang.String AnyValueTerm,
long negStartTime)
Use this function before to run computeAccessDecision() and doStewiseDisclosure() functions. |
Uses of TRequest in org.iaccess.TNProtocol |
---|
Fields in org.iaccess.TNProtocol declared as TRequest | |
---|---|
TRequest |
iAccessDispatcher.Request
Specifies the current processing request or the last processed request. |
Methods in org.iaccess.TNProtocol that return TRequest | |
---|---|
static TRequest |
JBOSS.GetTRequest(byte[] RawRequest)
Transforms the received raw request (array of bytes of RequestLength elements) to hight level TNProtocol.TRequest class. |
Methods in org.iaccess.TNProtocol with parameters of type TRequest | |
---|---|
java.util.Vector |
iAccessDispatcher.getAccessDecisionInOKKAMMode(TRequest serverRequest)
The main function by an internal/local PEP server to initiate an access decision (negotiation) process. |
boolean |
iAccessDispatcher.getAccessDecisionInServerMode(TRequest serverRequest)
Initiates a server side negotiations of pending service requests received by client iAccess agents. |
static byte[] |
JBOSS.GetRawRequest(TRequest Request)
Transforms the hight level request (TNProtocol.TRequest class) to the the raw request (array of bytes of RequestLength elements) wchich can be sent over TCP/IP. |
void |
iAccessDispatcher.receiveRequest(TRequest Request,
javax.net.ssl.SSLSocket SocketWaitingResult)
Notifies iAccessDispatcher about newly received requests and initiates iAccessDispatcher processing. |
static java.lang.String |
JBOSS.sendRequestSSL(TRequest Request,
java.net.InetAddress inetAddress)
Sends the counter-request and awaits for the result. |
static void |
JBOSS.sendResponseSSL(TRequest Request,
int Result,
javax.net.ssl.SSLSocket s)
Sends response to the request and closes the connection. |
Constructors in org.iaccess.TNProtocol with parameters of type TRequest | |
---|---|
iAccessNegotiation(TRequest Request,
javax.net.ssl.SSLSocket SocketWaitingResult)
Constructor of the class. |
|
TRequest(TRequest Request)
A copying constructor. |
|
TSessionInfo(TRequest Request)
Creates a new instance of TSessionInfo. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |