Modifier and Type | Method and Description |
---|---|
Object |
clone()
Returns a clone of this object.
|
X509AttributeCertificateHolder |
getAttributeCert()
Returns the attribute certificate holder which must be matched.
|
Date |
getAttributeCertificateValid()
Get the criteria for the validity.
|
AttributeCertificateHolder |
getHolder()
Gets the holder.
|
AttributeCertificateIssuer |
getIssuer()
Returns the issuer criterion.
|
BigInteger |
getSerialNumber()
Gets the serial number the attribute certificate must have.
|
Collection |
getTargetGroups()
Gets the target groups.
|
Collection |
getTargetNames()
Gets the target names.
|
boolean |
match(Object obj)
Decides if the given attribute certificate should be selected.
|
public boolean match(Object obj)
public Object clone()
public X509AttributeCertificateHolder getAttributeCert()
public Date getAttributeCertificateValid()
public AttributeCertificateHolder getHolder()
public AttributeCertificateIssuer getIssuer()
public BigInteger getSerialNumber()
public Collection getTargetNames()
The returned collection is immutable.
public Collection getTargetGroups()
The returned collection is immutable.
Copyright © 2015. All rights reserved.