Package ca.phon.session.spi
Interface TranscriberSPI
- All Known Implementing Classes:
TranscriberImpl
public interface TranscriberSPI
-
Method Summary
Modifier and TypeMethodDescriptionThe hashed-passwordThe real nameThe transcriber usernamevoid
setPassword
(String password) void
setRealName
(String name) void
setUsePassword
(boolean v) void
setUsername
(String username) boolean
Using password?
-
Method Details