Interface and Description |
---|
eu.eidas.auth.commons.IEIDASLogger
since 2.3 use
IMessageLogger instead |
Class and Description |
---|
eu.eidas.auth.commons.EIDASUtil
This class has more than one responsibility and relies on a mutable static state with is setup in an
awkward way.
|
eu.eidas.auth.commons.PersonalAttribute
use
AttributeValue instead. |
eu.eidas.auth.commons.PersonalAttributeList
use
ImmutableAttributeMap instead. |
Enum and Description |
---|
eu.eidas.auth.commons.protocol.eidas.LevelOfAssurance
since 2.5 : introduction of Non Notified LevelOfAssurance
use
NotifiedLevelOfAssurance for predefined eidas values low/substantial/high (notified)
use LevelOfAssurance to all kinds of LevelOfAssurance
Supported Levels of Assurance as per the eIDAS specification. |
Method and Description |
---|
eu.eidas.auth.commons.IPersonalAttributeList.getByFriendlyName(String)
use
IPersonalAttributeList.values(String) instead. |
eu.eidas.auth.commons.RequestState.getLevelOfAssurance()
since 2.5 should use
RequestState.getLevelsOfAssurance() |
eu.eidas.auth.commons.protocol.IAuthenticationRequest.getOriginalIssuer() |
eu.eidas.auth.commons.protocol.impl.AbstractAuthenticationRequest.getOriginalIssuer() |
eu.eidas.auth.commons.EidasDigestUtil.hashPersonalToken(byte[], String)
This implementation is bound to a concrete BouncyCastle implementation instead of using the standard
MessageDigest and the standardized algorithm names. Use EidasDigestUtil.hash(byte[], String,
String) instead. |
eu.eidas.auth.commons.RequestState.setLevelOfAssurance(String)
since 2.5 should use
RequestState.setLevelsOfAssurance(List) |
Constructor and Description |
---|
eu.eidas.auth.commons.PersonalAttribute(String, String, boolean, Map<String, String>) |
Copyright © 2020. All Rights Reserved.