| Package | Description |
|---|---|
| com.onelogin.sdk.conn |
| Modifier and Type | Method and Description |
|---|---|
SAMLEndpointResponse |
Client.getSAMLAssertion(String usernameOrEmail,
String password,
String appId,
String subdomain)
Generates a SAML Assertion.
|
SAMLEndpointResponse |
Client.getSAMLAssertion(String usernameOrEmail,
String password,
String appId,
String subdomain,
String ipAddress)
Generates a SAML Assertion.
|
SAMLEndpointResponse |
Client.getSAMLAssertionVerifying(String appId,
String devideId,
String stateToken)
Verifies a one-time password (OTP) value provided for a second factor when multi-factor authentication (MFA) is required for SAML authentication.
|
SAMLEndpointResponse |
Client.getSAMLAssertionVerifying(String appId,
String devideId,
String stateToken,
String otpToken)
Verifies a one-time password (OTP) value provided for a second factor when multi-factor authentication (MFA) is required for SAML authentication.
|
SAMLEndpointResponse |
Client.getSAMLAssertionVerifying(String appId,
String devideId,
String stateToken,
String otpToken,
String urlEndpoint)
Verifies a one-time password (OTP) value provided for a second factor when multi-factor authentication (MFA) is required for SAML authentication.
|
SAMLEndpointResponse |
Client.getSAMLAssertionVerifying(String appId,
String devideId,
String stateToken,
String otpToken,
String urlEndpoint,
Boolean doNotNotify)
Verifies a one-time password (OTP) value provided for a second factor when multi-factor authentication (MFA) is required for SAML authentication.
|
Copyright © 2018. All rights reserved.