com.sun.xml.ws.security.trust.impl
Class DefaultTrustSPMetadata

java.lang.Object
  extended by com.sun.xml.ws.security.trust.impl.DefaultTrustSPMetadata
All Implemented Interfaces:
TrustSPMetadata

public class DefaultTrustSPMetadata
extends Object
implements TrustSPMetadata

Author:
Jiandong Guo

Constructor Summary
DefaultTrustSPMetadata(String endpoint)
          Creates a new instance of DefaultTrustSPMetedata
 
Method Summary
 String getCertAlias()
           
 String getKeyType()
           
 Map<String,Object> getOtherOptions()
           
 String getTokenType()
           
 void setCertAlias(String certAlias)
           
 void setKeyType(String keyType)
           
 void setTokenType(String tokenType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTrustSPMetadata

public DefaultTrustSPMetadata(String endpoint)
Creates a new instance of DefaultTrustSPMetedata

Method Detail

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-2012 Oracle Corporation. All Rights Reserved.