Uses of Class
org.eclipse.higgins.icard.CUID

Packages that use CUID
org.eclipse.higgins.icard   
 

Uses of CUID in org.eclipse.higgins.icard
 

Methods in org.eclipse.higgins.icard that return CUID
 CUID ICard.getCUID()
          Gets the unique identifier of the i-card in the i-card registry.
 

Methods in org.eclipse.higgins.icard with parameters of type CUID
 ICard ICardProvider.getICardByCUID(CallbackHandler authHandler, CUID cuid)
          Gets user's ICard whose identity could be requested using spesified callback handler which have the spesified unique identifier.
 ICard ICardProvider.getICardByCUID(CallbackHandler authHandler, CUID cuid, ICredential userCredential)
          Gets fully loaded user's ICard whose identity could be requested using spesified callback handler which have the spesified unique identifier.