public class CertificateRetriever extends Object
| Modifier and Type | Field and Description |
|---|---|
protected TubeConfiguration |
pipeConfig |
| Constructor and Description |
|---|
CertificateRetriever() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkforEPRIdentity(com.sun.xml.ws.api.server.WSEndpoint wse,
QName eprQName) |
X509Certificate |
constructCertificate(byte[] bstValue) |
byte[] |
getBSTFromIdentityExtension(XMLStreamReader reader) |
Certificate |
getServerKeyStore(com.sun.xml.ws.api.server.WSEndpoint wse) |
boolean |
setServerCertInTheContext(ProcessingContextImpl ctx,
SecurityEnvironment secEnv,
X509Certificate serverCert) |
boolean |
setServerCertInTheSTSConfig(STSIssuedTokenConfiguration config,
SecurityEnvironment secEnv,
X509Certificate serverCert) |
protected TubeConfiguration pipeConfig
public byte[] getBSTFromIdentityExtension(XMLStreamReader reader) throws XMLStreamException
XMLStreamExceptionpublic Certificate getServerKeyStore(com.sun.xml.ws.api.server.WSEndpoint wse) throws IOException, XWSSecurityException
IOExceptionXWSSecurityExceptionpublic X509Certificate constructCertificate(byte[] bstValue)
public boolean checkforEPRIdentity(com.sun.xml.ws.api.server.WSEndpoint wse,
QName eprQName)
public boolean setServerCertInTheContext(ProcessingContextImpl ctx, SecurityEnvironment secEnv, X509Certificate serverCert)
public boolean setServerCertInTheSTSConfig(STSIssuedTokenConfiguration config, SecurityEnvironment secEnv, X509Certificate serverCert)
Copyright © 2005–2018 Oracle Corporation. All rights reserved.