|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.systinet.wasp.admin.IdentityAssociationImpl
This class contains information neccessary to associate an identity with a web service. * * @since 4.0
Constructor Summary | |
IdentityAssociationImpl()
Sole contructor. |
|
IdentityAssociationImpl(com.idoox.wasp.server.config.ServiceBindingConfig.IdentityAssociation confIface)
Intializes this using configuration interface. |
|
IdentityAssociationImpl(com.idoox.wasp.server.config.ServiceBindingConfig.IdentityAssociation confIface,
boolean copyPass)
Intializes this using configuration interface. |
Method Summary | |
void |
copy(com.idoox.wasp.server.config.ServiceBindingConfig.IdentityAssociation confIface)
Fills the content of this object into into specified interface. |
void |
copy(com.idoox.wasp.server.config.ServiceBindingConfig.IdentityAssociation confIface,
boolean copyPass)
Fills the content of this object into into specified interface. |
java.lang.String |
getIdentityName()
Returns identity name. |
byte[] |
getPassword()
Returns the password used by authenticator * * @return password |
java.lang.String |
getProviderName()
Returns the name of provider used for authentication * * @return name of provider |
void |
setIdentityName(java.lang.String identityName)
Sets identity name. |
void |
setPassword(byte[] password)
Sets the password used by authenticator * @param password used for authentication |
void |
setProviderName(java.lang.String providerName)
Sets the name of provider used for authentication. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IdentityAssociationImpl()
public IdentityAssociationImpl(com.idoox.wasp.server.config.ServiceBindingConfig.IdentityAssociation confIface)
public IdentityAssociationImpl(com.idoox.wasp.server.config.ServiceBindingConfig.IdentityAssociation confIface, boolean copyPass)
Method Detail |
public java.lang.String getProviderName()
getProviderName
in interface com.idoox.wasp.server.config.ServiceBindingConfig.IdentityAssociation
public void setProviderName(java.lang.String providerName)
setProviderName
in interface com.idoox.wasp.server.config.ServiceBindingConfig.IdentityAssociation
public java.lang.String getIdentityName()
getIdentityName
in interface com.idoox.wasp.server.config.ServiceBindingConfig.IdentityAssociation
public void setIdentityName(java.lang.String identityName)
setIdentityName
in interface com.idoox.wasp.server.config.ServiceBindingConfig.IdentityAssociation
public byte[] getPassword()
getPassword
in interface com.idoox.wasp.server.config.ServiceBindingConfig.IdentityAssociation
public void setPassword(byte[] password)
setPassword
in interface com.idoox.wasp.server.config.ServiceBindingConfig.IdentityAssociation
public void copy(com.idoox.wasp.server.config.ServiceBindingConfig.IdentityAssociation confIface)
public void copy(com.idoox.wasp.server.config.ServiceBindingConfig.IdentityAssociation confIface, boolean copyPass)
true
if the password should be copied, otherwise null value will be set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |