|
||||||||||
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.SubjectAttr
eu.xtreemos.xosd.vops.xacml.request.attributes.SubjectCertAttr
public class SubjectCertAttr
Holds attributes extracted from user certificate.
Field Summary |
---|
Fields inherited from class eu.xtreemos.xosd.vops.xacml.request.attributes.Attributes |
---|
attributes |
Constructor Summary | |
---|---|
SubjectCertAttr(java.security.cert.X509Certificate certificate)
Initializes attribute holder with user certificate. |
Method Summary | |
---|---|
void |
initializeAttributes(java.lang.Object source)
Initializes attributes from X509Certificate |
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.SubjectAttr |
---|
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 SubjectCertAttr(java.security.cert.X509Certificate certificate) throws java.lang.Exception
certificate
-
java.lang.Exception
Method Detail |
---|
public void initializeAttributes(java.lang.Object source) throws java.lang.Exception
initializeAttributes
in interface IAttributes
initializeAttributes
in class SubjectAttr
java.lang.Exception
public static java.util.ArrayList<com.sun.xacml.ctx.Attribute> obtainAttributes(java.security.cert.X509Certificate cert) throws java.lang.Exception
cert
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |