I am writing some administrative policies on ALFA plugin but I find out there's no such function of it. Does anyone know this aspect?
相关问题
- XACML Obligations
- delegating into private parts
- How does an access control mechanism (e.g., RBAC o
- Is it possible to compare attributes in a XACML po
- Scala forward or delegate methods to encapsulated
相关文章
- NSURLSession delegation: How to implement my custo
- Method delegation in python
- C++ question: feature similar to Obj-C protocols?
- ASP.Net web application trying to use Impersonatio
- XACML implementation
- Delegated event handler without jQuery
- How To Add User Defined Attribute in PIP Attribute
- How do I configure IIS so that the user's doma
You would have to generate the
issuer
element separately using anant
script and some logic to generate the value of the issuer field e.g. by adding the dn of a certificate.It all depends on how your XACML engine implements delegation.
ALFA itself doesn't do anything to the issuer field.
Cheers, David.