Package | Description |
---|---|
com.intuit.wasabi.authentication | |
com.intuit.wasabi.authentication.impl | |
com.intuit.wasabi.authenticationobjects |
Modifier and Type | Method and Description |
---|---|
LoginToken |
Authentication.logIn(String authHeader)
Attempts to login the user identified via the specified authHeader.
|
LoginToken |
Authentication.verifyToken(String tokenHeader)
Attempts to verify the user token retrieved via the specified tokenHeader.
|
Modifier and Type | Method and Description |
---|---|
LoginToken |
DefaultAuthentication.logIn(String authHeader)
Attempts to return the LoginToken of the default user as if it was obtained via HTTP Basic authentication.
|
LoginToken |
DefaultAuthentication.verifyToken(String tokenHeader)
Attempts to verify the user token retrieved via the
logIn method |
Modifier and Type | Method and Description |
---|---|
LoginToken |
LoginToken.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static LoginToken.Builder |
LoginToken.from(LoginToken iusTicket) |
Copyright © 2016. All rights reserved.