| Package | Description |
|---|---|
| org.openliberty.wsc |
This package contains all of the Service Client classes and the basic WSFMessage.
|
| Modifier and Type | Field and Description |
|---|---|
private static AuthenticationService.AuthMechanism |
OpenLibertyBootstrap.authMechanism |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationService.AuthMechanism |
AuthenticationService.AuthMechanism.findAuthMechanism(String mechanism) |
static AuthenticationService.AuthMechanism |
OpenLibertyBootstrap.getAuthMechanism() |
static AuthenticationService.AuthMechanism |
AuthenticationService.AuthMechanism.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationService.AuthMechanism[] |
AuthenticationService.AuthMechanism.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EndpointReference |
AuthenticationService.authenticate(String username,
String password,
AuthenticationService.AuthMechanism mechanism)
This wraps method calls
|
EndpointReference |
AuthenticationService.authenticate(String username,
String password,
AuthenticationService.AuthMechanism mechanism,
org.opensaml.saml.saml2.core.RequestedAuthnContext requestedAuthnContext) |
static EndpointReference |
WSCUtilities.boostrapDiscoveryEPRFromDefaultAS(AuthenticationService.AuthMechanism authMechanism)
Attempts to retrieve a Discovery Service Endpoint Reference from the default
Authentication Service.
|
static EndpointReference |
WSCUtilities.boostrapDiscoveryEPRFromDefaultAS(AuthenticationService.AuthMechanism authMechanism,
String username,
String password)
Returns a DS EPR by attempting the suggested AuthMechanism using the
username/password supplied and the default Authentication service settings
that are loaded by OpenLibertyBootstrap
|
static void |
OpenLibertyBootstrap.setAuthMechanism(AuthenticationService.AuthMechanism authMechanism) |
Copyright © 1999–2015. All rights reserved.