|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@WebService(targetNamespace="http://schemas.xmlsoap.org/ws/2005/02/trust/wsdl",
serviceName="WSTrust",
wsdlLocation="ws-trust.wsdl",
name="SecurityTokenService")
@SoapBindingName(value="WSTrustSoapBinding")
public interface WSTrustInterface for issuing and validating security tokens, according to the WS-Trust specification.
| Field Summary | |
|---|---|
static QName |
DEFAULT_WSTRUST_ISSUER
|
static String |
requestSecurityToken
|
static QName |
VALIDATE_SUBJECT_DESCRIPTION
SubjectDescription describing the credentials of the client being validated. |
static String |
WSTRUST_REQUEST_TYPE_ISSUANCE
Issue a token. |
static String |
WSTRUST_REQUEST_TYPE_VALIDATION
Validate a token. |
static String |
WSTRUST_SAML_1_1
Request a SAML 1.1 token. |
static String |
WSTRUST_STATUS
Request only a status. |
static String |
WSTRUST_STATUS_INVALID
Status of a failed validation. |
static String |
WSTRUST_STATUS_VALID
Status of a successful validation. |
static String |
XMLNS_WSTRUST
|
static String |
XMLNS_WSU
|
| Method Summary | |
|---|---|
Document |
RequestSecurityToken(Element request)
Request a security token, as defined by the WS-Trust specification. |
| Field Detail |
|---|
static final String requestSecurityToken
static final QName DEFAULT_WSTRUST_ISSUER
static final String XMLNS_WSTRUST
static final String XMLNS_WSU
static final String WSTRUST_SAML_1_1
static final String WSTRUST_STATUS
static final String WSTRUST_STATUS_VALID
static final String WSTRUST_STATUS_INVALID
static final String WSTRUST_REQUEST_TYPE_ISSUANCE
static final String WSTRUST_REQUEST_TYPE_VALIDATION
static final QName VALIDATE_SUBJECT_DESCRIPTION
| Method Detail |
|---|
@WebMethod(documentStyle=true)
Document RequestSecurityToken(Element request)
throws RemoteException
request - a <RequestSecurityToken>
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||