|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.glite.security.voms | |
---|---|
org.glite.security | |
org.glite.security.voms |
Classes in org.glite.security.voms used by org.glite.security | |
---|---|
VOMSValidator
Deprecated. This class is deprecated and you should use the classes found in org.glite.voms from glite-security-voms-api-java instead. The main (top) class to use for extracting VOMS information from a certificate and/or certificate chain. The VOMS information can simply be parsed or validated. No validation is performed on the certificate chain -- that is assumed to already have happenede. The certificate chain is assumed to already be validated. It is also assumed to be sorted in TLS order, that is certificate issued by trust anchor first and client certificate last. Example of use: this will validate any VOMS attributes in the certificate chain and check if any of the attributes grants the user the "admin" role in the group (VO) "MyVO". boolean isAdmin = new VOMSValidator(certChain).validate().getRoles("MyVO").contains("admin"); |
Classes in org.glite.security.voms used by org.glite.security.voms | |
---|---|
FQAN
Deprecated. This class is deprecated and you should use the classes found in org.glite.voms from glite-security-voms-api-java instead. Parses and assembles Fully Qualified Attribute Names (FQANs) used by VOMS. FQANs are defined as <group>[/Role=[<role>][/Capability=<capability>]] |
|
VOMSValidator
Deprecated. This class is deprecated and you should use the classes found in org.glite.voms from glite-security-voms-api-java instead. The main (top) class to use for extracting VOMS information from a certificate and/or certificate chain. The VOMS information can simply be parsed or validated. No validation is performed on the certificate chain -- that is assumed to already have happenede. The certificate chain is assumed to already be validated. It is also assumed to be sorted in TLS order, that is certificate issued by trust anchor first and client certificate last. Example of use: this will validate any VOMS attributes in the certificate chain and check if any of the attributes grants the user the "admin" role in the group (VO) "MyVO". boolean isAdmin = new VOMSValidator(certChain).validate().getRoles("MyVO").contains("admin"); |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |