Package org.wildfly.security.sasl.util
Class PrivilegedSaslClientFactory
- java.lang.Object
 - 
- org.wildfly.security.sasl.util.AbstractDelegatingSaslClientFactory
 - 
- org.wildfly.security.sasl.util.PrivilegedSaslClientFactory
 
 
 
- 
- All Implemented Interfaces:
 SaslClientFactory
public final class PrivilegedSaslClientFactory extends AbstractDelegatingSaslClientFactory
ASaslClientFactorywhoseSaslClientinstances evaluate challenges and wrap/unwrap requests in a privileged context.- Author:
 - David M. Lloyd
 
 
- 
- 
Field Summary
- 
Fields inherited from class org.wildfly.security.sasl.util.AbstractDelegatingSaslClientFactory
delegate 
 - 
 
- 
Constructor Summary
Constructors Constructor Description PrivilegedSaslClientFactory(SaslClientFactory delegate)Construct a new instance. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intcalculateHashCode()Perform the calculation of the hash code of this factory.SaslClientcreateSaslClient(String[] mechanisms, String authorizationId, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh)booleanequals(Object other)booleanequals(AbstractDelegatingSaslClientFactory other)booleanequals(PrivilegedSaslClientFactory other)- 
Methods inherited from class org.wildfly.security.sasl.util.AbstractDelegatingSaslClientFactory
delegatesThrough, getMechanismNames, hashCode, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
PrivilegedSaslClientFactory
public PrivilegedSaslClientFactory(SaslClientFactory delegate)
Construct a new instance.- Parameters:
 delegate- the delegate SASL client factory
 
 - 
 
- 
Method Detail
- 
createSaslClient
public SaslClient createSaslClient(String[] mechanisms, String authorizationId, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh) throws SaslException
- Specified by:
 createSaslClientin interfaceSaslClientFactory- Overrides:
 createSaslClientin classAbstractDelegatingSaslClientFactory- Throws:
 SaslException
 
- 
equals
public boolean equals(Object other)
- Overrides:
 equalsin classAbstractDelegatingSaslClientFactory
 
- 
equals
public boolean equals(AbstractDelegatingSaslClientFactory other)
- Overrides:
 equalsin classAbstractDelegatingSaslClientFactory
 
- 
equals
public boolean equals(PrivilegedSaslClientFactory other)
 
- 
calculateHashCode
protected int calculateHashCode()
Description copied from class:AbstractDelegatingSaslClientFactoryPerform the calculation of the hash code of this factory.- Overrides:
 calculateHashCodein classAbstractDelegatingSaslClientFactory- Returns:
 - the calculated hash code
 
 
 - 
 
 -