A B C D E F G H I L M N O P R S T U V W

A

ABORT - Static variable in class org.beepcore.beep.profile.sasl.Blob
 
ANONYMOUS - Static variable in class org.beepcore.beep.profile.sasl.anonymous.SASLAnonymousProfile
 
Algorithm - interface org.beepcore.beep.profile.sasl.otp.algorithm.Algorithm.
 
AlgorithmImpl - class org.beepcore.beep.profile.sasl.otp.algorithm.AlgorithmImpl.
 
AlgorithmImpl(String) - Constructor for class org.beepcore.beep.profile.sasl.otp.algorithm.AlgorithmImpl
Method AlgorithmImpl
AuthenticateSASLAnonymous(Session, String) - Static method in class org.beepcore.beep.profile.sasl.anonymous.SASLAnonymousProfile
Method authencitateSASLAnonymous is an Initiator routine designed to allow a peer to authenticate to another one.
AuthenticateSASLAnonymousPiggyback(Session, String) - Static method in class org.beepcore.beep.profile.sasl.anonymous.SASLAnonymousProfile
Method authencitateSASLAnonymousPiggyback is an Initiator routine designed to allow a peer to authenticate to another one.
AuthenticateSASLOTP(Session, String, String, String) - Static method in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
Method AuthenticateSASLOTP starts SASL OTP Authentication between two peers.
AuthenticateSASLOTPPiggybacked(Session, String, String, String) - Static method in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 
AuthenticateSASLOTPWithInit(Session, String, String, String, String, String, String, String) - Static method in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 
AuthenticationFailureException - exception org.beepcore.beep.profile.sasl.AuthenticationFailureException.
This is the general superclass for all exceptions pertaining to the failure of SASL Authentication.
AuthenticationFailureException(String) - Constructor for class org.beepcore.beep.profile.sasl.AuthenticationFailureException
 
addEntry(Session) - Method in class org.beepcore.beep.profile.sasl.SASLSessionTable
Method addEntry, adds information to the SASLSession table to track what sessions have been authenicated with what critera.
addUser(String, String, String, String, String) - Method in interface org.beepcore.beep.profile.sasl.otp.database.UserDatabaseManager
Method addUser
addUser(String, String, String, String, String) - Method in class org.beepcore.beep.profile.sasl.otp.database.UserDatabasePool
 
advertiseProfile(Session) - Method in class org.beepcore.beep.profile.sasl.anonymous.SASLAnonymousProfile
 
advertiseProfile(Session) - Method in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 

B

Blob - class org.beepcore.beep.profile.sasl.Blob.
The Blob class tries to abstract some of the complexity inherent in dealing with the XML elements that are used in the SASL profiles.
Blob(int) - Constructor for class org.beepcore.beep.profile.sasl.Blob
This is the Constructor for those that want to create and send a blob.
Blob(int, String) - Constructor for class org.beepcore.beep.profile.sasl.Blob
This is the Constructor for those that want to create and send a blob.
Blob(int, byte[]) - Constructor for class org.beepcore.beep.profile.sasl.Blob
This is the Constructor for those that want to create and send a blob.
Blob(String) - Constructor for class org.beepcore.beep.profile.sasl.Blob
Constructor for those that want to 'receive' or 'digest' a blob.

C

COMPLETE - Static variable in class org.beepcore.beep.profile.sasl.Blob
 
COMPLETE - Static variable in class org.beepcore.beep.profile.sasl.SASLProfile
 
CONTINUE - Static variable in class org.beepcore.beep.profile.sasl.Blob
 
ConfigurationException - exception org.beepcore.beep.profile.sasl.ConfigurationException.
This is the general superclass for all exceptions pertaining to configuration issues for SASL.
ConfigurationException(String) - Constructor for class org.beepcore.beep.profile.sasl.ConfigurationException
 
clearCredential(Session, SASLProfile) - Static method in class org.beepcore.beep.profile.sasl.SASLProfile
Method clearCredential simply clears the credentials associated with a given Session - this is typically done before a new authentication is attempted.
closeChannel(Channel) - Method in class org.beepcore.beep.profile.sasl.anonymous.SASLAnonymousProfile
 
