Uses of Class
com.iplanet.services.ldap.aci.QualifiedCollection
-
Packages that use QualifiedCollection Package Description com.iplanet.services.ldap.aci Deprecated classes to manage LDAP ACIs. -
-
Uses of QualifiedCollection in com.iplanet.services.ldap.aci
Methods in com.iplanet.services.ldap.aci that return QualifiedCollection Modifier and Type Method Description QualifiedCollectionACI. getPermissions()Geets the QualifiedCollection of permissions that apply to the ACIQualifiedCollectionACI. getTargetAttributes()Geets the QualifiedCollection of targetAttributes that apply to the ACIMethods in com.iplanet.services.ldap.aci with parameters of type QualifiedCollection Modifier and Type Method Description voidACI. setPermissions(QualifiedCollection permissions)Sets the QualifiedCollection of permissions that apply to the ACIvoidACI. setTargetAttributes(QualifiedCollection targetAttributes)Sets the QualifiedCollection of targetAttributes that apply to the ACIConstructors in com.iplanet.services.ldap.aci with parameters of type QualifiedCollection Constructor Description ACI(String name, String target, String targetFilter, QualifiedCollection targetAttributes, Collection users, QualifiedCollection permissions)
-