Package | Description |
---|---|
com.sun.identity.liberty.ws.authnsvc |
Provides classes to manage liberty authentication service.
|
com.sun.identity.liberty.ws.authnsvc.mechanism |
Defines interface to handle different SASL mechanisms.
|
Modifier and Type | Method and Description |
---|---|
static MechanismHandler |
AuthnSvcService.getMechanismHandler(String mechanism)
Returns MechanismHandler for specified mechanism.
|
Modifier and Type | Class and Description |
---|---|
class |
CramMD5MechanismHandler
The
CramMD5MechanismHandler is a handler for 'CRAM-MD5'
mechanism. |
class |
PlainMechanismHandler
The
PlainMechanismHandler is a handler for 'PLAIN'
mechanism. |
class |
SSOTokenMechanismHandler
The
SSOTokenMechanismHandler is a handler for 'SSOTOKEN'
mechanism. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.