closeChannel(Channel) - Method in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 
convertBytesToHex(byte[]) - Static method in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 
convertBytesToLong(byte[]) - Method in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 
convertHexToBytes(String) - Static method in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 
convertHexToLong(String) - Static method in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 
convertLongToBytes(long) - Static method in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 

D

DEFAULT_BLOB_SIZE - Static variable in class org.beepcore.beep.profile.sasl.Blob
 

E

ENCODING_BASE64 - Static variable in class org.beepcore.beep.profile.sasl.SASLProfile
 
ENCODING_DEFAULT - Static variable in class org.beepcore.beep.profile.sasl.SASLProfile
 
ENCODING_NONE - Static variable in class org.beepcore.beep.profile.sasl.SASLProfile
 
ERR_DB_PARSE - Static variable in interface org.beepcore.beep.profile.sasl.otp.database.UserDatabaseManager
 
ERR_HASH_FAILURE - Static variable in interface org.beepcore.beep.profile.sasl.otp.algorithm.Algorithm
 
ERR_INVALID_ID - Static variable in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 
ERR_PARSING_DB - Static variable in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 
ERR_REJECTED - Static variable in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 
EXT - Static variable in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 

F

failListenerAuthentication(Session) - Method in class org.beepcore.beep.profile.sasl.SASLProfile
 
failListenerAuthentication(Session, String) - Method in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 
find(int) - Static method in class org.beepcore.beep.profile.sasl.otp.OTPDictionary
 
find(String) - Static method in class org.beepcore.beep.profile.sasl.otp.OTPDictionary
 
