com.sun.xml.ws.api.security.trust.config
Interface TrustSPMetadata

All Known Implementing Classes:
DefaultTrustSPMetadata

public interface TrustSPMetadata

This interface captures metadata of a service provider.


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.
 

Method Detail

getCertAlias

java.lang.String getCertAlias()
Gets the alias for the certificate of the service provider.

Returns:
the cert alias of the service provider

getTokenType

java.lang.String getTokenType()
Gets the token type for the service provider.

Returns:
the token type of the service provider

getKeyType

java.lang.String getKeyType()
Gets the key type for the service provider.

Returns:
the key type of the service provider

getOtherOptions

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.

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.

Returns:
always non-null