public class SimpleCertifier extends AbstractCertifier
_listCertifiableAttributes, _nCertificateLevel, _nExpirationDelay, _strCode, _strDescription, _strIconUrl, _strName, NO_CERTIFICATE_EXPIRATION_DELAY
Constructor and Description |
---|
SimpleCertifier(String strCode) |
Modifier and Type | Method and Description |
---|---|
protected void |
afterCertify(fr.paris.lutece.plugins.identitystore.web.rs.dto.IdentityDto identityDto,
String strClientAppCode,
List<String> listCertifiedAttribut)
Method to override by children of BaseCertifier if something have to be done after create the certificate
|
protected void |
beforeCertify(fr.paris.lutece.plugins.identitystore.web.rs.dto.IdentityDto identityDto,
String strClientAppCode)
Method to override by children of BaseCertifier if something have to be done before create the certificate
|
certify, getCertifiableAttributesList, getCertificateLevel, getCode, getDescription, getExpirationDelay, getIconUrl, getName, setCertifiableAttributesList, setCertificateLevel, setDescription, setExpirationDelay, setIconUrl, setName
public SimpleCertifier(String strCode)
strCode
- protected void beforeCertify(fr.paris.lutece.plugins.identitystore.web.rs.dto.IdentityDto identityDto, String strClientAppCode)
beforeCertify
in class AbstractCertifier
identityDto
- identity to changestrClientAppCode
- Client application codeprotected void afterCertify(fr.paris.lutece.plugins.identitystore.web.rs.dto.IdentityDto identityDto, String strClientAppCode, List<String> listCertifiedAttribut)
afterCertify
in class AbstractCertifier
identityDto
- identity updatedstrClientAppCode
- Client application codelistCertifiedAttribut
- list of all attribute key which have been certifiedCopyright © 2017 City of Paris. All rights reserved.