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 java.lang.Object
implements TrustSPMetadata


Constructor Summary
DefaultTrustSPMetadata(java.lang.String endpoint)
          Creates a new instance of DefaultTrustSPMetedata
 
Method Summary
 java.lang.String getCertAlias()
          Gets the alias for the certificate of the service provider.
 java.lang.String getKeyType()
          Gets the key type for the service provider.
 java.util.Map<java.lang.String,java.lang.Object> getOtherOptions()
          Gets a map that contains attributes that aren't bound to any typed property on this class.
 java.lang.String getTokenType()
          Gets the token type for the service provider.
 void setCertAlias(java.lang.String certAlias)
           
 void setKeyType(java.lang.String keyType)
           
 void setTokenType(java.lang.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(java.lang.String endpoint)
Creates a new instance of DefaultTrustSPMetedata

Method Detail

setCertAlias

public void setCertAlias(java.lang.String certAlias)

getCertAlias

public java.lang.String getCertAlias()
Description copied from interface: TrustSPMetadata
Gets the alias for the certificate of the service provider.

Specified by:
getCertAlias in interface TrustSPMetadata
Returns:
the cert alias of the service provider

setTokenType

public void setTokenType(java.lang.String tokenType)

getTokenType

public java.lang.String getTokenType()
Description copied from interface: TrustSPMetadata
Gets the token type for the service provider.

Specified by:
getTokenType in interface TrustSPMetadata
Returns:
the token type of the service provider

setKeyType

public void setKeyType(java.lang.String keyType)

getKeyType

public java.lang.String getKeyType()
Description copied from interface: TrustSPMetadata
Gets the key type for the service provider.

Specified by:
getKeyType in interface TrustSPMetadata
Returns:
the key type of the service provider

getOtherOptions

public java.util.Map<java.lang.String,java.lang.Object> getOtherOptions()
Description copied from interface: TrustSPMetadata
Gets a map that contains attributes that aren't bound to any typed property on this class.

the map is keyed by the name of the attribute and the value is any object. the map returned by this method is live, and you can add new attribute by updating the map directly.

Specified by:
getOtherOptions in interface TrustSPMetadata
Returns:
always non-null