public class UsernameContext
extends org.opensaml.messaging.context.BaseContext
AuthenticationContext,
that carries a username (without a password) to be validated.| Constructor and Description |
|---|
UsernameContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUsername()
Gets the username.
|
UsernameContext |
setUsername(String name)
Sets the username.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParentprivate String username
public UsernameContext setUsername(@Nullable String name)
name - the usernameCopyright © 1999–2015. All rights reserved.