Package org.ejbca.core.model.hardtoken.profiles

Examples of org.ejbca.core.model.hardtoken.profiles.HardTokenProfile


   
    /**
     * Help function that checks if administrator is authorized to edit profile with given name.
     */
    private boolean authorizedToProfileId(int profileid, boolean editcheck){
      HardTokenProfile profile = hardtokensession.getHardTokenProfile(administrator, profileid);
      return authorizedToProfile(profile, editcheck);
    }
View Full Code Here

TOP

Related Classes of org.ejbca.core.model.hardtoken.profiles.HardTokenProfile

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.