|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.xtreemos.xosd.vops.xacml.request.attributes.Attributes
eu.xtreemos.xosd.vops.xacml.request.attributes.ResourceAttr
eu.xtreemos.xosd.vops.xacml.request.attributes.ResourceCertAttr
public class ResourceCertAttr
Field Summary |
---|
Fields inherited from class eu.xtreemos.xosd.vops.xacml.request.attributes.Attributes |
---|
attributes |
Constructor Summary | |
---|---|
ResourceCertAttr(java.security.cert.X509Certificate cert)
|
Method Summary | |
---|---|
void |
initializeAttributes(java.lang.Object source)
Initializes attributes from source (e.g. |
static java.util.ArrayList<com.sun.xacml.ctx.Attribute> |
obtainAttributes(java.security.cert.X509Certificate cert)
Obtains attributes from resource certificate (node certificate). |
Methods inherited from class eu.xtreemos.xosd.vops.xacml.request.attributes.ResourceAttr |
---|
addAttribute, addAttributes, combineAttributes, getAttributes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceCertAttr(java.security.cert.X509Certificate cert) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public void initializeAttributes(java.lang.Object source) throws java.lang.Exception
IAttributes
If object is not instance of expected class, an exception is thrown.
initializeAttributes
in interface IAttributes
initializeAttributes
in class ResourceAttr
java.lang.Exception
public static java.util.ArrayList<com.sun.xacml.ctx.Attribute> obtainAttributes(java.security.cert.X509Certificate cert)
cert
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |