|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
<group>[/Role=[<role>][/Capability=<capability>]]
<host>:<port>
Holder ::= SEQUENCE { baseCertificateID [0] IssuerSerial OPTIONAL, -- the issuer and serial number of -- the holder's Public Key Certificate entityName [1] GeneralNames OPTIONAL, -- the name of the claimant or role objectDigestInfo [2] ObjectDigestInfo OPTIONAL -- used to directly authenticate the holder, -- for example, an executable }
IetfAttrSyntax
as specified
by RFC3281.MessageContext
.
validAt(null)
SecurityException
with the specified
detail message.
SecurityInfo
can be
retrieved.VOMSValidator
instance for another client chain, thus avoiding overhead in
instantiating validators and trust stores and other potentially
expensive operations.
boolean isAdmin = new VOMSValidator(certChain).validate().getRoles("MyVO").contains("admin");
VOMSValidator(validatedChain, null)
validatedChain
is null
, a call to
setValidatedChain()
MUST be made before calling
parse()
or validate()
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |