com.sun.xml.ws.security.trust.impl
Class DefaultTrustSPMetadata
java.lang.Object
com.sun.xml.ws.security.trust.impl.DefaultTrustSPMetadata
- All Implemented Interfaces:
- TrustSPMetadata
public class DefaultTrustSPMetadata
- extends Object
- implements TrustSPMetadata
- Author:
- Jiandong Guo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultTrustSPMetadata
public DefaultTrustSPMetadata(String endpoint)
- Creates a new instance of DefaultTrustSPMetedata
setCertAlias
public void setCertAlias(String certAlias)
getCertAlias
public String getCertAlias()
- Specified by:
getCertAlias in interface TrustSPMetadata
setTokenType
public void setTokenType(String tokenType)
getTokenType
public String getTokenType()
- Specified by:
getTokenType in interface TrustSPMetadata
setKeyType
public void setKeyType(String keyType)
getKeyType
public String getKeyType()
- Specified by:
getKeyType in interface TrustSPMetadata
getOtherOptions
public Map<String,Object> getOtherOptions()
- Specified by:
getOtherOptions in interface TrustSPMetadata
Copyright © 2005-2014 Oracle Corporation. All Rights Reserved.