org.eclipse.higgins.icard.provider.cardspace.db
Interface IDaoTokenService
- All Superinterfaces:
- IDAO
- public interface IDaoTokenService
- extends IDAO
Database access object which represents token service of
cardspace-compatible managed card (see cardspace techref)
getCardID
public int getCardID()
- ID of owner DAO card
- Returns:
getEndpointAddress
public String getEndpointAddress()
- Returns:
getHint
public String getHint()
- Returns:
getIdentity
public String getIdentity()
- Returns:
getCredential
public String getCredential()
- Returns:
getMetadata
public String getMetadata()
- Returns:
setEndpointAddress
public void setEndpointAddress(String endpointAddress)
throws org.eclipse.higgins.icard.CardException
- Parameters:
endpointAddress -
- Throws:
org.eclipse.higgins.icard.CardException
setHint
public void setHint(String hint)
throws org.eclipse.higgins.icard.CardException
- Parameters:
hint -
- Throws:
org.eclipse.higgins.icard.CardException
setIdentity
public void setIdentity(String identity)
throws org.eclipse.higgins.icard.CardException
- Parameters:
identity -
- Throws:
org.eclipse.higgins.icard.CardException
setCredential
public void setCredential(String credential)
throws org.eclipse.higgins.icard.CardException
- Parameters:
credential -
- Throws:
org.eclipse.higgins.icard.CardException
setMetadata
public void setMetadata(String metadata)
throws org.eclipse.higgins.icard.CardException
- Parameters:
metadata -
- Throws:
org.eclipse.higgins.icard.CardException