Package | Description |
---|---|
eu.eidas.auth.commons.light | |
eu.eidas.auth.commons.light.impl |
Modifier and Type | Method and Description |
---|---|
List<ILevelOfAssurance> |
ILightRequest.getLevelsOfAssurance()
Returns the list of requested Levels of Assurance for the authentication to be performed.
|
Modifier and Type | Class and Description |
---|---|
static class |
AbstractLevelOfAssurance.AbstractBuilder<B extends AbstractLevelOfAssurance.AbstractBuilder<B,T>,T extends ILevelOfAssurance>
Abstract Builder pattern with self-bounding generics for
ILevelOfAssurance subtypes. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLevelOfAssurance
Abstract class for implementations of the
ILevelOfAssurance interface. |
class |
LevelOfAssurance
Concrete class implementing the
ILevelOfAssurance interface. |
Modifier and Type | Method and Description |
---|---|
List<ILevelOfAssurance> |
AbstractLightRequest.getLevelsOfAssurance() |
Modifier and Type | Method and Description |
---|---|
static LevelOfAssurance.Builder |
LevelOfAssurance.builder(ILevelOfAssurance copy) |
static boolean |
LevelOfAssuranceUtils.isNonNotified(ILevelOfAssurance loa)
Checks whether the levels of assurance is of type non-notified
|
static boolean |
LevelOfAssuranceUtils.isNotified(ILevelOfAssurance loa)
Checks whether the levels of assurance is of type notified
|
static StringBuilder |
AbstractLevelOfAssurance.toString(StringBuilder stringBuilder,
ILevelOfAssurance loa) |
Modifier and Type | Method and Description |
---|---|
B |
AbstractLightRequest.AbstractBuilder.levelsOfAssurance(List<? extends ILevelOfAssurance> levelsOfAssurance) |
Constructor and Description |
---|
AbstractBuilder(ILevelOfAssurance copy) |
Builder(ILevelOfAssurance copy) |
Copyright © 2020. All Rights Reserved.