|
Oracle Application Server Web Services Java API Reference 10g Release 3 (10.1.3) B25988-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
oracle.webservices.security.callback.SAMLTokenCallback
Callback interface for passing SAML Assertion to the client interceptor. The SAML Assertion passed through this callback is inserted in the WSSecurity header and send to the web service.
| Constructor Summary | |
SAMLTokenCallback()Constructor |
|
SAMLTokenCallback(String prompt)Constructor |
|
| Method Summary | |
String |
getPrompt()Get the prompt |
String |
getSubjectName()Get the subject name for whom assertion is being requested |
Element |
getXMLToken()Get the assertion from the callback |
void |
setSubjectName(String name)Set the assertion subject name in the callback |
void |
setXMLToken(Element assertion)Set the assertion in the callback |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SAMLTokenCallback()
public SAMLTokenCallback(String prompt)
prompt - used to request the assertion| Method Detail |
public void setXMLToken(Element assertion)
setXMLToken in interface XMLTokenCallbackassertion - XML element containing the assertionIllegalArgumentException - if assertion is null.public Element getXMLToken()
getXMLToken in interface XMLTokenCallbackpublic String getPrompt()
public String getSubjectName()
public void setSubjectName(String name)
name - of subject for whom assertion is being requestedIllegalArgumentException - if name is null.
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||