|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.security.trust.impl.DefaultTrustSPMetadata
public class DefaultTrustSPMetadata
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 |
---|
public DefaultTrustSPMetadata(java.lang.String endpoint)
Method Detail |
---|
public void setCertAlias(java.lang.String certAlias)
public java.lang.String getCertAlias()
TrustSPMetadata
getCertAlias
in interface TrustSPMetadata
public void setTokenType(java.lang.String tokenType)
public java.lang.String getTokenType()
TrustSPMetadata
getTokenType
in interface TrustSPMetadata
public void setKeyType(java.lang.String keyType)
public java.lang.String getKeyType()
TrustSPMetadata
getKeyType
in interface TrustSPMetadata
public java.util.Map<java.lang.String,java.lang.Object> getOtherOptions()
TrustSPMetadata
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.
getOtherOptions
in interface TrustSPMetadata
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |