|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcafe.fingerprintauthentication.FingerprintSettings
public class FingerprintSettings
This class contains settings needed by the FingerprintAuthentication component
| Constructor Summary | |
|---|---|
FingerprintSettings(java.lang.String licensepath,
java.lang.String nativelibrarypath,
java.lang.String loglevel,
java.lang.String logpath)
Constructs a new FingerprintSettings instance with the given parameters. |
|
| Method Summary | |
|---|---|
java.lang.String |
getLicensePath()
Returns the path to Griaule GrFinger's license file. |
java.lang.String |
getLoglevel()
Returns the log level of the logger |
java.lang.String |
getLogpath()
Returns the path to log |
java.lang.String |
getNativeLibraryPath()
Returns the path to Griaule GrFinger's native libraries. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FingerprintSettings(java.lang.String licensepath,
java.lang.String nativelibrarypath,
java.lang.String loglevel,
java.lang.String logpath)
licensepath - Path to Griaule GrFinger's license file.nativelibrarypath - Path to Griaule GrFinger's native libraries.| Method Detail |
|---|
public java.lang.String getLicensePath()
public java.lang.String getNativeLibraryPath()
public java.lang.String getLoglevel()
public java.lang.String getLogpath()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||