Package | Description |
---|---|
org.ovirt.engine.api.common.security.auth | |
org.ovirt.engine.api.restapi.security.auth | |
org.ovirt.engine.api.restapi.util |
Modifier and Type | Field and Description |
---|---|
static Principal |
Principal.NONE |
Modifier and Type | Method and Description |
---|---|
Principal |
BasicAuthorizationScheme.decode(javax.ws.rs.core.HttpHeaders headers) |
Principal |
Scheme.decode(javax.ws.rs.core.HttpHeaders headers)
Decode the auth header and extract a principal (not necessarily
fully validated as yet).
|
Modifier and Type | Method and Description |
---|---|
boolean |
Validator.validate(Principal principal)
By default principal validation is lazy, with the assumption
that this will be initiated by the resource later on the
dispatch path.
|
protected boolean |
Challenger.validate(Principal principal)
By default principal validation is lazy, with the assumption that this
will be initiated by the resource later on the dispatch path.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LoginValidator.validate(Principal principal) |
Modifier and Type | Method and Description |
---|---|
static String |
SessionHelper.getSessionId(Principal principal)
Fabricate a session ID.
|
<P extends VdcActionParametersBase> |
SessionHelper.sessionize(P parameters,
Principal principal) |
Copyright © 2012. All Rights Reserved.