| Package | Description |
|---|---|
| net.shibboleth.idp.authn |
APIs related to the authentication of a subject.
|
| net.shibboleth.idp.authn.context |
Context classes for managing authentication-related state.
|
| Modifier and Type | Field and Description |
|---|---|
private UsernamePasswordContext |
AbstractUsernamePasswordValidationAction.upContext
UsernamePasswordContext containing the credentials to validate.
|
| Modifier and Type | Method and Description |
|---|---|
UsernamePasswordContext |
AbstractUsernamePasswordValidationAction.getUsernamePasswordContext()
Get the
UsernamePasswordContext to validate. |
| Modifier and Type | Method and Description |
|---|---|
UsernamePasswordContext |
UsernamePasswordContext.setPassword(String pass)
Sets the password associated with the username.
|
UsernamePasswordContext |
UsernamePasswordContext.setUsername(String name)
Sets the username.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.