Package ca.phon.session.impl
Class TranscriberImpl
java.lang.Object
ca.phon.session.impl.TranscriberImpl
- All Implemented Interfaces:
TranscriberSPI
-
Constructor Summary
-
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?
-
Constructor Details
-
TranscriberImpl
public TranscriberImpl()
-
-
Method Details
-
getUsername
Description copied from interface:TranscriberSPI
The transcriber username- Specified by:
getUsername
in interfaceTranscriberSPI
-
setUsername
- Specified by:
setUsername
in interfaceTranscriberSPI
-
getRealName
Description copied from interface:TranscriberSPI
The real name- Specified by:
getRealName
in interfaceTranscriberSPI
-
setRealName
- Specified by:
setRealName
in interfaceTranscriberSPI
-
usePassword
public boolean usePassword()Description copied from interface:TranscriberSPI
Using password?- Specified by:
usePassword
in interfaceTranscriberSPI
-
setUsePassword
public void setUsePassword(boolean v) - Specified by:
setUsePassword
in interfaceTranscriberSPI
-
getPassword
Description copied from interface:TranscriberSPI
The hashed-password- Specified by:
getPassword
in interfaceTranscriberSPI
-
setPassword
- Specified by:
setPassword
in interfaceTranscriberSPI
-