Uses of Class
org.openliberty.wsc.AuthenticationService.AuthMechanism

Packages that use AuthenticationService.AuthMechanism
org.openliberty.wsc This package contains all of the Service Client classes and the basic WSFMessage. 
 

Uses of AuthenticationService.AuthMechanism in org.openliberty.wsc
 

Fields in org.openliberty.wsc declared as AuthenticationService.AuthMechanism
private static AuthenticationService.AuthMechanism OpenLibertyBootstrap.authMechanism
           
 

Methods in org.openliberty.wsc that return AuthenticationService.AuthMechanism
static AuthenticationService.AuthMechanism AuthenticationService.AuthMechanism.findAuthMechanism(java.lang.String mechanism)
           
static AuthenticationService.AuthMechanism OpenLibertyBootstrap.getAuthMechanism()
           
static AuthenticationService.AuthMechanism AuthenticationService.AuthMechanism.valueOf(java.lang.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're declared.
 

Methods in org.openliberty.wsc with parameters of type AuthenticationService.AuthMechanism
 EndpointReference AuthenticationService.authenticate(java.lang.String username, java.lang.String password, AuthenticationService.AuthMechanism mechanism)
          This wraps method calls
 EndpointReference AuthenticationService.authenticate(java.lang.String username, java.lang.String password, AuthenticationService.AuthMechanism mechanism, org.opensaml.saml2.core.RequestedAuthnContext requestedAuthnContext)
           
static EndpointReference WSCUtilities.boostrapDiscoveryEPRFromDefaultAS(AuthenticationService.AuthMechanism authMechanism)
          Attempts to retrieve a Discovery Service Endpoint Reference from the default Authentication Service.
 boolean AuthenticationService.checkForSupportOfAuthMechanism(AuthenticationService.AuthMechanism mechanism)
          This convenience method checks to see whether the server supports a specified AUTH MECHANISM
static void OpenLibertyBootstrap.setAuthMechanism(AuthenticationService.AuthMechanism authMechanism)