public class TrustPluginImpl extends Object implements TrustPlugin
| Constructor and Description |
|---|
TrustPluginImpl()
Creates a new instance of TrustPluginImpl
|
| Modifier and Type | Method and Description |
|---|---|
protected static QName[] |
doMexRequest(String wsdlLocation,
String stsURI)
This method uses mex client api to issue a mex request and return the
matching service name and port name
|
void |
process(IssuedTokenContext itc) |
void |
processValidate(IssuedTokenContext itc) |
public TrustPluginImpl()
public void process(IssuedTokenContext itc) throws WSTrustException
process in interface TrustPluginWSTrustExceptionpublic void processValidate(IssuedTokenContext itc) throws WSTrustException
processValidate in interface TrustPluginWSTrustExceptionprotected static QName[] doMexRequest(String wsdlLocation, String stsURI) throws WSTrustException
stsURI - URI to the STS. Mex request will be issued to this addressWSTrustExceptionCopyright © 2005–2018 Oracle Corporation. All rights reserved.