|
||||||||||
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.DefaultSTSConfiguration
public class DefaultSTSConfiguration
Constructor Summary | |
---|---|
DefaultSTSConfiguration()
|
Method Summary | |
---|---|
void |
addTrustSPMetadata(TrustSPMetadata data,
java.lang.String spEndpoint)
Add TrustMetadata for the service provider as identified by the given
end point. |
javax.security.auth.callback.CallbackHandler |
getCallbackHandler()
Get CallbackHandler for handling certificates for the
service provider and keys for the STS. |
boolean |
getEncryptIssuedKey()
Retruns true if the issued keys from this STS must be encrypted. |
boolean |
getEncryptIssuedToken()
Retruns true if the issued tokens from this STS must be encrypted. |
long |
getIssuedTokenTimeout()
|
java.lang.String |
getIssuer()
Get the Issuer for the STS which is a unique string identifing the STS. |
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. |
TrustSPMetadata |
getTrustSPMetadata(java.lang.String spEndpoint)
Get TrustMetadata for the service provider as identified by the given
end point. |
java.lang.String |
getType()
Gets the implementation class of WSTrustContract for this STS. |
void |
setCallbackHandler(javax.security.auth.callback.CallbackHandler callbackHandler)
Set CallbackHandler for handling certificates for the
service provider and keys for the STS. |
void |
setEncryptIssuedKey(boolean encryptIssuedKey)
|
void |
setEncryptIssuedToken(boolean encryptIssuedToken)
|
void |
setIssuedTokenTimeout(long issuedTokenTimeout)
|
void |
setIssuer(java.lang.String issuer)
|
void |
setType(java.lang.String type)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultSTSConfiguration()
Method Detail |
---|
public void addTrustSPMetadata(TrustSPMetadata data, java.lang.String spEndpoint)
STSConfiguration
TrustMetadata
for the service provider as identified by the given
end point.
addTrustSPMetadata
in interface STSConfiguration
public TrustSPMetadata getTrustSPMetadata(java.lang.String spEndpoint)
STSConfiguration
TrustMetadata
for the service provider as identified by the given
end point.
getTrustSPMetadata
in interface STSConfiguration
public void setType(java.lang.String type)
public java.lang.String getType()
STSConfiguration
WSTrustContract
for this STS.
getType
in interface STSConfiguration
public void setIssuer(java.lang.String issuer)
public java.lang.String getIssuer()
STSConfiguration
getIssuer
in interface STSConfiguration
public void setEncryptIssuedToken(boolean encryptIssuedToken)
public boolean getEncryptIssuedToken()
STSConfiguration
getEncryptIssuedToken
in interface STSConfiguration
public void setEncryptIssuedKey(boolean encryptIssuedKey)
public boolean getEncryptIssuedKey()
STSConfiguration
getEncryptIssuedKey
in interface STSConfiguration
public void setIssuedTokenTimeout(long issuedTokenTimeout)
public long getIssuedTokenTimeout()
getIssuedTokenTimeout
in interface STSConfiguration
public void setCallbackHandler(javax.security.auth.callback.CallbackHandler callbackHandler)
STSConfiguration
CallbackHandler
for handling certificates for the
service provider and keys for the STS.
setCallbackHandler
in interface STSConfiguration
public javax.security.auth.callback.CallbackHandler getCallbackHandler()
STSConfiguration
CallbackHandler
for handling certificates for the
service provider and keys for the STS.
getCallbackHandler
in interface STSConfiguration
public java.util.Map<java.lang.String,java.lang.Object> getOtherOptions()
STSConfiguration
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 STSConfiguration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |