ibrokerkit.iservicestore.store
Interface Authentication
- All Superinterfaces:
- java.lang.Comparable<IService>, IService, java.io.Serializable
- All Known Implementing Classes:
- AbstractAuthentication, DbAuthentication
public interface Authentication
- extends IService
An Authentication (OpenID) i-service.
Each Authentication i-service holds a hashed password, which is used for
authenticating users at the i-service endpoint. The hashed password is not
automatically calculated by ibrokerStore but must be set by an application, e.g.
by using StoreUtil.
- See Also:
StoreUtil
|
Method Summary |
java.lang.String |
getPass()
Get the hashed password associated with this Authentication i-service. |
void |
setPass(java.lang.String pass)
Set the hashed password associated with this Authentication i-service. |
| Methods inherited from interface ibrokerkit.iservicestore.store.IService |
getAttributes, getEnabled, getId, getIndx, getName, getQxri, getTimestamp, setAttributes, setEnabled, setIndx, setName, setQxri |
| Methods inherited from interface java.lang.Comparable |
compareTo |
getPass
java.lang.String getPass()
- Get the hashed password associated with this Authentication i-service.
- Returns:
- Hashed password.
setPass
void setPass(java.lang.String pass)
- Set the hashed password associated with this Authentication i-service.
- Parameters:
pass - Hashed password.
Copyright © 2009. All Rights Reserved.