All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----semper.access.ClassProfile
Class profiles store data identifying a certain application.
Class profiles store the name, description, certifier, and a list of role names suggested as active roles for the class by the certifier. For uncertified applications the certifier field contains "Not certified" and the certified roles field contains FlaggedName("NoTrust",false).
Class profiles are constructed when an class gets registered.
 
 NOT_CERTIFIED_STRING
	NOT_CERTIFIED_STRING
   
 getCertifiedRoles()
	getCertifiedRoles()
   getCertifier()
	getCertifier()
   getDescription()
	getDescription()
   getName()
	getName()
   isCertified()
	isCertified()
   
 NOT_CERTIFIED_STRING
NOT_CERTIFIED_STRING
public static final String NOT_CERTIFIED_STRING
 
 getName
getName
public final String getName()
 getDescription
getDescription
public final String getDescription()
 getCertifier
getCertifier
public final String getCertifier()
For uncertified application this returns ClassProfile.NOT_CERTIFIED_STRING, which currently equals "Not certified".
 isCertified
isCertified
public final boolean isCertified()
 getCertifiedRoles
getCertifiedRoles
public final FlaggedName[] getCertifiedRoles()
All Packages Class Hierarchy This Package Previous Next Index