jboss-sasl 1.0.0.Beta1

org.jboss.sasl.anonymous
Class AbstractAnonymousFactory

java.lang.Object
  extended by org.jboss.sasl.util.AbstractSaslFactory
      extended by org.jboss.sasl.anonymous.AbstractAnonymousFactory
Direct Known Subclasses:
AnonymousClientFactory, AnonymousServerFactory

public abstract class AbstractAnonymousFactory
extends AbstractSaslFactory

A base class for the anonymous factories to verify from the properties supplied if anonymous can be used.

Author:
Darran Lofthouse

Field Summary
static String ANONYMOUS
          The name of the ANONYMOUS SASL mechanism.
 
Constructor Summary
protected AbstractAnonymousFactory()
          Construct a new instance.
 
Method Summary
protected  boolean isDictionarySusceptible()
          Determine whether the mechanism is susceptible to dictionary (passive) attacks.
protected  boolean isPlainText()
          Determine whether the algorithm employs plain text.
 
Methods inherited from class org.jboss.sasl.util.AbstractSaslFactory
getMechanismNames, getPropertyValue, isActiveSusceptible, isAnonymous, isForwardSecrecy, isIncluded, isPassCredentials, matches
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANONYMOUS

public static final String ANONYMOUS
The name of the ANONYMOUS SASL mechanism.

See Also:
Constant Field Values
Constructor Detail

AbstractAnonymousFactory

protected AbstractAnonymousFactory()
Construct a new instance.

Method Detail

isDictionarySusceptible

protected boolean isDictionarySusceptible()
Description copied from class: AbstractSaslFactory
Determine whether the mechanism is susceptible to dictionary (passive) attacks.

Overrides:
isDictionarySusceptible in class AbstractSaslFactory
Returns:
true if it is (default is true)

isPlainText

protected boolean isPlainText()
Description copied from class: AbstractSaslFactory
Determine whether the algorithm employs plain text.

Overrides:
isPlainText in class AbstractSaslFactory
Returns:
true if it does so (default is true)

jboss-sasl 1.0.0.Beta1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.