FileDocCategorySizeDatePackage
TrustSPMetadata.javaAPI DocExample3541Tue May 29 16:56:30 BST 2007com.sun.xml.ws.api.security.trust.config

TrustSPMetadata

public interface TrustSPMetadata

This interface captures metadata of a service provider.

author
Jiandong Guo

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetCertAlias()
Gets the alias for the certificate of the service provider.

return
the cert alias of the service provider

public java.lang.StringgetKeyType()
Gets the key type for the service provider.

return
the key type of the service provider

public java.util.MapgetOtherOptions()
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.

return
always non-null

public java.lang.StringgetTokenType()
Gets the token type for the service provider.

return
the token type of the service provider