|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.higgins.sts.STSRequest
public class STSRequest
Encapsulates values associated with the STS Request (RequestSecurityToken[Collection])
Constructor Summary | |
---|---|
STSRequest()
|
Method Summary | |
---|---|
org.w3c.dom.Element |
getActionHeader()
Returns the WS-Addressing Action header element |
org.w3c.dom.Element |
getFromHeader()
Returns the WS-Addressing From header element |
java.security.Principal |
getPrincipal()
Returns the WS-Security authenticated principal |
RequestSecurityTokenCollection |
getRequestSecurityTokenCollection()
Returns the WS-Trust RequestSecurityTokenCollection element |
org.w3c.dom.Element |
getToHeader()
Returns the WS-Addressing To header element |
void |
setActionHeader(org.w3c.dom.Element elemActionHeader)
Sets the WS-Addressing Action header element |
void |
setFromHeader(org.w3c.dom.Element elemFromHeader)
Sets the WS-Addressing From header element |
void |
setPrincipal(java.security.Principal principal)
Sets the WS-Security authenticated principal |
void |
setToHeader(org.w3c.dom.Element elemToHeader)
Sets the WS-Addressing To header element |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public STSRequest()
Method Detail |
---|
public org.w3c.dom.Element getActionHeader()
public org.w3c.dom.Element getFromHeader()
public org.w3c.dom.Element getToHeader()
public java.security.Principal getPrincipal()
public RequestSecurityTokenCollection getRequestSecurityTokenCollection()
public void setActionHeader(org.w3c.dom.Element elemActionHeader)
the
- WS-Addressing Action header elementpublic void setFromHeader(org.w3c.dom.Element elemFromHeader)
the
- WS-Addressing From header elementpublic void setToHeader(org.w3c.dom.Element elemToHeader)
the
- WS-Addressing To header elementpublic void setPrincipal(java.security.Principal principal)
the
- WS-Security authenticated principal
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |