Class DefaultTrustSPMetadata
java.lang.Object
com.sun.xml.ws.security.trust.impl.DefaultTrustSPMetadata
- All Implemented Interfaces:
TrustSPMetadata
- Author:
- Jiandong Guo
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultTrustSPMetadata(String endpoint) Creates a new instance of DefaultTrustSPMetedata -
Method Summary
Modifier and TypeMethodDescriptionGets the alias for the certificate of the service provider.Gets the key type for the service provider.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the token type for the service provider.voidsetCertAlias(String certAlias) voidsetKeyType(String keyType) voidsetTokenType(String tokenType)
-
Constructor Details
-
DefaultTrustSPMetadata
Creates a new instance of DefaultTrustSPMetedata
-
-
Method Details
-
setCertAlias
-
getCertAlias
Description copied from interface:TrustSPMetadataGets the alias for the certificate of the service provider.- Specified by:
getCertAliasin interfaceTrustSPMetadata- Returns:
- the cert alias of the service provider
-
setTokenType
-
getTokenType
Description copied from interface:TrustSPMetadataGets the token type for the service provider.- Specified by:
getTokenTypein interfaceTrustSPMetadata- Returns:
- the token type of the service provider
-
setKeyType
-
getKeyType
Description copied from interface:TrustSPMetadataGets the key type for the service provider.- Specified by:
getKeyTypein interfaceTrustSPMetadata- Returns:
- the key type of the service provider
-
getOtherOptions
Description copied from interface:TrustSPMetadataGets 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:
getOtherOptionsin interfaceTrustSPMetadata- Returns:
- always non-null
-