|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tensegrity.palowebviewer.server.security.BaseMd5Authentificator
public abstract class BaseMd5Authentificator
BaseMd5Authentificator for authenificate user from cookies
Constructor Summary | |
---|---|
BaseMd5Authentificator()
Create BaseMd5Authentificator, initialize md5 algorithm |
Method Summary | |
---|---|
java.lang.String |
calculateHash(java.lang.String key)
Calculate hash for a given key |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.tensegrity.palowebviewer.server.security.IAuthenificator |
---|
authentificate, hashAuthentificate |
Constructor Detail |
---|
public BaseMd5Authentificator() throws PaloWebViewerException
PaloWebViewerException
- if can't create md5 algorithmMethod Detail |
---|
public java.lang.String calculateHash(java.lang.String key)
calculateHash
in interface IAuthenificator
key
- password
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |