Package | Description |
---|---|
com.grey.base.sasl |
Modifier and Type | Field and Description |
---|---|
SaslEntity.MECH |
SaslEntity.mechanism |
Modifier and Type | Method and Description |
---|---|
static SaslEntity.MECH |
SaslEntity.MECH.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaslEntity.MECH[] |
SaslEntity.MECH.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SaslClient(SaslEntity.MECH id,
boolean base64) |
SaslEntity(SaslEntity.MECH id,
boolean base64) |
SaslServer(SaslEntity.MECH id,
SaslServer.Authenticator a,
boolean base64) |
ServerFactory(SaslEntity.MECH mech,
SaslServer.Authenticator auth,
boolean base64) |
Copyright 2010-2018 Grey Software (Yusef Badri). All Rights Reserved.