|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.wssecurity.callbackhandler.X509GenerateCallback
public class X509GenerateCallback
This is a callback class for the X509 token in generator side.
X509Token
,
X509PKCS7Token
,
X509PKIPathToken
,
X509GenerateCallbackHandler
Constructor Summary | |
---|---|
X509GenerateCallback()
|
Method Summary | |
---|---|
java.lang.String |
getAlias()
Returns the alias name. |
java.util.List<java.security.cert.CertStore> |
getCertStores()
Returns the list of certificate stores. |
java.lang.String |
getKeyName()
Returns the name of the key. |
char[] |
getKeyPassword()
Returns the password for recovering the key. |
char[] |
getKeyStorePassword()
Returns the type of the keystore. |
java.lang.String |
getKeyStorePath()
Returns the file path from which the keystore is loaded. |
java.lang.String |
getKeyStoreReference()
Returns the reference name of the keystore |
java.lang.String |
getKeyStoreType()
Returns the type of the keystore. |
boolean |
isUsedIdentityAssertion()
Returns the flag that indicates whether the identity assertion is used or not. |
boolean |
isUsedRequestorCertificate()
Returns whether the certificate of requestor is used or not. |
void |
setAlias(java.lang.String alias)
Sets the type of the keystore. |
void |
setCertStores(java.util.List<java.security.cert.CertStore> certStores)
Sets the list of certificate stores. |
void |
setKeyName(java.lang.String keyName)
Sets the name of the key. |
void |
setKeyPassword(char[] keyPassword)
Sets the password for recovering the key. |
void |
setKeyStorePassword(char[] storePassword)
Sets the type of the keystore. |
void |
setKeyStorePath(java.lang.String storePath)
Sets the file path from which the keystore is loaded. |
void |
setKeyStoreReference(java.lang.String storeRef)
Sets the reference name of the keystore. |
void |
setKeyStoreType(java.lang.String storeType)
Sets the type of the keystore. |
void |
setUsedIdentityAssertion(boolean identityAssertion)
Sets the flag that indicates whether the identity assertion is used or not. |
void |
setUsedRequestorCertificate(boolean requestorCertificate)
Sets whether the certificate of requestor is used or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public X509GenerateCallback()
Method Detail |
---|
public java.lang.String getKeyStoreReference()
public void setKeyStoreReference(java.lang.String storeRef)
storeRef
- reference name of the keystorepublic java.lang.String getKeyStorePath()
public void setKeyStorePath(java.lang.String storePath)
storePath
- path of the keystorepublic java.lang.String getKeyStoreType()
public void setKeyStoreType(java.lang.String storeType)
storeType
- The type of the keystorepublic char[] getKeyStorePassword()
public void setKeyStorePassword(char[] storePassword)
storePassword
- password used to check the integrity of the
keystore or the password used to unlock the keystorepublic java.lang.String getAlias()
public void setAlias(java.lang.String alias)
alias
- alias namepublic char[] getKeyPassword()
public void setKeyPassword(char[] keyPassword)
keyPassword
- password for recovering the keypublic java.lang.String getKeyName()
public void setKeyName(java.lang.String keyName)
keyPassword
- name of the keypublic java.util.List<java.security.cert.CertStore> getCertStores()
public void setCertStores(java.util.List<java.security.cert.CertStore> certStores)
certStores
- list of certificate storespublic boolean isUsedRequestorCertificate()
public void setUsedRequestorCertificate(boolean requestorCertificate)
usedRequestorCertificate
- true if the certificate of requestor is usedpublic boolean isUsedIdentityAssertion()
public void setUsedIdentityAssertion(boolean identityAssertion)
identityAssertion
- true if identity assertion is required
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |