|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.globus.gridshib.gt.authorization.ShibbolethPDPPolicy
public class ShibbolethPDPPolicy
| Constructor Summary | |
|---|---|
ShibbolethPDPPolicy(org.globus.gridshib.gt.authorization.attributes.policy.AttributeMapping[] _attrs)
|
|
ShibbolethPDPPolicy(String[] _DNs,
org.globus.gridshib.gt.authorization.attributes.policy.AttributeMapping[] _attrs)
|
|
| Method Summary | |
|---|---|
boolean |
addAttrMapping(org.globus.gridshib.gt.authorization.attributes.policy.AttributeMapping attr)
|
boolean |
addDN(String DN)
Deprecated. |
void |
clearPolicy()
Delete all entries. |
Iterator |
getAttrMappings()
|
org.globus.gridshib.gt.authorization.attributes.policy.AttributeMapping[] |
getAttrMappingsArray()
|
boolean |
removeAttr(org.globus.gridshib.gt.authorization.attributes.policy.AttributeMapping attr)
|
boolean |
removeDN(String DN)
Deprecated. |
boolean |
replaceAttrs(org.globus.gridshib.gt.authorization.attributes.policy.AttributeMapping[] _attrs)
|
boolean |
replaceDNs(String[] _DNs)
Deprecated. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ShibbolethPDPPolicy(org.globus.gridshib.gt.authorization.attributes.policy.AttributeMapping[] _attrs)
public ShibbolethPDPPolicy(String[] _DNs,
org.globus.gridshib.gt.authorization.attributes.policy.AttributeMapping[] _attrs)
| Method Detail |
|---|
public org.globus.gridshib.gt.authorization.attributes.policy.AttributeMapping[] getAttrMappingsArray()
public Iterator getAttrMappings()
public boolean addDN(String DN)
DN - The DN to add to policy.
public boolean removeDN(String DN)
DN - The DN to remove from policy.
public boolean replaceDNs(String[] _DNs)
_DNs - The DNs to replace the current DN policy
public boolean addAttrMapping(org.globus.gridshib.gt.authorization.attributes.policy.AttributeMapping attr)
attr - The attribute to add to policy.
public boolean removeAttr(org.globus.gridshib.gt.authorization.attributes.policy.AttributeMapping attr)
attr - The attribute to remove from policy.
public boolean replaceAttrs(org.globus.gridshib.gt.authorization.attributes.policy.AttributeMapping[] _attrs)
_attrs - The attributes to replace the current attribute policy
public void clearPolicy()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||