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)


Field Summary
 
Fields inherited from interface org.eclipse.higgins.icard.provider.cardspace.db.IDAO
CHANGED_OBJ, DELETED_OBJ, NEW_OBJ, PRE_DELETED_NEW_OBJ, PRE_DELETED_STORED_OBJ, STORED_OBJ
 
Method Summary
 int getCardID()
          ID of owner DAO card
 String getCredential()
           
 String getEndpointAddress()
           
 String getHint()
           
 String getIdentity()
           
 String getMetadata()
           
 void setCredential(String credential)
           
 void setEndpointAddress(String endpointAddress)
           
 void setHint(String hint)
           
 void setIdentity(String identity)
           
 void setMetadata(String metadata)
           
 
Methods inherited from interface org.eclipse.higgins.icard.provider.cardspace.db.IDAO
addListener, getID, getState, removeListener, setDeleteState, store
 

Method Detail

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