|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectibrokerkit.iservicestore.store.impl.AbstractAuthentication
ibrokerkit.iservicestore.store.impl.db.DbAuthentication
public class DbAuthentication
| Method Summary | |
|---|---|
static java.util.List<DbAuthentication> |
All(org.hibernate.Session session)
|
static java.util.List<DbAuthentication> |
AllByIndx(org.hibernate.Session session,
java.lang.String indx)
|
static java.util.List<DbAuthentication> |
AllByQxri(org.hibernate.Session session,
java.lang.String qxri)
|
static java.lang.Long |
Count(org.hibernate.Session session)
|
static DbAuthentication |
EnabledByQxri(org.hibernate.Session session,
java.lang.String qxri)
|
java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
Get arbitrary key/value pairs. |
java.lang.Boolean |
getEnabled()
Get a flag whether the i-service is enabled or not. |
java.lang.Long |
getId()
Get the internal ID of this i-service. |
java.lang.String |
getIndx()
Get the INDX value of this i-service. |
java.lang.String |
getName()
Get the internal name of this i-service. |
java.lang.String |
getPass()
Get the hashed password associated with this Authentication i-service. |
java.lang.String |
getQxri()
Get the QXRI this i-service is bound to. |
java.sql.Timestamp |
getTimestamp()
Get the internal timestamp of this i-service. |
void |
setAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
Set arbitrary key/value pairs. |
void |
setEnabled(java.lang.Boolean enabled)
Set a flag whether the i-service is enabled or not. |
void |
setIndx(java.lang.String indx)
Set the INDX value of this i-service. |
void |
setName(java.lang.String name)
Get the internal name of this i-service. |
void |
setPass(java.lang.String pass)
Set the hashed password associated with this Authentication i-service. |
void |
setQxri(java.lang.String qxri)
Set the QXRI this i-service is bound to. |
| Methods inherited from class ibrokerkit.iservicestore.store.impl.AbstractAuthentication |
|---|
compareTo, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.Long getId()
IService
getId in interface IServicepublic java.sql.Timestamp getTimestamp()
IService
getTimestamp in interface IServicepublic java.lang.String getQxri()
IService
getQxri in interface IServicepublic void setQxri(java.lang.String qxri)
IService
setQxri in interface IServiceqxri - Qxri.public java.lang.String getName()
IService
getName in interface IServicepublic void setName(java.lang.String name)
IService
setName in interface IServicename - Name.public java.lang.Boolean getEnabled()
IService
getEnabled in interface IServicepublic void setEnabled(java.lang.Boolean enabled)
IService
setEnabled in interface IServiceenabled - Enabled flag.public java.util.Map<java.lang.String,java.lang.String> getAttributes()
IService
getAttributes in interface IServicepublic void setAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
IService
setAttributes in interface IServiceattributes - Attributes.public java.lang.String getIndx()
IService
getIndx in interface IServicepublic void setIndx(java.lang.String indx)
IService
setIndx in interface IServiceindx - Indx.public java.lang.String getPass()
Authentication
getPass in interface Authenticationpublic void setPass(java.lang.String pass)
Authentication
setPass in interface Authenticationpass - Hashed password.public static java.util.List<DbAuthentication> All(org.hibernate.Session session)
public static java.util.List<DbAuthentication> AllByQxri(org.hibernate.Session session,
java.lang.String qxri)
public static java.util.List<DbAuthentication> AllByIndx(org.hibernate.Session session,
java.lang.String indx)
public static DbAuthentication EnabledByQxri(org.hibernate.Session session,
java.lang.String qxri)
public static java.lang.Long Count(org.hibernate.Session session)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||