finishInitiatorAuthentication(SessionCredential, Session) - Method in class org.beepcore.beep.profile.sasl.SASLProfile
Method finishInitiatorAuthentication basically says 'we've authenticated successfully' and calls the tuningprofile method (exposed by SASLProfile's extension of the core class TuningProfile) which sets the local credential.
finishInitiatorAuthentication(SessionCredential, Session) - Method in class org.beepcore.beep.profile.sasl.anonymous.SASLAnonymousProfile
Method finishInitiatorAuthentication see SASLProfile's version of this.
finishInitiatorAuthentication(SessionCredential, Session) - Method in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 
finishListenerAuthentication(SessionCredential, Session) - Method in class org.beepcore.beep.profile.sasl.SASLProfile
Method finishListenerAuthentication basically says 'some peer has authenticated successfully' and calls the tuningprofile method (exposed by SASLProfile's extension of the core class TuningProfile) which sets the peer credential.
finishListenerAuthentication(SessionCredential, Session) - Method in class org.beepcore.beep.profile.sasl.anonymous.SASLAnonymousProfile
Method finishListenerAuthentication see SASLProfile's version of this.
finishListenerAuthentication(SessionCredential, Session) - Method in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 
foldHash(byte[]) - Method in class org.beepcore.beep.profile.sasl.otp.algorithm.AlgorithmImpl
Method foldHash is provided for implementations, as the value of the message digest hash must be folding into 64 bits before it can be used by the SASLOTPProfile and its supporting classes.
foldHash(byte[]) - Method in class org.beepcore.beep.profile.sasl.otp.algorithm.md5.MD5
 
foldHash(byte[]) - Method in class org.beepcore.beep.profile.sasl.otp.algorithm.sha1.SHA1
 

G

generateHash(String) - Method in interface org.beepcore.beep.profile.sasl.otp.algorithm.Algorithm
 
generateHash(byte[]) - Method in interface org.beepcore.beep.profile.sasl.otp.algorithm.Algorithm
 
generateHash(String) - Method in class org.beepcore.beep.profile.sasl.otp.algorithm.AlgorithmImpl
Method generateHash generate a hash value using the appropriate hash function.
generateHash(byte[]) - Method in class org.beepcore.beep.profile.sasl.otp.algorithm.AlgorithmImpl
Method generateHash generate a hash value using the appropriate hash function.
generateHash(byte[]) - Method in class org.beepcore.beep.profile.sasl.otp.algorithm.md5.MD5
 
generateHash(byte[]) - Method in class org.beepcore.beep.profile.sasl.otp.algorithm.sha1.SHA1
 
getAlgorithmName() - Static method in class org.beepcore.beep.profile.sasl.otp.algorithm.md5.MD5
 
getAlgorithmName() - Static method in class org.beepcore.beep.profile.sasl.otp.algorithm.sha1.SHA1
 
getAlgorithmName() - Method in interface org.beepcore.beep.profile.sasl.otp.database.UserDatabase
Method getAlgorithmName returns the algorithm associated with this particular user and OTP database.
getAlgorithmName() - Method in class org.beepcore.beep.profile.sasl.otp.database.UserDatabaseImpl
Method getAlgorithmName
getAuthenticator() - Method in interface org.beepcore.beep.profile.sasl.otp.database.UserDatabase
Method getAuthenticator
getAuthenticator() - Method in class org.beepcore.beep.profile.sasl.otp.database.UserDatabaseImpl
Method getLastHash
getData() - Method in class org.beepcore.beep.profile.sasl.Blob
Returns the blob data as a String.
getDataBytes() - Method in class org.beepcore.beep.profile.sasl.Blob
Returns the blob data as bytes.
getLastHash() - Method in interface org.beepcore.beep.profile.sasl.otp.database.UserDatabase
Method getLastHash
getLastHash() - Method in class org.beepcore.beep.profile.sasl.otp.database.UserDatabaseImpl
Method getLastHash
getLastHashAsString() - Method in interface org.beepcore.beep.profile.sasl.otp.database.UserDatabase
Method getLastHashAsString
getLastHashAsString() - Method in class org.beepcore.beep.profile.sasl.otp.database.UserDatabaseImpl
Method getLastHash
getName() - Method in interface org.beepcore.beep.profile.sasl.otp.algorithm.Algorithm
 
getName() - Method in class org.beepcore.beep.profile.sasl.otp.algorithm.AlgorithmImpl
Method getName
getName() - Method in class org.beepcore.beep.profile.sasl.otp.algorithm.md5.MD5
 
getName() - Method in class org.beepcore.beep.profile.sasl.otp.algorithm.sha1.SHA1
 
getSeed() - Method in interface org.beepcore.beep.profile.sasl.otp.database.UserDatabase
Method getSeed
getSeed() - Method in class org.beepcore.beep.profile.sasl.otp.database.UserDatabaseImpl
Method getLastHash
getSequence() - Method in interface org.beepcore.beep.profile.sasl.otp.database.UserDatabase
Method getSequence
getSequence() - Method in class org.beepcore.beep.profile.sasl.otp.database.UserDatabaseImpl
Method getLastHash
getStartChannelListener() - Method in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 
getStatus() - Method in class org.beepcore.beep.profile.sasl.Blob
Returns the status used in the blob - can be 'none'.
getUser(String) - Method in interface org.beepcore.beep.profile.sasl.otp.database.UserDatabaseManager
Method getUser This method is provided as a means for users of the OTP databases to retrieve the information contained in them, in the form of an instance of UserDatabase.
getUser(String) - Method in class org.beepcore.beep.profile.sasl.otp.database.UserDatabasePool
Method getUser This method is provided as a means for users of the OTP databases to retrieve the information contained in them, in the form of an instance of UserDatabase.
greetingReceived(SessionEvent) - Method in class org.beepcore.beep.profile.sasl.SASLSessionTable
 

H

HEX - Static variable in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 
HEX_INIT - Static variable in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 

I

IllegalOTPStateException - exception org.beepcore.beep.profile.sasl.otp.IllegalOTPStateException.
This object is used to represent exceptions and errors relative to the order in which OTP authentication is supposed to take place, such as messages being sent out of order, that sort of thing.
IllegalOTPStateException() - Constructor for class org.beepcore.beep.profile.sasl.otp.IllegalOTPStateException
 
InvalidParameterException - exception org.beepcore.beep.profile.sasl.InvalidParameterException.
This exception is thrown when a peer uses invalid parameters.
InvalidParameterException() - Constructor for class org.beepcore.beep.profile.sasl.InvalidParameterException
 
InvalidParameterException(String) - Constructor for class org.beepcore.beep.profile.sasl.InvalidParameterException
 
init(String, ProfileConfiguration) - Method in class org.beepcore.beep.profile.sasl.anonymous.SASLAnonymousProfile
 
init(String, ProfileConfiguration) - Method in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
Method init is used to construct various static data used in the SASL OTP profile.

L

LOCALIZE_DEFAULT - Static variable in class org.beepcore.beep.profile.sasl.SASLProfile
 

M

MD5 - class org.beepcore.beep.profile.sasl.otp.algorithm.md5.MD5.
 
MD5() - Constructor for class org.beepcore.beep.profile.sasl.otp.algorithm.md5.MD5
 
MD5_NAME - Static variable in class org.beepcore.beep.profile.sasl.otp.algorithm.md5.MD5
 
MECHANISM - Static variable in class org.beepcore.beep.profile.sasl.anonymous.SASLAnonymousProfile
 
MECHANISM - Static variable in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 
MSG - Static variable in class org.beepcore.beep.profile.sasl.InvalidParameterException
 
MSG - Static variable in class org.beepcore.beep.profile.sasl.PeerAbortException
 
MSG - Static variable in class org.beepcore.beep.profile.sasl.otp.IllegalOTPStateException
 
MSG - Static variable in class org.beepcore.beep.profile.sasl.otp.database.NoMorePasswordsException
 
MSG - Static variable in class org.beepcore.beep.profile.sasl.otp.database.UserDBNotFoundException
 
main(String[]) - Static method in class org.beepcore.beep.profile.sasl.otp.OTPGenerator
Method main is the method used to run the OTP generator.

N

NONE - Static variable in class org.beepcore.beep.profile.sasl.Blob
 
NoMorePasswordsException - exception org.beepcore.beep.profile.sasl.otp.database.NoMorePasswordsException.
This Exception represents the error case in which a peer attempting to authenticate via SASL OTP finds that no more one-time passwords are available.
NoMorePasswordsException(String) - Constructor for class org.beepcore.beep.profile.sasl.otp.database.NoMorePasswordsException
Default Constructor

O

OTPDictionary - class org.beepcore.beep.profile.sasl.otp.OTPDictionary.
 
OTPDictionary() - Constructor for class org.beepcore.beep.profile.sasl.otp.OTPDictionary
 
OTPGenerator - class org.beepcore.beep.profile.sasl.otp.OTPGenerator.
This class serves as a utility that generates OTP information (in the form of a java.util.Properties that can be written to network or disk.
OTPGenerator() - Constructor for class org.beepcore.beep.profile.sasl.otp.OTPGenerator
 
OTP_ALGO - Static variable in interface org.beepcore.beep.profile.sasl.otp.database.UserDatabaseManager
 
OTP_AUTHENTICATOR - Static variable in interface org.beepcore.beep.profile.sasl.otp.database.UserDatabaseManager
 
OTP_DB_FILENAME - Static variable in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 
OTP_HEADER - Static variable in interface org.beepcore.beep.profile.sasl.otp.database.UserDatabaseManager
 
OTP_LAST_HASH - Static variable in interface org.beepcore.beep.profile.sasl.otp.database.UserDatabaseManager
 
OTP_MECH - Static variable in interface org.beepcore.beep.profile.sasl.otp.database.UserDatabaseManager
 
OTP_SEED - Static variable in interface org.beepcore.beep.profile.sasl.otp.database.UserDatabaseManager
 
OTP_SEQUENCE - Static variable in interface org.beepcore.beep.profile.sasl.otp.database.UserDatabaseManager
 
OTP_SUFFIX - Static variable in interface org.beepcore.beep.profile.sasl.otp.database.UserDatabaseManager
 
org.beepcore.beep.profile.sasl - package org.beepcore.beep.profile.sasl
 
org.beepcore.beep.profile.sasl.anonymous - package org.beepcore.beep.profile.sasl.anonymous
 
org.beepcore.beep.profile.sasl.otp - package org.beepcore.beep.profile.sasl.otp
 
org.beepcore.beep.profile.sasl.otp.algorithm - package org.beepcore.beep.profile.sasl.otp.algorithm
 
org.beepcore.beep.profile.sasl.otp.algorithm.md5 - package org.beepcore.beep.profile.sasl.otp.algorithm.md5
 
org.beepcore.beep.profile.sasl.otp.algorithm.sha1 - package org.beepcore.beep.profile.sasl.otp.algorithm.sha1
 
org.beepcore.beep.profile.sasl.otp.database - package org.beepcore.beep.profile.sasl.otp.database
 

P

PeerAbortException - exception org.beepcore.beep.profile.sasl.PeerAbortException.
This exception is thrown when the library detects that the other peer has aborted the authentication sequence.
PeerAbortException() - Constructor for class org.beepcore.beep.profile.sasl.PeerAbortException
 
populateUserDatabases() - Method in class org.beepcore.beep.profile.sasl.otp.database.UserDatabasePool
Method populateUserDatabases is a simple stub routine used to test the library.

R

removeEntry(Session) - Method in class org.beepcore.beep.profile.sasl.SASLSessionTable
Method removeEntry removes SASL/Authenticator data from the SASLSession table.
removeUserDB(String) - Method in interface org.beepcore.beep.profile.sasl.otp.database.UserDatabaseManager
Method purgeUserDatabase is a routine designed to allow for the removal of a user db.
removeUserDB(String) - Method in class org.beepcore.beep.profile.sasl.otp.database.UserDatabasePool
Method removeUserDB causes the long-term representation (e.g. file) of the user's OTP database to be removed.

S

SASL - Static variable in class org.beepcore.beep.profile.sasl.SASLProfile
 
SASLAnonymousProfile - class org.beepcore.beep.profile.sasl.anonymous.SASLAnonymousProfile.
This class implements the Anonymous SASL mechanism as an extension of the base SASL profile.
SASLAnonymousProfile() - Constructor for class org.beepcore.beep.profile.sasl.anonymous.SASLAnonymousProfile
 
SASLException - exception org.beepcore.beep.profile.sasl.SASLException.
This is the general superclass for all SASL exceptions.
SASLException(String) - Constructor for class org.beepcore.beep.profile.sasl.SASLException
 
SASLOTPProfile - class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile.
This class implements the OTP (One-Time-Password) SASL mechanism as an extension of the base SASL profile.
SASLOTPProfile() - Constructor for class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 
SASLProfile - class org.beepcore.beep.profile.sasl.SASLProfile.
This class is the base SASL Profile implementation.
SASLProfile() - Constructor for class org.beepcore.beep.profile.sasl.SASLProfile
 
SASLSessionTable - class org.beepcore.beep.profile.sasl.SASLSessionTable.
This class is provided to give the SASL profiles a way to record what other peers have authenticated to the peer they're serving.
SASL_OTP - Static variable in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 
SASL_STATUS_ABORT - Static variable in class org.beepcore.beep.profile.sasl.SASLProfile
 
SASL_STATUS_COMPLETE - Static variable in class org.beepcore.beep.profile.sasl.SASLProfile
 
SASL_STATUS_CONTINUE - Static variable in class org.beepcore.beep.profile.sasl.SASLProfile
 
SASL_STATUS_NONE - Static variable in class org.beepcore.beep.profile.sasl.SASLProfile
 
SEPARATOR - Static variable in class org.beepcore.beep.profile.sasl.InvalidParameterException
 
SHA1 - class org.beepcore.beep.profile.sasl.otp.algorithm.sha1.SHA1.
This class does the 'funky OTP stuff' to the SHA1 hash (basically folds it to 64 bits and makes it little endian).
SHA1() - Constructor for class org.beepcore.beep.profile.sasl.otp.algorithm.sha1.SHA1
 
SPACE - Static variable in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 
STATUS_ABORT - Static variable in class org.beepcore.beep.profile.sasl.Blob
 
STATUS_COMPLETE - Static variable in class org.beepcore.beep.profile.sasl.Blob
 
STATUS_CONTINUE - Static variable in class org.beepcore.beep.profile.sasl.Blob
 
STATUS_LIMIT - Static variable in class org.beepcore.beep.profile.sasl.Blob
 
STATUS_NONE - Static variable in class org.beepcore.beep.profile.sasl.Blob
 
SequenceZeroFailure - exception org.beepcore.beep.profile.sasl.otp.SequenceZeroFailure.
This exception is used when a user attempts to authenticate via SASL OTP and it is determined that the user has no more valid hashes left in their OTP database.
SequenceZeroFailure() - Constructor for class org.beepcore.beep.profile.sasl.otp.SequenceZeroFailure
 
sessionClosed(SessionEvent) - Method in class org.beepcore.beep.profile.sasl.SASLSessionTable
Method receiveEvent is implemented here so the SASLSessionTable can receive events when a session is terminated (so that it can update its information about what sessions are actively authenticated etc.
sessionReset(SessionResetEvent) - Method in class org.beepcore.beep.profile.sasl.SASLSessionTable
Method receiveEvent is implemented here so the SASLSessionTable can receive events when a session is reset (so that it can update its information about what sessions are actively authenticated etc.
sessionTable - Variable in class org.beepcore.beep.profile.sasl.SASLProfile
 
startChannel(Channel, String, String) - Method in class org.beepcore.beep.profile.sasl.anonymous.SASLAnonymousProfile
Our extension of Start Channel (see ChannelControlListener) does a lot of things.
startChannel(Channel, String, String) - Method in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 

T

toString() - Method in class org.beepcore.beep.profile.sasl.Blob
Returns a representation of the Blob as it would be sent out on the wire (with the data encoded).

U

URI - Static variable in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 
UserDBNotFoundException - exception org.beepcore.beep.profile.sasl.otp.database.UserDBNotFoundException.
This class represents errors associated with either the non-existence of a SASL OTP database for a given user, or errors associated with reading or parsing of the said database.
UserDBNotFoundException(String) - Constructor for class org.beepcore.beep.profile.sasl.otp.database.UserDBNotFoundException
Default Constructor
UserDatabase - interface org.beepcore.beep.profile.sasl.otp.database.UserDatabase.
This interface represents all the information associated with a given user for SASL OTP, including password hashes, seeds, and the sequence number.
UserDatabaseImpl - class org.beepcore.beep.profile.sasl.otp.database.UserDatabaseImpl.
This class is an implementation of UserDatabase interface.
UserDatabaseManager - interface org.beepcore.beep.profile.sasl.otp.database.UserDatabaseManager.
This class provides several routines through which one can retrieve implementations of SASL OTP User Databases.
UserDatabasePool - class org.beepcore.beep.profile.sasl.otp.database.UserDatabasePool.
This class implements UserDatabaseManager with a simple implementation.
UserDatabasePool() - Constructor for class org.beepcore.beep.profile.sasl.otp.database.UserDatabasePool
 
updateLastHash(String) - Method in interface org.beepcore.beep.profile.sasl.otp.database.UserDatabase
Method updateLastHash
updateLastHash(String) - Method in class org.beepcore.beep.profile.sasl.otp.database.UserDatabaseImpl
Method updateLastHash
updateUserDB(UserDatabase) - Method in interface org.beepcore.beep.profile.sasl.otp.database.UserDatabaseManager
Method updateUserDB causes the long-term representation (e.g. file) of the user's OTP database to be updated after a successful authentication.
updateUserDB(UserDatabase) - Method in class org.beepcore.beep.profile.sasl.otp.database.UserDatabasePool
Method updateUserDB causes the long-term representation (e.g. file) of the user's OTP database to be updated after a successful authentication.
uri - Static variable in class org.beepcore.beep.profile.sasl.anonymous.SASLAnonymousProfile
 

V

validateIdentity(String, OTPAuthenticator) - Method in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 

W

WORD - Static variable in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 
WORD_INIT - Static variable in class org.beepcore.beep.profile.sasl.otp.SASLOTPProfile
 

A B C D E F G H I L M N O P R S T U V W

Copyright ? 2001 Invisible Worlds, Inc. All Rights Reserved.