org.wso2.wsas.persistence.dao
Class SecurityTokenDAO

java.lang.Object
  extended byorg.wso2.wsas.persistence.dao.BaseDAO
      extended byorg.wso2.wsas.persistence.dao.SecurityTokenDAO

public class SecurityTokenDAO
extends BaseDAO


Field Summary
 
Fields inherited from class org.wso2.wsas.persistence.dao.BaseDAO
hbConfig
 
Constructor Summary
SecurityTokenDAO(HibernateConfig hbConfig)
           
 
Method Summary
 SecurityTokenDO[] getAllTokens()
           
 SecurityTokenDO getToken(java.lang.String tokenId)
           
 
Methods inherited from class org.wso2.wsas.persistence.dao.BaseDAO
create, createOrUpdate, delete, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityTokenDAO

public SecurityTokenDAO(HibernateConfig hbConfig)
Method Detail

getToken

public SecurityTokenDO getToken(java.lang.String tokenId)

getAllTokens

public SecurityTokenDO[] getAllTokens()