Package org.jgroups.protocols
Interface SWIFT_PING.Authenticator
-
- All Known Implementing Classes:
SWIFT_PING.Keystone_V_2_0_Auth
- Enclosing class:
- SWIFT_PING
private static interface SWIFT_PING.AuthenticatorContract for Swift authentication providers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SWIFT_PING.Credentialsauthenticate()voidvalidateParams()Validate SWIFT_PING config parameters
-
-
-
Method Detail
-
validateParams
void validateParams()
Validate SWIFT_PING config parameters
-
authenticate
SWIFT_PING.Credentials authenticate() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-