public interface TlsSRPIdentityManager
| Modifier and Type | Method and Description |
|---|---|
TlsSRPLoginParameters |
getLoginParameters(byte[] identity)
Lookup the
TlsSRPLoginParameters corresponding to the specified identity. |
TlsSRPLoginParameters getLoginParameters(byte[] identity)
TlsSRPLoginParameters corresponding to the specified identity.
NOTE: To avoid "identity probing", unknown identities SHOULD be handled as recommended in RFC
5054 2.5.1.3. SimulatedTlsSRPIdentityManager is provided for this purpose.identity - the SRP identity sent by the connecting clientTlsSRPLoginParameters for the specified identity, or else 'simulated'
parameters if the identity is not recognized. A null value is also allowed, but not
recommended.