Package net.solarnetwork.central.dao
Interface SecurityTokenDao
public interface SecurityTokenDao
DAO API for
SecurityToken instances.-
Method Summary
Modifier and TypeMethodDescriptionsecurityTokenForId(String tokenId) Get a security token for a given ID.
-
Method Details
-
securityTokenForId
Get a security token for a given ID.- Parameters:
tokenId- the token ID- Returns:
- the token
-