A B C D E F G H I J K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ACCEL_IMPLEMENTATION - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
When this optional tag,
accelsmgr.implementation
, is placed in Fortress properties, its class name will be the defaultAccelMgr
instance used. - AccelMgr - Interface in org.apache.directory.fortress.core
-
This object is a Policy Enforcement Point (PEP) using the OpenLDAP Accelerator Policy Decision Point (PDP) on objects that are provisioned RBAC entities that reside in LDAP directory.
- AccelMgrFactory - Class in org.apache.directory.fortress.core
-
Creates an instance of the AccelMgr object.
- AccelMgrFactory() - Constructor for class org.apache.directory.fortress.core.AccelMgrFactory
- AccelMgrImpl - Class in org.apache.directory.fortress.core.impl
-
Implementation class that performs runtime access control operations on data objects of type Fortress entities This class performs runtime access control operations on objects that are provisioned RBAC entities that reside in LDAP directory.
- AccelMgrImpl() - Constructor for class org.apache.directory.fortress.core.impl.AccelMgrImpl
-
package private constructor ensures outside classes must use factory:
AccelMgrFactory
- ACCESS_IMPLEMENTATION - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
When this optional tag,
accessmgr.implementation
, is placed in Fortress properties, its class name will be the defaultAccessMgr
instance used. - AccessMgr - Interface in org.apache.directory.fortress.core
-
This object performs runtime access control operations on objects that are provisioned RBAC entities that reside in LDAP directory.
- AccessMgrFactory - Class in org.apache.directory.fortress.core
-
Creates an instance of the AccessMgr object.
- AccessMgrFactory() - Constructor for class org.apache.directory.fortress.core.AccessMgrFactory
- AccessMgrImpl - Class in org.apache.directory.fortress.core.impl
-
Implementation class that performs runtime access control operations on data objects of type Fortress entities This class performs runtime access control operations on objects that are provisioned RBAC entities that reside in LDAP directory.
- AccessMgrImpl() - Constructor for class org.apache.directory.fortress.core.impl.AccessMgrImpl
- AccessMgrRestImpl - Class in org.apache.directory.fortress.core.rest
-
Implementation class that performs runtime access control operations on data objects of type Fortress entities This object performs runtime access control operations on objects that are provisioned RBAC entities using HTTP access to Fortress Rest server.
- AccessMgrRestImpl() - Constructor for class org.apache.directory.fortress.core.rest.AccessMgrRestImpl
- ACCOUNT_LOCKED - Static variable in class org.apache.directory.fortress.core.impl.GlobalPwMsgIds
-
The User account is locked on the server.
- ACCOUNT_LOCKED_CONSTRAINTS - Static variable in class org.apache.directory.fortress.core.impl.GlobalPwMsgIds
-
The User account is locked.
- ACEL_ADD_ROLE_ERR - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The RBAC Accelerator function failed because AddRole LDAP extended operation error.
- ACEL_CHECK_ACCESS_ERR - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The RBAC Accelerator function failed because CheckAccess LDAP extended operation error.
- ACEL_CREATE_SESSION_ERR - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The RBAC Accelerator function failed because CreateSession LDAP extended operation error.
- ACEL_DELETE_SESSION_ERR - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The RBAC Accelerator function failed because DeleteSession LDAP extended operation error.
- ACEL_DROP_ROLE_ERR - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The RBAC Accelerator function failed because DropRole LDAP extended operation error.
- ACEL_SESSION_ROLES_ERR - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The RBAC Accelerator function failed because SessionRoles LDAP extended operation error.
- ACTV_FAILED_ABAC - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
Entity activation failed during dynamic discriminator test on Role.
- ACTV_FAILED_ABAC_NO_KEY_FOUND - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
Entity activation failed, the ABAC constraint key was not found in user context.
- ACTV_FAILED_AUTHN - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
Entity activation failed due to authentication status violation.
- ACTV_FAILED_DATE - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
Entity activation failed due to date validation failure.
- ACTV_FAILED_DAY - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
Entity activation failed due to day validation failure.
- ACTV_FAILED_DISCRIMINANT - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
Entity activation failed during dynamic discriminator test on Role.
- ACTV_FAILED_DSD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
Entity activation failed due to Dynamic Separation of Duty restriction on Role.
- ACTV_FAILED_LOCK - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
Entity activation failed due to lockout date.
- ACTV_FAILED_TIME - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
Entity activation failed due to time validation failure.
- ACTV_FAILED_TIMEOUT - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
Entity activation failed due to Session timeout validation failure.
- add(Configuration) - Method in interface org.apache.directory.fortress.core.ConfigMgr
-
Create a new cfg node with given name and properties.
- add(Configuration) - Method in class org.apache.directory.fortress.core.impl.ConfigMgrImpl
-
Create a new cfg node with given name and properties.
- add(Configuration) - Method in class org.apache.directory.fortress.core.rest.ConfigMgrRestImpl
-
Create a new cfg node with given name and properties.
- add(FortEntity, Properties) - Method in class org.apache.directory.fortress.core.impl.PropertyMgrImpl
-
Adds properties (ftProps) to a supplied fortress entity (Group, Role, AdminRole, Permission, PermObj)
- add(FortEntity, Properties) - Method in interface org.apache.directory.fortress.core.PropertyMgr
-
Adds properties (ftProps) to a supplied fortress entity (Group, Role, AdminRole, Permission, PermObj)
- add(FortEntity, Properties) - Method in class org.apache.directory.fortress.core.rest.PropertyMgrRestImpl
- add(Group) - Method in interface org.apache.directory.fortress.core.GroupMgr
-
Create a new group node.,
- add(Group) - Method in class org.apache.directory.fortress.core.impl.GroupMgrImpl
-
Create a new group node.,
- add(Group) - Method in class org.apache.directory.fortress.core.rest.GroupMgrRestImpl
-
Create a new group node.,
- add(Group, String, String) - Method in interface org.apache.directory.fortress.core.GroupMgr
-
Add a property to an existing group node.
- add(Group, String, String) - Method in class org.apache.directory.fortress.core.impl.GroupMgrImpl
-
Add a property to an existing group node.
- add(Group, String, String) - Method in class org.apache.directory.fortress.core.rest.GroupMgrRestImpl
-
Add a property to an existing group node.
- add(OrganizationalUnit) - Method in class org.apache.directory.fortress.core.impl.OrganizationalUnitP
-
Add a new container to the Directory Information Tree (DIT).
- add(OrgUnit) - Method in interface org.apache.directory.fortress.core.DelAdminMgr
-
Commands adds a new OrgUnit entity to OrgUnit dataset.
- add(OrgUnit) - Method in class org.apache.directory.fortress.core.impl.DelAdminMgrImpl
-
Commands adds a new OrgUnit entity to OrgUnit dataset.
- add(OrgUnit) - Method in class org.apache.directory.fortress.core.rest.DelAdminMgrRestImpl
-
Commands adds a new OrgUnit entity to OrgUnit dataset.
- add(PwPolicy) - Method in class org.apache.directory.fortress.core.impl.PwPolicyMgrImpl
-
This method will add a new policy entry to the POLICIES data set.
- add(PwPolicy) - Method in interface org.apache.directory.fortress.core.PwPolicyMgr
-
This method will add a new policy entry to the POLICIES data set.
- add(PwPolicy) - Method in class org.apache.directory.fortress.core.rest.PwPolicyMgrRestImpl
-
This method will add a new policy entry to the POLICIES data set.
- add(Suffix) - Method in class org.apache.directory.fortress.core.impl.SuffixP
-
Add a new suffix to the Directory Information Tree (DIT).
- add(LdapConnection, Entry) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Add a new ldap entry to the directory.
- add(LdapConnection, Entry, FortEntity) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Add a new ldap entry to the directory.
- add(LdapConnection, Entry, FortEntity, boolean) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Add a new ldap entry to the directory.
- ADD - org.apache.directory.fortress.core.model.Hier.Op
-
Add a new hierarchical relationship to the data set.
- addActiveRole(Session, UserAdminRole) - Method in interface org.apache.directory.fortress.core.DelAccessMgr
-
This function adds an adminRole as an active role of a session whose owner is a given user.
- addActiveRole(Session, UserAdminRole) - Method in class org.apache.directory.fortress.core.impl.DelAccessMgrImpl
-
This function adds an adminRole as an active role of a session whose owner is a given user.
- addActiveRole(Session, UserAdminRole) - Method in class org.apache.directory.fortress.core.rest.DelAccessMgrRestImpl
-
This function adds an adminRole as an active role of a session whose owner is a given user.
- addActiveRole(Session, UserRole) - Method in interface org.apache.directory.fortress.core.AccelMgr
-
This function adds a role as an active role of a session whose owner is a given user.
- addActiveRole(Session, UserRole) - Method in interface org.apache.directory.fortress.core.AccessMgr
-
This function adds a role as an active role of a session whose owner is a given user.
- addActiveRole(Session, UserRole) - Method in class org.apache.directory.fortress.core.impl.AccelMgrImpl
-
This function adds a role as an active role of a session whose owner is a given user.
- addActiveRole(Session, UserRole) - Method in class org.apache.directory.fortress.core.impl.AccessMgrImpl
-
This function adds a role as an active role of a session whose owner is a given user.
- addActiveRole(Session, UserRole) - Method in class org.apache.directory.fortress.core.rest.AccessMgrRestImpl
-
This function adds a role as an active role of a session whose owner is a given user.
- addAddadminrole(Addadminrole) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addAddadminroleinheritance(Addadminroleinheritance) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addAddconfig(Addconfig) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addAddcontainer(Addcontainer) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addAddcontext(Addcontext) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addAddgroup(Addgroup) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addAddgroupmember(Addgroupmember) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addAddgroupproperty(Addgroupproperty) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addAddorgunit(Addorgunit) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addAddpermGrant(AddpermGrant) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addAddpermObj(AddpermObj) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addAddpermOp(AddpermOp) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addAddpermorgunitinheritance(Addpermorgunitinheritance) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addAddpwpolicy(Addpwpolicy) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addAddrole(Addrole) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addAddroleconstraint(Addroleconstraint) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addAddroleinheritance(Addroleinheritance) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addAddsdset(Addsdset) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addAddsuffix(Addsuffix) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addAdduser(Adduser) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addAdduseradminrole(Adduseradminrole) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addAdduserorgunitinheritance(Adduserorgunitinheritance) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addAdduserrole(Adduserrole) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- Addadminrole - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadAdminRole
s used to driveDelAdminMgr.addRole(org.apache.directory.fortress.core.model.AdminRole)
. - Addadminrole() - Constructor for class org.apache.directory.fortress.core.ant.Addadminrole
-
All Ant data entities must have a default constructor.
- Addadminroleinheritance - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadRelationship
s used to driveAdminMgr.addInheritance(org.apache.directory.fortress.core.model.Role, org.apache.directory.fortress.core.model.Role)
. - Addadminroleinheritance() - Constructor for class org.apache.directory.fortress.core.ant.Addadminroleinheritance
-
All Ant data entities must have a default constructor.
- addAscendant(AdminRole, AdminRole) - Method in interface org.apache.directory.fortress.core.DelAdminMgr
-
This command creates a new role parentRole, and inserts it in the role hierarchy as an immediate ascendant of the existing role childRole.
- addAscendant(AdminRole, AdminRole) - Method in class org.apache.directory.fortress.core.impl.DelAdminMgrImpl
-
This command creates a new role parentRole, and inserts it in the role hierarchy as an immediate ascendant of the existing role childRole.
- addAscendant(AdminRole, AdminRole) - Method in class org.apache.directory.fortress.core.rest.DelAdminMgrRestImpl
-
This command creates a new role parentRole, and inserts it in the role hierarchy as an immediate ascendant of the existing role childRole.
- addAscendant(OrgUnit, OrgUnit) - Method in interface org.apache.directory.fortress.core.DelAdminMgr
-
This command creates a new orgunit parent, and inserts it in the orgunit hierarchy as an immediate ascendant of the existing child orgunit.
- addAscendant(OrgUnit, OrgUnit) - Method in class org.apache.directory.fortress.core.impl.DelAdminMgrImpl
-
This command creates a new orgunit parent, and inserts it in the orgunit hierarchy as an immediate ascendant of the existing child orgunit.
- addAscendant(OrgUnit, OrgUnit) - Method in class org.apache.directory.fortress.core.rest.DelAdminMgrRestImpl
-
This command creates a new orgunit parent, and inserts it in the orgunit hierarchy as an immediate ascendant of the existing child orgunit.
- addAscendant(Role, Role) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This command creates a new role parentRole, and inserts it in the role hierarchy as an immediate ascendant of the existing role childRole.
- addAscendant(Role, Role) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This command creates a new role parentRole, and inserts it in the role hierarchy as an immediate ascendant of the existing role childRole.
- addAscendant(Role, Role) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This command creates a new role parentRole, and inserts it in the role hierarchy as an immediate ascendant of the existing role childRole.
- addBooleanOption(char, String) - Method in class org.apache.directory.fortress.core.cli.CmdLineParser
-
Convenience method for adding a boolean option.
- addBooleanOption(String) - Method in class org.apache.directory.fortress.core.cli.CmdLineParser
-
Convenience method for adding a boolean option.
- addConfig(ConfigAnt) - Method in class org.apache.directory.fortress.core.ant.Addconfig
-
This method name, 'addConfig', is used for derived xml tag 'config' in the load script.
- addConfig(ConfigAnt) - Method in class org.apache.directory.fortress.core.ant.Delconfig
-
This method name, 'addConfig', is used for derived xml tag 'config' in the load script.
- addConfig(ConfigAnt) - Method in class org.apache.directory.fortress.core.ant.Updconfig
-
This method name, 'addConfig', is used for derived xml tag 'config' in the load script.
- Addconfig - Class in org.apache.directory.fortress.core.ant
- Addconfig() - Constructor for class org.apache.directory.fortress.core.ant.Addconfig
-
All Ant data entities must have a default constructor.
- addContainer(OrganizationalUnit) - Method in class org.apache.directory.fortress.core.ant.Addcontainer
-
This method name, 'addContainer', is used for derived xml tag 'container' in the load script.
- addContainer(OrganizationalUnit) - Method in class org.apache.directory.fortress.core.ant.Delcontainer
-
This method name, 'addContainer', is used for derived xml tag 'container' in the load script.
- Addcontainer - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to create newOrganizationalUnit
s used to driveOrganizationalUnitP.add( org.apache.directory.fortress.core.model.OrganizationalUnit)
. - Addcontainer() - Constructor for class org.apache.directory.fortress.core.ant.Addcontainer
-
All Ant data entities must have a default constructor.
- addContext(Context) - Method in class org.apache.directory.fortress.core.ant.Addcontext
-
This method name, 'addContext', is used for derived xml tag 'context' in the load script.
- Addcontext - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to create newContext
used to define multi-tenant property. - Addcontext() - Constructor for class org.apache.directory.fortress.core.ant.Addcontext
-
All Ant data entities must have a default constructor.
- addDeladminrole(Deladminrole) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addDeladminroleinheritance(Deladminroleinheritance) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addDelconfig(Delconfig) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addDelcontainer(Delcontainer) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addDelgroup(Delgroup) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addDelgroupmember(Delgroupmember) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addDelgroupproperty(Delgroupproperty) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addDelorgunit(Delorgunit) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addDelpermGrant(DelpermGrant) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addDelpermObj(DelpermObj) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addDelpermOp(DelpermOp) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addDelpermorgunitinheritance(Delpermorgunitinheritance) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addDelpwpolicy(Delpwpolicy) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addDelrole(Delrole) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addDelroleconstraint(Delroleconstraint) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addDelroleinheritance(Delroleinheritance) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addDelsdset(Delsdset) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addDelsuffix(Delsuffix) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addDeluser(Deluser) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addDeluseradminrole(Deluseradminrole) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addDeluserorgunitinheritance(Deluserorgunitinheritance) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addDeluserrole(Deluserrole) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addDescendant(AdminRole, AdminRole) - Method in interface org.apache.directory.fortress.core.DelAdminMgr
-
This command creates a new role childRole, and inserts it in the role hierarchy as an immediate descendant of the existing role parentRole.
- addDescendant(AdminRole, AdminRole) - Method in class org.apache.directory.fortress.core.impl.DelAdminMgrImpl
-
This command creates a new role childRole, and inserts it in the role hierarchy as an immediate descendant of the existing role parentRole.
- addDescendant(AdminRole, AdminRole) - Method in class org.apache.directory.fortress.core.rest.DelAdminMgrRestImpl
-
This command creates a new role childRole, and inserts it in the role hierarchy as an immediate descendant of the existing role parentRole.
- addDescendant(OrgUnit, OrgUnit) - Method in interface org.apache.directory.fortress.core.DelAdminMgr
-
This command creates a new orgunit child, and inserts it in the orgunit hierarchy as an immediate descendant of the existing orgunit parent.
- addDescendant(OrgUnit, OrgUnit) - Method in class org.apache.directory.fortress.core.impl.DelAdminMgrImpl
-
This command creates a new orgunit child, and inserts it in the orgunit hierarchy as an immediate descendant of the existing orgunit parent.
- addDescendant(OrgUnit, OrgUnit) - Method in class org.apache.directory.fortress.core.rest.DelAdminMgrRestImpl
-
This command creates a new orgunit child, and inserts it in the orgunit hierarchy as an immediate descendant of the existing orgunit parent.
- addDescendant(Role, Role) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This command creates a new role childRole, and inserts it in the role hierarchy as an immediate descendant of the existing role parentRole.
- addDescendant(Role, Role) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This command creates a new role childRole, and inserts it in the role hierarchy as an immediate descendant of the existing role parentRole.
- addDescendant(Role, Role) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This command creates a new role childRole, and inserts it in the role hierarchy as an immediate descendant of the existing role parentRole.
- addDoubleOption(char, String) - Method in class org.apache.directory.fortress.core.cli.CmdLineParser
-
Convenience method for adding a double option.
- addDoubleOption(String) - Method in class org.apache.directory.fortress.core.cli.CmdLineParser
-
Convenience method for adding a double option.
- addDsdRoleMember(SDSet, Role) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This command adds a role to a named DSD set of roles.
- addDsdRoleMember(SDSet, Role) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This command adds a role to a named DSD set of roles.
- addDsdRoleMember(SDSet, Role) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This command adds a role to a named DSD set of roles.
- addGroup(Group) - Method in class org.apache.directory.fortress.core.ant.Addgroup
-
This method name, 'addGroup', is used for derived xml tag 'user' in the load script.
- addGroup(Group) - Method in class org.apache.directory.fortress.core.ant.Addgroupmember
-
This method name, 'addGroup', is used for derived xml tag 'user' in the load script.
- addGroup(Group) - Method in class org.apache.directory.fortress.core.ant.Addgroupproperty
-
This method name, 'addGroup', is used for derived xml tag 'user' in the load script.
- addGroup(Group) - Method in class org.apache.directory.fortress.core.ant.Delgroup
-
This method name, 'addGroup', is used for derived xml tag 'group' in the load script.
- addGroup(Group) - Method in class org.apache.directory.fortress.core.ant.Delgroupmember
-
This method name, 'addGroup', is used for derived xml tag 'group' in the load script.
- addGroup(Group) - Method in class org.apache.directory.fortress.core.ant.Delgroupproperty
-
This method name, 'addGroup', is used for derived xml tag 'group' in the load script.
- Addgroup - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadGroup
s used to driveGroupMgr.add(org.apache.directory.fortress.core.model.Group)
. - Addgroup() - Constructor for class org.apache.directory.fortress.core.ant.Addgroup
-
All Ant data entities must have a default constructor.
- Addgroupmember - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadGroup
s used to driveGroupMgr.add(org.apache.directory.fortress.core.model.Group)
. - Addgroupmember() - Constructor for class org.apache.directory.fortress.core.ant.Addgroupmember
-
All Ant data entities must have a default constructor.
- Addgroupproperty - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadGroup
s used to driveGroupMgr.add(org.apache.directory.fortress.core.model.Group)
. - Addgroupproperty() - Constructor for class org.apache.directory.fortress.core.ant.Addgroupproperty
-
All Ant data entities must have a default constructor.
- addInheritance(AdminRole, AdminRole) - Method in interface org.apache.directory.fortress.core.DelAdminMgr
-
This command establishes a new immediate inheritance relationship parentRole <<-- childRole between existing roles parentRole, childRole.
- addInheritance(AdminRole, AdminRole) - Method in class org.apache.directory.fortress.core.impl.DelAdminMgrImpl
-
This command establishes a new immediate inheritance relationship parentRole <<-- childRole between existing roles parentRole, childRole.
- addInheritance(AdminRole, AdminRole) - Method in class org.apache.directory.fortress.core.rest.DelAdminMgrRestImpl
-
This command establishes a new immediate inheritance relationship parentRole <<-- childRole between existing roles parentRole, childRole.
- addInheritance(OrgUnit, OrgUnit) - Method in interface org.apache.directory.fortress.core.DelAdminMgr
-
This command establishes a new immediate inheritance relationship with parent orgunit <<-- child orgunit
- addInheritance(OrgUnit, OrgUnit) - Method in class org.apache.directory.fortress.core.impl.DelAdminMgrImpl
-
This command establishes a new immediate inheritance relationship with parent orgunit <<-- child orgunit
- addInheritance(OrgUnit, OrgUnit) - Method in class org.apache.directory.fortress.core.rest.DelAdminMgrRestImpl
-
This command establishes a new immediate inheritance relationship with parent orgunit <<-- child orgunit
- addInheritance(Role, Role) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This command establishes a new immediate inheritance relationship parentRole <<-- childRole between existing roles parentRole, childRole.
- addInheritance(Role, Role) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This command establishes a new immediate inheritance relationship parentRole <<-- childRole between existing roles parentRole, childRole.
- addInheritance(Role, Role) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This command establishes a new immediate inheritance relationship parentRole <<-- childRole between existing roles parentRole, childRole.
- addIntegerOption(char, String) - Method in class org.apache.directory.fortress.core.cli.CmdLineParser
-
Convenience method for adding an integer option.
- addIntegerOption(String) - Method in class org.apache.directory.fortress.core.cli.CmdLineParser
-
Convenience method for adding an integer option.
- addLongOption(char, String) - Method in class org.apache.directory.fortress.core.cli.CmdLineParser
-
Convenience method for adding a long integer option.
- addLongOption(String) - Method in class org.apache.directory.fortress.core.cli.CmdLineParser
-
Convenience method for adding a long integer option.
- addMember(String) - Method in class org.apache.directory.fortress.core.model.SDSet
-
Add a member to an alphabetically sorted Set containing Role membership to SDSet.
- addOrgUnit(OrgUnitAnt) - Method in class org.apache.directory.fortress.core.ant.Addorgunit
-
This method name, 'addOrgUnit', is used for derived xml tag 'orgunit' in the load script.
- addOrgUnit(OrgUnitAnt) - Method in class org.apache.directory.fortress.core.ant.Delorgunit
-
This method name, 'addOrgUnit', is used for derived xml tag 'orgunit' in the load script.
- Addorgunit - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to create newOrgUnit
s used to driveDelAdminMgr.add(org.apache.directory.fortress.core.model.OrgUnit)
. - Addorgunit() - Constructor for class org.apache.directory.fortress.core.ant.Addorgunit
-
All Ant data entities must have a default constructor.
- addPermGrant(PermGrant) - Method in class org.apache.directory.fortress.core.ant.AddpermGrant
-
This method name, 'addPermGrant', is used for derived xml tag 'permgrant' in the load script.
- addPermGrant(PermGrant) - Method in class org.apache.directory.fortress.core.ant.DelpermGrant
-
This method name, 'addPermGrant', is used for derived xml tag 'permgrant' in the load script.
- AddpermGrant - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to create newPermGrant
s used to driveAdminMgr.grantPermission(org.apache.directory.fortress.core.model.Permission, org.apache.directory.fortress.core.model.Role)
. - AddpermGrant() - Constructor for class org.apache.directory.fortress.core.ant.AddpermGrant
-
All Ant data entities must have a default constructor.
- addPermission(Permission) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This method will add permission operation to an existing permission object which resides under
ou=Permissions,ou=RBAC,dc=yourHostName,dc=com
container in directory information tree. - addPermission(Permission) - Method in interface org.apache.directory.fortress.core.DelAdminMgr
-
This method will add an administrative permission operation to an existing permission object which resides under
ou=AdminPerms,ou=ARBAC,dc=yourHostName,dc=com
container in directory information tree. - addPermission(Permission) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This method will add permission operation to an existing permission object which resides under
ou=Permissions,ou=RBAC,dc=yourHostName,dc=com
container in directory information tree. - addPermission(Permission) - Method in class org.apache.directory.fortress.core.impl.DelAdminMgrImpl
-
This method will add an administrative permission operation to an existing permission object which resides under
ou=AdminPerms,ou=ARBAC,dc=yourHostName,dc=com
container in directory information tree. - addPermission(Permission) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This method will add permission operation to an existing permission object which resides under
ou=Permissions,ou=RBAC,dc=yourHostName,dc=com
container in directory information tree. - addPermission(Permission) - Method in class org.apache.directory.fortress.core.rest.DelAdminMgrRestImpl
-
This method will add an administrative permission operation to an existing permission object which resides under
ou=AdminPerms,ou=ARBAC,dc=yourHostName,dc=com
container in directory information tree. - addPermissionAttributeSet(PermissionAttributeSet) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This method will create a new permission attribute set object with resides under the
ou=Constraints,ou=RBAC,dc=yourHostName,dc=com
container in directory information tree. - addPermissionAttributeSet(PermissionAttributeSet) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This method will create a new permission attribute set object with resides under the
ou=Constraints,ou=RBAC,dc=yourHostName,dc=com
container in directory information tree. - addPermissionAttributeSet(PermissionAttributeSet) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This method will create a new permission attribute set object with resides under the
ou=Constraints,ou=RBAC,dc=yourHostName,dc=com
container in directory information tree. - addPermissionAttributeToSet(PermissionAttribute, String) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This method adds a permission attribute (ftPA) to a permission attribute set.
- addPermissionAttributeToSet(PermissionAttribute, String) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This method adds a permission attribute (ftPA) to a permission attribute set.
- addPermissionAttributeToSet(PermissionAttribute, String) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This method adds a permission attribute (ftPA) to a permission attribute set.
- addPermObj(PermObj) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This method will add permission object to perms container in directory.
- addPermObj(PermObj) - Method in class org.apache.directory.fortress.core.ant.AddpermObj
-
This method name, 'addPermObj', is used for derived xml tag 'permobj' in the load script.
- addPermObj(PermObj) - Method in class org.apache.directory.fortress.core.ant.DelpermObj
-
This method name, 'delPermObj', is used for derived xml tag 'permobj' in the load script.
- addPermObj(PermObj) - Method in interface org.apache.directory.fortress.core.DelAdminMgr
-
This method will add administrative permission object to admin perms container in directory.
- addPermObj(PermObj) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This method will add permission object to perms container in directory.
- addPermObj(PermObj) - Method in class org.apache.directory.fortress.core.impl.DelAdminMgrImpl
-
This method will add administrative permission object to admin perms container in directory.
- addPermObj(PermObj) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This method will add permission object to perms container in directory.
- addPermObj(PermObj) - Method in class org.apache.directory.fortress.core.rest.DelAdminMgrRestImpl
-
This method will add administrative permission object to admin perms container in directory.
- AddpermObj - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadPermObj
s used to driveAdminMgr.addPermObj(org.apache.directory.fortress.core.model.PermObj)
. - AddpermObj() - Constructor for class org.apache.directory.fortress.core.ant.AddpermObj
-
All Ant data entities must have a default constructor.
- addPermOp(PermAnt) - Method in class org.apache.directory.fortress.core.ant.AddpermOp
-
This method name, 'addPermOp', is used for derived xml tag 'permop' in the load script.
- addPermOp(PermAnt) - Method in class org.apache.directory.fortress.core.ant.DelpermOp
-
This method name, 'addPermOp', is used for derived xml tag 'permop' in the load script.
- AddpermOp - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadPermAnt
s used to driveAdminMgr.addPermission(org.apache.directory.fortress.core.model.Permission)
. - AddpermOp() - Constructor for class org.apache.directory.fortress.core.ant.AddpermOp
-
All Ant data entities must have a default constructor.
- Addpermorgunitinheritance - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadRelationship
s used to driveAdminMgr.addInheritance(org.apache.directory.fortress.core.model.Role, org.apache.directory.fortress.core.model.Role)
. - Addpermorgunitinheritance() - Constructor for class org.apache.directory.fortress.core.ant.Addpermorgunitinheritance
-
All Ant data entities must have a default constructor.
- addPolicy(PwPolicy) - Method in class org.apache.directory.fortress.core.ant.Addpwpolicy
-
This method name, 'addPolicy', is used for derived xml tag 'policy' in the load script.
- addPolicy(PwPolicy) - Method in class org.apache.directory.fortress.core.ant.Delpwpolicy
-
This method name, 'addPolicy', is used for derived xml tag 'policy' in the load script.
- addProperties(Properties) - Method in class org.apache.directory.fortress.core.model.Configuration
-
Add new collection of name/value pairs to attributes associated with Configuration node.
- addProperties(Properties) - Method in class org.apache.directory.fortress.core.model.Permission
-
Add new collection of name/value pairs to attributes associated with Permission.
- addProperties(Properties) - Method in class org.apache.directory.fortress.core.model.PermObj
-
Add new collection of name/value pairs to attributes associated with PermObj.
- addProperties(Properties) - Method in class org.apache.directory.fortress.core.model.Role
-
Add new collection of name/value pairs to attributes associated with User.
- addProperties(Properties) - Method in class org.apache.directory.fortress.core.model.User
-
Add new collection of name/value pairs to attributes associated with User.
- addProperty(String, String) - Method in class org.apache.directory.fortress.core.model.Configuration
-
Add name/value pair to list of properties associated with Configuration node.
- addProperty(String, String) - Method in class org.apache.directory.fortress.core.model.Group
-
Add name/value pair to list of properties associated with PermObj.
- addProperty(String, String) - Method in class org.apache.directory.fortress.core.model.Permission
-
Add name/value pair to list of properties associated with Permission.
- addProperty(String, String) - Method in class org.apache.directory.fortress.core.model.PermObj
-
Add name/value pair to list of properties associated with PermObj.
- addProperty(String, String) - Method in class org.apache.directory.fortress.core.model.User
-
Add name/value pair to list of properties associated with User.
- Addpwpolicy - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadPwPolicy
s used to drivePwPolicyMgr.add(org.apache.directory.fortress.core.model.PwPolicy)
. - Addpwpolicy() - Constructor for class org.apache.directory.fortress.core.ant.Addpwpolicy
-
All Ant data entities must have a default constructor.
- addRelationship(Relationship) - Method in class org.apache.directory.fortress.core.ant.Addadminroleinheritance
-
This method name, 'addRelationship', is used for derived xml tag 'relationship' in the load script.
- addRelationship(Relationship) - Method in class org.apache.directory.fortress.core.ant.Addpermorgunitinheritance
-
This method name, 'addRelationship', is used for derived xml tag 'relationship' in the load script.
- addRelationship(Relationship) - Method in class org.apache.directory.fortress.core.ant.Addroleinheritance
-
This method name, 'addRelationship', is used for derived xml tag 'relationship' in the load script.
- addRelationship(Relationship) - Method in class org.apache.directory.fortress.core.ant.Adduserorgunitinheritance
-
This method name, 'addRelationship', is used for derived xml tag 'relationship' in the load script.
- addRelationship(Relationship) - Method in class org.apache.directory.fortress.core.ant.Deladminroleinheritance
-
This method name, 'addRelationship', is used for derived xml tag 'relationship' in the load script.
- addRelationship(Relationship) - Method in class org.apache.directory.fortress.core.ant.Delpermorgunitinheritance
-
This method name, 'addRelationship', is used for derived xml tag 'relationship' in the load script.
- addRelationship(Relationship) - Method in class org.apache.directory.fortress.core.ant.Delroleinheritance
-
This method name, 'addRelationship', is used for derived xml tag 'relationship' in the load script.
- addRelationship(Relationship) - Method in class org.apache.directory.fortress.core.ant.Deluserorgunitinheritance
-
This method name, 'addRelationship', is used for derived xml tag 'relationship' in the load script.
- Address - Class in org.apache.directory.fortress.core.model
-
This entity is stored on
User
and is used to store postal address information in LDAP. - Address() - Constructor for class org.apache.directory.fortress.core.model.Address
- addRole(AdminRoleAnt) - Method in class org.apache.directory.fortress.core.ant.Addadminrole
-
This method name, 'addRole', is used for derived xml tag 'role' in the load script.
- addRole(AdminRoleAnt) - Method in class org.apache.directory.fortress.core.ant.Deladminrole
-
This method name, 'addRole', is used for the derived xml tag 'role' in the load script.
- addRole(AdminRole) - Method in interface org.apache.directory.fortress.core.DelAdminMgr
-
This command creates a new admin role.
- addRole(AdminRole) - Method in class org.apache.directory.fortress.core.impl.DelAdminMgrImpl
-
This command creates a new admin role.
- addRole(AdminRole) - Method in class org.apache.directory.fortress.core.rest.DelAdminMgrRestImpl
-
This command creates a new admin role.
- addRole(Role) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This command creates a new role.
- addRole(Role) - Method in class org.apache.directory.fortress.core.ant.Addrole
-
This method name, 'addRole', is used for derived xml tag 'role' in the load script.
- addRole(Role) - Method in class org.apache.directory.fortress.core.ant.Delrole
-
This method name, 'addRole', is used for derived xml tag 'role' in the load script.
- addRole(Role) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This command creates a new role.
- addRole(Role) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This command creates a new role.
- Addrole - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadRole
s used to driveAdminMgr.addRole(org.apache.directory.fortress.core.model.Role)
}. - Addrole() - Constructor for class org.apache.directory.fortress.core.ant.Addrole
-
All Ant data entities must have a default constructor.
- addRoleConstraint(RoleConstraintAnt) - Method in class org.apache.directory.fortress.core.ant.Addroleconstraint
-
This method name, 'Addroleconstraint', is used for derived xml tag 'roleconstraint' in the load script.
- addRoleConstraint(RoleConstraintAnt) - Method in class org.apache.directory.fortress.core.ant.Delroleconstraint
-
This method name, 'Addroleconstraint', is used for derived xml tag 'roleconstraint' in the load script.
- addRoleConstraint(UserRole, RoleConstraint) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This method adds a roleConstraint (ftRC) to the user ldap entry.
- addRoleConstraint(UserRole, RoleConstraint) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This method adds a roleConstraint (ftRC) to the user ldap entry.
- addRoleConstraint(UserRole, RoleConstraint) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This method adds a roleConstraint (ftRC) to the user ldap entry.
- Addroleconstraint - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadRoleConstraint
s used to driveAdminMgr.addRoleConstraint( UserRole uRole, RoleConstraint roleConstraint )
. - Addroleconstraint() - Constructor for class org.apache.directory.fortress.core.ant.Addroleconstraint
-
All Ant data entities must have a default constructor.
- Addroleinheritance - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadRelationship
s used to driveAdminMgr.addInheritance(org.apache.directory.fortress.core.model.Role, org.apache.directory.fortress.core.model.Role)
. - Addroleinheritance() - Constructor for class org.apache.directory.fortress.core.ant.Addroleinheritance
-
All Ant data entities must have a default constructor.
- addSdset(SDSetAnt) - Method in class org.apache.directory.fortress.core.ant.Addsdset
-
This method name, 'addSdset', is used for derived xml tag 'sdset' in the load script.
- addSdset(SDSetAnt) - Method in class org.apache.directory.fortress.core.ant.Delsdset
-
This method name, 'addSdset', is used for derived xml tag 'sdset' in the load script.
- Addsdset - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to create newSDSetAnt
s used to driveAdminMgr.createSsdSet(org.apache.directory.fortress.core.model.SDSet)
orAdminMgr.createDsdSet(org.apache.directory.fortress.core.model.SDSet)
. - Addsdset() - Constructor for class org.apache.directory.fortress.core.ant.Addsdset
-
All Ant data entities must have a default constructor.
- addSsdRoleMember(SDSet, Role) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This command adds a role to a named SSD set of roles.
- addSsdRoleMember(SDSet, Role) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This command adds a role to a named SSD set of roles.
- addSsdRoleMember(SDSet, Role) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This command adds a role to a named SSD set of roles.
- addStringOption(char, String) - Method in class org.apache.directory.fortress.core.cli.CmdLineParser
-
Convenience method for adding a string option.
- addStringOption(String) - Method in class org.apache.directory.fortress.core.cli.CmdLineParser
-
Convenience method for adding a string option.
- addSuffix(Suffix) - Method in class org.apache.directory.fortress.core.ant.Addsuffix
-
This method name, 'addSuffix', is used for derived xml tag 'suffix' in the load script.
- addSuffix(Suffix) - Method in class org.apache.directory.fortress.core.ant.Delsuffix
-
This method name, 'addSuffix', is used for derived xml tag 'suffix' in the load script.
- Addsuffix - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to create newSuffix
used to driveSuffixP.add(org.apache.directory.fortress.core.model.Suffix)
. - Addsuffix() - Constructor for class org.apache.directory.fortress.core.ant.Addsuffix
-
All Ant data entities must have a default constructor.
- addUpdconfig(Updconfig) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Load the entity with data.
- addUser(UserAnt) - Method in class org.apache.directory.fortress.core.ant.Adduser
-
This method name, 'addUser', is used for derived xml tag 'user' in the load script.
- addUser(UserAnt) - Method in class org.apache.directory.fortress.core.ant.Deluser
-
This method name, 'addUser', is used for derived xml tag 'user' in the load script.
- addUser(User) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This command creates a new RBAC user.
- addUser(User) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This command creates a new RBAC user.
- addUser(User) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This command creates a new RBAC user.
- Adduser - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadUserAnt
s used to driveAdminMgr.addUser(org.apache.directory.fortress.core.model.User)
. - Adduser() - Constructor for class org.apache.directory.fortress.core.ant.Adduser
-
All Ant data entities must have a default constructor.
- Adduseradminrole - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadUserAdminRole
s used to driveDelAdminMgr.assignUser(org.apache.directory.fortress.core.model.UserAdminRole)
. - Adduseradminrole() - Constructor for class org.apache.directory.fortress.core.ant.Adduseradminrole
-
All Ant data entities must have a default constructor.
- Adduserorgunitinheritance - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadRelationship
s used to driveDelAdminMgr.addAscendant( org.apache.directory.fortress.core.model.OrgUnit, org.apache.directory.fortress.core.model.OrgUnit)
. - Adduserorgunitinheritance() - Constructor for class org.apache.directory.fortress.core.ant.Adduserorgunitinheritance
-
All Ant data entities must have a default constructor.
- addUserRole(UserAdminRole) - Method in class org.apache.directory.fortress.core.ant.Adduseradminrole
-
This method name, 'addUserRole', is used for derived xml tag 'userrole' in the load script.
- addUserRole(UserAdminRole) - Method in class org.apache.directory.fortress.core.ant.Deluseradminrole
-
This method name, 'addUserRole', is used for derived xml tag 'userrole' in the load script.
- addUserRole(UserRole) - Method in class org.apache.directory.fortress.core.ant.Adduserrole
-
This method name, 'addUserRole', is used for derived xml tag 'userrole' in the load script.
- addUserRole(UserRole) - Method in class org.apache.directory.fortress.core.ant.Deluserrole
-
This method name, 'addUserRole', is used for derived xml tag 'userrole' in the load script.
- Adduserrole - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadUserRole
s used to driveAdminMgr.assignUser(org.apache.directory.fortress.core.model.UserRole)
. - Adduserrole() - Constructor for class org.apache.directory.fortress.core.ant.Adduserrole
-
All Ant data entities must have a default constructor.
- ADMIN_ADD - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ADMIN_ASSIGN - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ADMIN_AUTHZ - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ADMIN_AUTHZ_ROLES - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ADMIN_DEASSIGN - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ADMIN_DROP - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ADMIN_GRANT - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ADMIN_IMPLEMENTATION - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
When this optional tag,
adminImplementation
, is placed in Fortress properties, its class name will be the defaultAdminMgr
instance used. - ADMIN_PERM_ROOT - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Specifies the dn of the container where the Fortress Administrative Permissions are located.
- ADMIN_PERMS - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ADMIN_REVOKE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ADMIN_ROLE_ROOT - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Specifies the dn of the container where the Fortress Administrative Roles are located.
- ADMIN_ROLES - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- Administrator - Interface in org.apache.directory.fortress.core.model
-
This interface is used by Fortress admin role processing.
- AdminMgr - Interface in org.apache.directory.fortress.core
-
This class performs administrative functions to provision Fortress RBAC entities into the LDAP directory.
- AdminMgrFactory - Class in org.apache.directory.fortress.core
-
Creates an instance of the AdminMgr object.
- AdminMgrFactory() - Constructor for class org.apache.directory.fortress.core.AdminMgrFactory
- AdminMgrImpl - Class in org.apache.directory.fortress.core.impl
-
This class performs administrative functions to provision Fortress RBAC entities into the LDAP directory.
- AdminMgrImpl() - Constructor for class org.apache.directory.fortress.core.impl.AdminMgrImpl
- AdminMgrRestImpl - Class in org.apache.directory.fortress.core.rest
-
This class performs administrative functions to provision Fortress RBAC entities using HTTP access to Fortress Rest server.
- AdminMgrRestImpl() - Constructor for class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
- AdminPermissionOperation - Annotation Type in org.apache.directory.fortress.annotation
- AdminPermissionUtil - Class in org.apache.directory.fortress.core.util
- AdminPermissionUtil() - Constructor for class org.apache.directory.fortress.core.util.AdminPermissionUtil
- AdminRole - Class in org.apache.directory.fortress.core.model
- AdminRole() - Constructor for class org.apache.directory.fortress.core.model.AdminRole
-
Default constructor is used by internal Fortress classes.
- AdminRole(String) - Constructor for class org.apache.directory.fortress.core.model.AdminRole
-
Construct an AdminRole entity with a given name.
- AdminRole(Constraint) - Constructor for class org.apache.directory.fortress.core.model.AdminRole
-
Construct an Admin Role with a given temporal constraint.
- AdminRoleAnt - Class in org.apache.directory.fortress.core.ant
-
Entity is used by custom Apache Ant task for special handling of collections.
- AdminRoleAnt() - Constructor for class org.apache.directory.fortress.core.ant.AdminRoleAnt
- AdminRoleRelationship - Class in org.apache.directory.fortress.core.model
-
This entity is used by Fortress Rest to communicate parent and child
AdminRole
information to the server. - AdminRoleRelationship() - Constructor for class org.apache.directory.fortress.core.model.AdminRoleRelationship
- adminSess - Variable in class org.apache.directory.fortress.core.impl.Manageable
- adminSession - Variable in class org.apache.directory.fortress.core.model.FortEntity
- ADS_PPOLICY_ROOT - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Specifies the dn of the container where password policies are stored in ApachDS.
- ALL - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Attribute is used in Fortress day mask constraints as default which will always pass.
- APACHE_LDAP_API - Static variable in class org.apache.directory.fortress.core.GlobalIds
- ARLE_ACTIVATE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Administrative Role could not be activated in the User's Session.
- ARLE_ADD - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ARLE_ADD_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Administrative Role could not be added to ldap server.
- ARLE_ADDINHERIT - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ARLE_ALREADY_ACTIVE - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Administrative Role is already activated in User's Session.
- ARLE_ASC - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ARLE_ASGN - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ARLE_ASGNED - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ARLE_ASSIGN_EXIST - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Admin Role could not be assigned to User already has it assigned.
- ARLE_ASSIGN_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The User Admin Role assignment failed.
- ARLE_ASSIGN_NOT_EXIST - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The User Admin Role could not be deassigned from User because it wasn't assigned in the first place.
- ARLE_BEGIN_RANGE_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied begin range for Administrative Role is required and cannot be null.
- ARLE_CHILD_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Child Administrative Role entity is required and cannot be null
- ARLE_DEACTIVE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Administrative Role could not be deactivated from the User's session.
- ARLE_DEASGN - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ARLE_DEASSIGN_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The User Admin Role deassignment failed.
- ARLE_DEASSIGN_NOT_EXIST - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The User Admin Role could not be deassigned from User because it wasn't assigned in the first place.
- ARLE_DELETE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ARLE_DELETE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Administrative Role could not be removed from ldap server.
- ARLE_DELINHERIT - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ARLE_DESC - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ARLE_END_RANGE_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied end range for Administrative Role is required and cannot be null.
- ARLE_INVLD_RANGE - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied range for Administrative Role is invalid.
- ARLE_INVLD_RANGE_INCLUSIVE - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied range for Administrative Role inclusion is invalid.
- ARLE_LST_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
Method requires list of Administrative Roles and cannot be null.
- ARLE_NM_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Administrative Role name is required and cannot be null.
- ARLE_NOT_ACTIVE - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Administrative Role is not activated in User's Session.
- ARLE_NOT_FOUND - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Administrative Role was not found on ldap server.
- ARLE_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Administrative Role entity is required and cannot be null
- ARLE_OCCUPANT_SEARCH_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
AdminRole occupant search failed.
- ARLE_PARENT_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Parent Administrative Role entity is required and cannot be null
- ARLE_READ - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ARLE_READ_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Administrative Role read failed on ldap server.
- ARLE_REMOVE_OCCUPANT_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The operation to remove User as occupant to AdminRoles failed..
- ARLE_REMOVE_PARENT_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Administrative Role parent attribute could not be removed on ldap server.
- ARLE_SEARCH - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ARLE_SEARCH_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Administrative Role search failed on ldap server.
- ARLE_UPDATE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ARLE_UPDATE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Administrative Role could not be updated on ldap server.
- ARLE_USER_ASSIGN_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The User Administrative Role assignment failed.
- ARLE_USER_DEASSIGN_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The User Administrative Role deassignment failed.
- ARLE_USER_SEARCH_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Administrative Role search could failed on server.
- AROLE - org.apache.directory.fortress.core.model.Hier.Type
-
Administrative Role data set
- assertContext(String, String, FortEntity, int) - Method in class org.apache.directory.fortress.core.impl.Manageable
-
Method will throw exception if entity reference is null, otherwise will set the contextId of the tenant onto the supplied entity reference.
- assertContext(String, FortEntity, int) - Method in class org.apache.directory.fortress.core.impl.Manageable
-
Method will throw exception if entity reference is null, otherwise will set the contextId of the tenant onto the supplied entity reference.
- assertNotNull(Object, int, String) - Static method in class org.apache.directory.fortress.core.util.VUtil
-
Method will throw exception with supplied error id and object.method name if object reference is null.
- assertNotNullOrEmpty(char[], int, String) - Static method in class org.apache.directory.fortress.core.util.VUtil
-
Method will throw exception with supplied error id and object.method name if string reference is null or empty.
- assertNotNullOrEmpty(String, int, String) - Static method in class org.apache.directory.fortress.core.util.VUtil
-
Method will throw exception with supplied error id and object.method name if string reference is null or empty.
- assign(Group, String) - Method in interface org.apache.directory.fortress.core.GroupMgr
-
Assign a user to an existing group node.
- assign(Group, String) - Method in class org.apache.directory.fortress.core.impl.GroupMgrImpl
-
Assign a user to an existing group node.
- assign(Group, String) - Method in class org.apache.directory.fortress.core.rest.GroupMgrRestImpl
-
Assign a user to an existing group node.
- assignedRoles(String) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
This function returns the set of roles assigned to a given user.
- assignedRoles(String) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
This function returns the set of roles assigned to a given user.
- assignedRoles(String) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
This function returns the set of roles assigned to a given user.
- assignedRoles(User) - Method in interface org.apache.directory.fortress.core.DelReviewMgr
-
This function returns the set of admin roles assigned to a given user.
- assignedRoles(User) - Method in class org.apache.directory.fortress.core.impl.DelReviewMgrImpl
-
This function returns the set of admin roles assigned to a given user.
- assignedRoles(User) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
This function returns the set of roles assigned to a given user.
- assignedRoles(User) - Method in class org.apache.directory.fortress.core.rest.DelReviewMgrRestImpl
-
This function returns the set of admin roles assigned to a given user.
- assignedRoles(User) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
This function returns the set of roles assigned to a given user.
- assignedRoles(User) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
This function returns the set of roles assigned to a given user.
- assignedUsers(AdminRole) - Method in interface org.apache.directory.fortress.core.DelReviewMgr
-
This method returns the data set of all users who are assigned the given admin role.
- assignedUsers(AdminRole) - Method in class org.apache.directory.fortress.core.impl.DelReviewMgrImpl
-
This method returns the data set of all users who are assigned the given admin role.
- assignedUsers(AdminRole) - Method in class org.apache.directory.fortress.core.rest.DelReviewMgrRestImpl
-
This method returns the data set of all users who are assigned the given admin role.
- assignedUsers(Role) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
This method returns the data set of all users who are assigned the given role.
- assignedUsers(Role) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
This method returns the data set of all users who are assigned the given role.
- assignedUsers(Role) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
This method returns the data set of all users who are assigned the given role.
- assignedUsers(Role, int) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
This function returns the set of users assigned to a given role.
- assignedUsers(Role, int) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
This function returns the set of users assigned to a given role.
- assignedUsers(Role, int) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
This function returns the set of users assigned to a given role.
- assignedUsers(Role, RoleConstraint) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
This method returns the data set of all users who are assigned the given role.
- assignedUsers(Role, RoleConstraint) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
- assignedUsers(Role, RoleConstraint) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
This method returns the data set of all users who are assigned the given role.
- assignedUsers(Role, RoleConstraint.RCType, String) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
This method returns the user roles for all users who have the given role, with a specified constraint type and permission attribute set name.
- assignedUsers(Role, RoleConstraint.RCType, String) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
- assignedUsers(Role, RoleConstraint.RCType, String) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
This method returns the user roles for all users who have the given role, with a specified constraint type and permission attribute set name.
- assignUser(UserAdminRole) - Method in interface org.apache.directory.fortress.core.DelAdminMgr
-
This command assigns a user to an admin role.
- assignUser(UserAdminRole) - Method in class org.apache.directory.fortress.core.impl.DelAdminMgrImpl
-
This command assigns a user to an admin role.
- assignUser(UserAdminRole) - Method in class org.apache.directory.fortress.core.rest.DelAdminMgrRestImpl
-
This command assigns a user to an admin role.
- assignUser(UserRole) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This command assigns a user to a role.
- assignUser(UserRole) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This command assigns a user to a role.
- assignUser(UserRole) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This command assigns a user to a role.
- AUDIT_AUTHZS - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- AUDIT_BINDS - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- AUDIT_IMPLEMENTATION - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
When this optional tag,
auditmgr.implementation
, is placed in Fortress properties, its class name will be the defaultAuditMgr
instance used. - AUDIT_INVLD - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- AUDIT_MODS - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- AUDIT_SESSIONS - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- AUDIT_UAUTHZS - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- AuditMgr - Interface in org.apache.directory.fortress.core
-
This interface prescribes methods used to search OpenLDAP's slapd access log.
- AuditMgrFactory - Class in org.apache.directory.fortress.core
-
Creates an instance of the AuditMgr object.
- AuditMgrFactory() - Constructor for class org.apache.directory.fortress.core.AuditMgrFactory
- AuditMgrImpl - Class in org.apache.directory.fortress.core.impl
-
This object performs searches across OpenLDAP's slapd access log.
- AuditMgrImpl() - Constructor for class org.apache.directory.fortress.core.impl.AuditMgrImpl
- AuditMgrRestImpl - Class in org.apache.directory.fortress.core.rest
-
This class performs searches across OpenLDAP's slapd access log using HTTP access to Fortress Rest server.
- AuditMgrRestImpl() - Constructor for class org.apache.directory.fortress.core.rest.AuditMgrRestImpl
- AuditUtil - Class in org.apache.directory.fortress.core.util
-
Class contains static utilities for conversions of ldap data to/from audit format These are low-level data utilities and no validations are performed.
- AUDT_AUTHN_INVALID_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Audit search for authentication events failed on the ldap server.
- AUDT_AUTHZ_SEARCH_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Audit search for Fortress authorization records failed on the ldap server.
- AUDT_BIND_SEARCH_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The audit bind search failed on the ldap server.
- AUDT_INPUT_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Audit input entity is required on this method and cannot be supplied as null
- AUDT_MOD_ADMIN_SEARCH_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Audit mod search by administrator internal id failed on ldap server.
- AUDT_MOD_SEARCH_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Audit search for modifications failed on the ldap server.
- AUTH_Z_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalIds
- AUTH_Z_FAILED_VALUE - Static variable in class org.apache.directory.fortress.core.GlobalIds
- authenticate(String, String) - Method in interface org.apache.directory.fortress.core.AccessMgr
-
Perform user authentication only.
- authenticate(String, String) - Method in class org.apache.directory.fortress.core.impl.AccessMgrImpl
-
Perform user authentication only.
- authenticate(String, String) - Method in class org.apache.directory.fortress.core.rest.AccessMgrRestImpl
-
Perform user authentication only.
- AUTHENTICATION_TYPE - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
This property is used to specify if authentication is being performed within a security realm.
- AuthNValidator - Class in org.apache.directory.fortress.core.util
-
This class performs authentication validation.
- AuthNValidator() - Constructor for class org.apache.directory.fortress.core.util.AuthNValidator
- AuthorizationException - Exception in org.apache.directory.fortress.core
-
This exception extends
SecurityException
and is thrown when administrative permission check fails. - AuthorizationException(int, String) - Constructor for exception org.apache.directory.fortress.core.AuthorizationException
-
Create an exception with an error code that maps to
GlobalErrIds
and message text. - authorizedAdminRoles(Session) - Method in interface org.apache.directory.fortress.core.DelAccessMgr
-
This function returns the authorized admin roles associated with a session based on hierarchical relationships.
- authorizedAdminRoles(Session) - Method in class org.apache.directory.fortress.core.impl.DelAccessMgrImpl
-
This function returns the authorized admin roles associated with a session based on hierarchical relationships.
- authorizedAdminRoles(Session) - Method in class org.apache.directory.fortress.core.rest.DelAccessMgrRestImpl
-
This function returns the authorized admin roles associated with a session based on hierarchical relationships.
- authorizedPermissionRoles(Permission) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
Return all role names that have been authorized for a given permission.
- authorizedPermissionRoles(Permission) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
Return all role names that have been authorized for a given permission.
- authorizedPermissionRoles(Permission) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
Return all role names that have been authorized for a given permission.
- authorizedPermissionUsers(Permission) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
Return all userIds that have been authorized for a given permission.
- authorizedPermissionUsers(Permission) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
Return all userIds that have been authorized for a given permission.
- authorizedPermissionUsers(Permission) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
Return all userIds that have been authorized for a given permission.
- authorizedRoles(Session) - Method in interface org.apache.directory.fortress.core.AccessMgr
-
This function returns the authorized roles associated with a session based on hierarchical relationships.
- authorizedRoles(Session) - Method in class org.apache.directory.fortress.core.impl.AccessMgrImpl
-
This function returns the authorized roles associated with a session based on hierarchical relationships.
- authorizedRoles(Session) - Method in class org.apache.directory.fortress.core.rest.AccessMgrRestImpl
-
This function returns the authorized roles associated with a session based on hierarchical relationships.
- authorizedRoles(User) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
This function returns the set of roles authorized for a given user.
- authorizedRoles(User) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
This function returns the set of roles authorized for a given user.
- authorizedRoles(User) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
This function returns the set of roles authorized for a given user.
- authorizedUsers(Role) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
This function returns the set of users authorized to a given role, i.e., the users that are assigned to a role that inherits the given role.
- authorizedUsers(Role) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
This function returns the set of users authorized to a given role, i.e., the users that are assigned to a role that inherits the given role.
- authorizedUsers(Role) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
This function returns the set of users authorized to a given role, i.e., the users that are assigned to a role that inherits the given role.
- AuthZ - Class in org.apache.directory.fortress.core.model
-
This entity class contains OpenLDAP slapo-accesslog records that correspond to authorization attempts made to the directory.
- AuthZ() - Constructor for class org.apache.directory.fortress.core.model.AuthZ
- AUTHZ_COMPARE_FAILURE_FLAG - Static variable in class org.apache.directory.fortress.core.GlobalIds
B
- BaseException - Exception in org.apache.directory.fortress.core
-
Base exception class for checked exceptions thrown.
- BaseRuntimeException - Exception in org.apache.directory.fortress.core
-
Base runtime exception class for Fortress runtime exceptions.
- BaseRuntimeException(int, String) - Constructor for exception org.apache.directory.fortress.core.BaseRuntimeException
- BaseRuntimeException(int, String, Throwable) - Constructor for exception org.apache.directory.fortress.core.BaseRuntimeException
- BATCH_SIZE - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Maximum number of records for ldap client to wait on while processing results sets from ldap server.
- beginDate(String) - Method in interface org.apache.directory.fortress.core.util.ConstraintValidator
-
Perform simple reasonability check on contraint beginDate value.
- beginDate(String) - Method in class org.apache.directory.fortress.core.util.VUtil
-
Perform simple reasonability check on contraint beginDate value.
- beginTime(String) - Method in interface org.apache.directory.fortress.core.util.ConstraintValidator
-
Perform simple reasonability check on contraint beginTime value.
- beginTime(String) - Method in class org.apache.directory.fortress.core.util.VUtil
-
Perform simple reasonability check on contraint beginTime value.
- bind(LdapConnection, String, String) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Calls the PoolMgr to perform an LDAP bind for a user/password combination.
- Bind - Class in org.apache.directory.fortress.core.model
-
This entity class contains OpenLDAP slapd access log records that correspond to bind attempts made to the directory.
- Bind() - Constructor for class org.apache.directory.fortress.core.model.Bind
- BooleanOption(char, String) - Constructor for class org.apache.directory.fortress.core.cli.CmdLineParser.Option.BooleanOption
- BooleanOption(String) - Constructor for class org.apache.directory.fortress.core.cli.CmdLineParser.Option.BooleanOption
C
- Cache - Interface in org.apache.directory.fortress.core.util.cache
-
This Interface is implemented by cacheable Fortress objects and is used to wrap the caching implementation to provide isolation.
- CachedJaxbContext - Class in org.apache.directory.fortress.core.rest
-
This class contains a very simple caching mechanism for storing JAXBContext objects associated with Fortress XML processing.
- CachedJaxbContext() - Constructor for class org.apache.directory.fortress.core.rest.CachedJaxbContext
- CacheMgr - Class in org.apache.directory.fortress.core.util.cache
-
This class is a facade and shields internal Fortress objects from specifics of the actual cache implementation that is in use.
- canAdd(Session, User) - Method in interface org.apache.directory.fortress.core.DelAccessMgr
-
This function will determine if the user contains an AdminRole that is authorized to add a new User.
- canAdd(Session, User) - Method in class org.apache.directory.fortress.core.impl.DelAccessMgrImpl
-
This function will determine if the user contains an AdminRole that is authorized to add a new User.
- canAdd(Session, User) - Method in class org.apache.directory.fortress.core.rest.DelAccessMgrRestImpl
-
This function will determine if the user contains an AdminRole that is authorized to add a new User.
- canAssign(Session, User, Role) - Method in interface org.apache.directory.fortress.core.DelAccessMgr
-
This function will determine if the user contains an AdminRole that is authorized assignment control over User-Role Assignment (URA).
- canAssign(Session, User, Role) - Method in class org.apache.directory.fortress.core.impl.DelAccessMgrImpl
-
This function will determine if the user contains an AdminRole that is authorized assignment control over User-Role Assignment (URA).
- canAssign(Session, User, Role) - Method in class org.apache.directory.fortress.core.rest.DelAccessMgrRestImpl
-
This function will determine if the user contains an AdminRole that is authorized assignment control over User-Role Assignment (URA).
- canDeassign(Session, User, Role) - Method in interface org.apache.directory.fortress.core.DelAccessMgr
-
This function will determine if the user contains an AdminRole that is authorized revoke control over User-Role Assignment (URA).
- canDeassign(Session, User, Role) - Method in class org.apache.directory.fortress.core.impl.DelAccessMgrImpl
-
This function will determine if the user contains an AdminRole that is authorized revoke control over User-Role Assignment (URA).
- canDeassign(Session, User, Role) - Method in class org.apache.directory.fortress.core.rest.DelAccessMgrRestImpl
-
This function will determine if the user contains an AdminRole that is authorized revoke control over User-Role Assignment (URA).
- canEdit(Session, User) - Method in interface org.apache.directory.fortress.core.DelAccessMgr
-
This function will determine if the user contains an AdminRole that is authorized update/delete control over User.
- canEdit(Session, User) - Method in class org.apache.directory.fortress.core.impl.DelAccessMgrImpl
-
This function will determine if the user contains an AdminRole that is authorized update/delete control over User.
- canEdit(Session, User) - Method in class org.apache.directory.fortress.core.rest.DelAccessMgrRestImpl
-
This function will determine if the user contains an AdminRole that is authorized update/delete control over User.
- canGrant(Session, Role, Permission) - Method in interface org.apache.directory.fortress.core.DelAccessMgr
-
This function will determine if the user contains an AdminRole that is authorized assignment control over Permission-Role Assignment (PRA).
- canGrant(Session, Role, Permission) - Method in class org.apache.directory.fortress.core.impl.DelAccessMgrImpl
-
This function will determine if the user contains an AdminRole that is authorized assignment control over Permission-Role Assignment (PRA).
- canGrant(Session, Role, Permission) - Method in class org.apache.directory.fortress.core.rest.DelAccessMgrRestImpl
-
This function will determine if the user contains an AdminRole that is authorized assignment control over Permission-Role Assignment (PRA).
- canRevoke(Session, Role, Permission) - Method in interface org.apache.directory.fortress.core.DelAccessMgr
-
This function will determine if the user contains an AdminRole that is authorized revoke control over Permission-Role Assignment (PRA).
- canRevoke(Session, Role, Permission) - Method in class org.apache.directory.fortress.core.impl.DelAccessMgrImpl
-
This function will determine if the user contains an AdminRole that is authorized revoke control over Permission-Role Assignment (PRA).
- canRevoke(Session, Role, Permission) - Method in class org.apache.directory.fortress.core.rest.DelAccessMgrRestImpl
-
This function will determine if the user contains an AdminRole that is authorized revoke control over Permission-Role Assignment (PRA).
- CFG_ADD - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- CFG_DELETE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- CFG_READ - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- CFG_UPDATE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- CfgException - Exception in org.apache.directory.fortress.core
-
This exception extends
SecurityException
and is thrown when Fortress cannot find correct cfg for a particular entity. - CfgException(int, String) - Constructor for exception org.apache.directory.fortress.core.CfgException
-
Create an exception with an error code that maps to
GlobalErrIds
and message text. - CfgException(int, String, Exception) - Constructor for exception org.apache.directory.fortress.core.CfgException
-
Create exception with error id, message and related exception.
- CfgRuntimeException - Exception in org.apache.directory.fortress.core
-
This exception extends
BaseRuntimeException
and is thrown when Fortress config startup failed. - CfgRuntimeException(int, String) - Constructor for exception org.apache.directory.fortress.core.CfgRuntimeException
-
Create exception with error id and message.
- CfgRuntimeException(int, String, Exception) - Constructor for exception org.apache.directory.fortress.core.CfgRuntimeException
-
Create exception with error id, message and related exception.
- CHANGE_AFTER_RESET - Static variable in class org.apache.directory.fortress.core.impl.GlobalPwMsgIds
-
The change after reset flag is set indicating the user must change their password.
- changePassword(User, String) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
Method will change user's password.
- changePassword(User, String) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
Method will change user's password.
- changePassword(User, String) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
Method will change user's password.
- checkAccess(String, String) - Method in class org.apache.directory.fortress.core.impl.Manageable
-
Every Fortress Manager API (e.g.
- checkAccess(Session, Permission) - Method in interface org.apache.directory.fortress.core.AccelMgr
-
Perform user RBAC authorization.
- checkAccess(Session, Permission) - Method in interface org.apache.directory.fortress.core.AccessMgr
-
Perform user RBAC authorization.
- checkAccess(Session, Permission) - Method in interface org.apache.directory.fortress.core.DelAccessMgr
-
This function returns a Boolean value meaning whether the subject of a given session is allowed or not to perform a given operation on a given object.
- checkAccess(Session, Permission) - Method in class org.apache.directory.fortress.core.impl.AccelMgrImpl
-
Perform user RBAC authorization.
- checkAccess(Session, Permission) - Method in class org.apache.directory.fortress.core.impl.AccessMgrImpl
-
Perform user RBAC authorization.
- checkAccess(Session, Permission) - Method in class org.apache.directory.fortress.core.impl.DelAccessMgrImpl
-
Perform user RBAC authorization.
- checkAccess(Session, Permission) - Method in class org.apache.directory.fortress.core.rest.AccessMgrRestImpl
-
Perform user RBAC authorization.
- checkAccess(Session, Permission) - Method in class org.apache.directory.fortress.core.rest.DelAccessMgrRestImpl
-
Perform user RBAC authorization.
- checkAccess(User, Permission, boolean) - Method in interface org.apache.directory.fortress.core.AccessMgr
-
Combine createSession and checkAccess into a single method.
- checkAccess(User, Permission, boolean) - Method in class org.apache.directory.fortress.core.impl.AccessMgrImpl
-
Combine createSession and checkAccess into a single method.
- checkAccess(User, Permission, boolean) - Method in class org.apache.directory.fortress.core.rest.AccessMgrRestImpl
-
Combine createSession and checkAccess into a single method.
- checkClientTrusted(X509Certificate[], String) - Method in class org.apache.directory.fortress.core.ldap.LdapClientTrustStoreManager
-
Determine if client certificate is to be trusted.
- checkPasswordPolicy(Object[], boolean, PwMessage) - Method in interface org.apache.directory.fortress.core.impl.PwPolicyControl
-
Check the password policy controls returned from server and sets the PwMessage with what it finds.
- checkServerTrusted(X509Certificate[], String) - Method in class org.apache.directory.fortress.core.ldap.LdapClientTrustStoreManager
-
Determine if server certificate is to be trusted.
- CHILD_ROLE_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The RBAC Child Role entity is required for this operation and cannot be null
- ClassUtil - Class in org.apache.directory.fortress.core.util
-
General purpose factory uses java reflection to instantiate new Manager object.
- clear() - Method in class org.apache.directory.fortress.core.util.cache.EhCacheImpl
- clear(Object) - Method in interface org.apache.directory.fortress.core.util.cache.Cache
-
Clear a cache entry for a given name.
- clear(Object) - Method in class org.apache.directory.fortress.core.util.cache.EhCacheImpl
-
Clear a cache entry for a given name.
- clearAll() - Method in class org.apache.directory.fortress.core.util.cache.CacheMgr
-
Used to clear all elements from all cache objects.
- clearProperty(String) - Method in class org.apache.directory.fortress.core.util.Config
-
Clear the property from apache commons config.
- ClockTime - Class in org.apache.directory.fortress.core.util.time
-
This class performs time validation for
Constraint
. - ClockTime() - Constructor for class org.apache.directory.fortress.core.util.time.ClockTime
- closeAdminConnection(LdapConnection) - Method in class org.apache.directory.fortress.core.ldap.LdapConnectionProvider
-
Calls the PoolMgr to close the Admin LDAP connection.
- closeAdminConnection(LdapConnection) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Calls the PoolMgr to close the Admin LDAP connection.
- closeAllConnectionPools() - Static method in class org.apache.directory.fortress.core.ldap.LdapConnectionProvider
-
Closes all the ldap connection pools.
- closeAllConnectionPools() - Static method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Closes all the ldap connection pools.
- closeLogConnection(LdapConnection) - Method in class org.apache.directory.fortress.core.ldap.LdapConnectionProvider
-
Calls the PoolMgr to close the Log LDAP connection.
- closeLogConnection(LdapConnection) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Calls the PoolMgr to close the Log LDAP connection.
- closeUserConnection(LdapConnection) - Method in class org.apache.directory.fortress.core.ldap.LdapConnectionProvider
-
Calls the PoolMgr to close the User LDAP connection.
- closeUserConnection(LdapConnection) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Calls the PoolMgr to close the User LDAP connection.
- CmdLineParser - Class in org.apache.directory.fortress.core.cli
-
Largely GNU-compatible command-line options parser.
- CmdLineParser() - Constructor for class org.apache.directory.fortress.core.cli.CmdLineParser
- CmdLineParser.IllegalOptionValueException - Exception in org.apache.directory.fortress.core.cli
-
Thrown when an illegal or missing value is given by the user for an option that takes a value.
- CmdLineParser.NotFlagException - Exception in org.apache.directory.fortress.core.cli
-
Thrown when the parsed commandline contains multiple concatenated short options, such as -abcd, where one or more requires a value.
- CmdLineParser.Option - Class in org.apache.directory.fortress.core.cli
-
Representation of a command-line option
- CmdLineParser.Option.BooleanOption - Class in org.apache.directory.fortress.core.cli
- CmdLineParser.Option.DoubleOption - Class in org.apache.directory.fortress.core.cli
-
An option that expects a floating-point value
- CmdLineParser.Option.IntegerOption - Class in org.apache.directory.fortress.core.cli
-
An option that expects an integer value
- CmdLineParser.Option.LongOption - Class in org.apache.directory.fortress.core.cli
-
An option that expects a long integer value
- CmdLineParser.Option.StringOption - Class in org.apache.directory.fortress.core.cli
-
An option that expects a string value
- CmdLineParser.OptionException - Exception in org.apache.directory.fortress.core.cli
-
Base class for exceptions that may be thrown when options are parsed
- CmdLineParser.UnknownOptionException - Exception in org.apache.directory.fortress.core.cli
-
Thrown when the parsed command-line contains an option that is not recognised.
- CmdLineParser.UnknownSuboptionException - Exception in org.apache.directory.fortress.core.cli
-
Thrown when the parsed commandline contains multiple concatenated short options, such as -abcd, where one is unknown.
- CN_LEN - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Fortress common name attributes cannot exceed length of 80.
- CNTR_CREATE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied ldap subdirectory node could not be created on ldap server.
- CNTR_DELETE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied ldap subdirectory node could not be removed from the ldap server.
- CNTR_NAME_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The subdirectory node name failed length check.
- CNTR_NAME_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The subdirectory node name is required and cannot be null.
- CNTR_PARENT_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied parent node name is invalid.
- CNTR_PARENT_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied parent node name is required and cannot be null.
- CommandLineInterpreter - Class in org.apache.directory.fortress.core.cli
-
Main program for Fortress Command Line Interpreter..
- CommandLineInterpreter() - Constructor for class org.apache.directory.fortress.core.cli.CommandLineInterpreter
- compareNode(LdapConnection, String, String, Attribute) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
This method uses the compare ldap func to assert audit record into the directory server's configured audit logger.
- compareTo(SDSet) - Method in class org.apache.directory.fortress.core.model.SDSet
- ComparisonOperator - Enum in org.apache.directory.fortress.core.model
- Config - Class in org.apache.directory.fortress.core.util
-
This class wraps Apache Commons Config utility and is used by internal components to retrieve name-value pair properties from its cfg context.
- CONFIG_GID_NUMBER - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
This config is used to retrieve uidNumber from property list during file load.
- CONFIG_IMPLEMENTATION - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
When this optional tag,
configImplementation
, is placed in Fortress properties, its class name will be the default {link ConfigMgr} instance used. - CONFIG_LDAP_MAX_BATCH_SIZE - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
This is the config property key used to store override of max LDAP batch size:
- CONFIG_REALM - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
This property contains the location for the remote Fortress properties stored in ldap.
- CONFIG_ROOT_PARAM - Static variable in class org.apache.directory.fortress.core.GlobalIds
- CONFIG_UID_NUMBER - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
This config is used to retrieve uidNumber from property list during file load.
- ConfigAnt - Class in org.apache.directory.fortress.core.ant
-
This entity contains the list of name/value pairs targeted for updating on server.
- ConfigAnt() - Constructor for class org.apache.directory.fortress.core.ant.ConfigAnt
-
Default constructor required for all Ant entities.
- ConfigMgr - Interface in org.apache.directory.fortress.core
-
This interface prescribes CRUD methods used to manage properties stored within the ldap directory.
- ConfigMgrFactory - Class in org.apache.directory.fortress.core
-
Creates an instance of the ConfigMgr object.
- ConfigMgrImpl - Class in org.apache.directory.fortress.core.impl
-
This Manager impl supplies CRUD methods used to manage properties stored within the ldap directory.
- ConfigMgrImpl() - Constructor for class org.apache.directory.fortress.core.impl.ConfigMgrImpl
- ConfigMgrRestImpl - Class in org.apache.directory.fortress.core.rest
-
This Manager impl supplies CRUD methods used to manage properties stored within the ldap directory using HTTP access to Fortress Rest server.
- ConfigMgrRestImpl() - Constructor for class org.apache.directory.fortress.core.rest.ConfigMgrRestImpl
- Configuration - Class in org.apache.directory.fortress.core.model
-
A class for passing configuration information.
- Configuration() - Constructor for class org.apache.directory.fortress.core.model.Configuration
- Configuration(String, Properties) - Constructor for class org.apache.directory.fortress.core.model.Configuration
- CONST_BEGINDATE_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Constraint contains an invalid beginDate value.
- CONST_BEGINDATE_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Constraint contains an invalid beginDate length.
- CONST_BEGINTIME_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Constraint contains an invalid beginTime value.
- CONST_BEGINTIME_LEN_ERR - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Constraint contains an invalid beginTime length.
- CONST_DAYMASK_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Constraint contains an invalid dayMask value.
- CONST_DAYMASK_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Constraint contains a null dayMask value.
- CONST_DESC_LEN_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Constraint description is optional but cannot exceed length of
GlobalIds.DESC_LEN
if supplied. - CONST_ENDDATE_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Constraint contains an invalid endDate value.
- CONST_ENDDATE_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Constraint contains an invalid endDate length.
- CONST_ENDTIME_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Constraint contains an invalid endTime value.
- CONST_ENDTIME_LEN_ERR - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Constraint contains an invalid endTime length.
- CONST_INVLD_FIELD_LEN - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Constraint value failed length check.
- CONST_INVLD_TEXT - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The constraint contains invalid text.
- CONST_NULL_TEXT - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Constraint contains a null value.
- CONST_TIMEOUT_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Constraint contains an invalid timeout value.
- Constraint - Interface in org.apache.directory.fortress.core.model
-
The Fortress Constraint interface prescribes attributes that are used to store, process and retrieve temporal validation attributes on
User
,UserRole
,Role
,AdminRole
,UserAdminRole
entities. - CONSTRAINT - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
This single occurring attribute is used to store constraint policies on Fortress User objects.
- CONSTRAINT_KEY_PREFIX - Static variable in class org.apache.directory.fortress.core.GlobalIds
- ConstraintUtil - Class in org.apache.directory.fortress.core.model
-
Utilities to copy constraints attributes between entities.
- ConstraintUtil() - Constructor for class org.apache.directory.fortress.core.model.ConstraintUtil
- ConstraintValidator - Interface in org.apache.directory.fortress.core.util
-
This interface provides constraint entity validation.
- Context - Class in org.apache.directory.fortress.core.model
-
This class contains the Context id which is used as container for segregating data by customer within the LDAP Directory Information Tree.
- Context() - Constructor for class org.apache.directory.fortress.core.model.Context
-
Default constructor used by
FortressAntTask
- Context(String, String) - Constructor for class org.apache.directory.fortress.core.model.Context
-
Generate instance of context.
- CONTEXT_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied context is required but was null or empty.
- contextId - Variable in class org.apache.directory.fortress.core.impl.Manageable
- contextId - Variable in class org.apache.directory.fortress.core.model.FortEntity
- copy(Constraint, Constraint) - Static method in class org.apache.directory.fortress.core.model.ConstraintUtil
-
Copy source constraint to target.
- copy(Session) - Method in class org.apache.directory.fortress.core.model.Session
-
Copy values from incoming Session object.
- createAddress() - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
Address
- createAdminRole() - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
Role
- createAdminRoleRelationship() - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
AdminRoleRelationship
- createAttributes(String, String[]) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Create multi-occurring ldap attribute given array of strings and attribute name.
- createAuthZ() - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
AuthZ
- createBind() - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
Bind
- createDsdSet(SDSet) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This command creates a named DSD set of roles and sets an associated cardinality n.
- createDsdSet(SDSet) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This command creates a named DSD set of roles and sets an associated cardinality n.
- createDsdSet(SDSet) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This command creates a named DSD set of roles and sets an associated cardinality n.
- CreateException - Exception in org.apache.directory.fortress.core
-
This exception extends
SecurityException
and is thrown when DAO cannot create entity. - CreateException(int, String) - Constructor for exception org.apache.directory.fortress.core.CreateException
-
Create an exception with an error code that maps to
GlobalErrIds
and message text. - CreateException(int, String, Exception) - Constructor for exception org.apache.directory.fortress.core.CreateException
-
Create exception with error id, message and related exception.
- createFortAddress(Address) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortAdminRole(AdminRole) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortAdminRoleRelationship(AdminRoleRelationship) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortAuthZ(AuthZ) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortEntity(Bind) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortEntity(FortEntity) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortGrant(PermGrant) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortGroup(Group) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortMod(Mod) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortObject(PermObj) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortOrgUnit(OrgUnit) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortOrgUnitRelationship(OrgUnitRelationship) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortPermission(Permission) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortPermissionAttribute(PermissionAttribute) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortPermissionAttributeSet(PermissionAttributeSet) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortPolicy(PwPolicy) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortProps(Props) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortRequest() - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
FortRequest
- createFortRequest(FortRequest) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortResponse() - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
FortResponse
- createFortResponse(FortResponse) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortRole(Role) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortRoleConstraint(RoleConstraint) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortRolePerm(RolePerm) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortRoleRelationship(RoleRelationship) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortSession(Session) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortSet(SDSet) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortUser(User) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortUserAudit(UserAudit) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortUserRole(UserAdminRole) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortUserRole(UserRole) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createFortWarning(Warning) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
- createGroup() - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
Group
- createInstance() - Static method in class org.apache.directory.fortress.core.AccelMgrFactory
-
Create and return a reference to
AccelMgr
object using HOME context. - createInstance() - Static method in class org.apache.directory.fortress.core.AccessMgrFactory
-
Create and return a reference to
AccessMgr
object using HOME context. - createInstance() - Static method in class org.apache.directory.fortress.core.AdminMgrFactory
-
Create and return a reference to
AdminMgr
object using HOME context. - createInstance() - Static method in class org.apache.directory.fortress.core.AuditMgrFactory
-
Create and return a reference to
AuditMgr
object using HOME context. - createInstance() - Static method in class org.apache.directory.fortress.core.ConfigMgrFactory
-
Create and return a reference to
ConfigMgr
object. - createInstance() - Static method in class org.apache.directory.fortress.core.DelAccessMgrFactory
-
Create and return a reference to
DelAccessMgr
object using HOME context. - createInstance() - Static method in class org.apache.directory.fortress.core.DelAdminMgrFactory
-
Create and return a reference to
DelAdminMgr
object using HOME context. - createInstance() - Static method in class org.apache.directory.fortress.core.DelReviewMgrFactory
-
Create and return a reference to
DelReviewMgr
object using HOME context. - createInstance() - Static method in class org.apache.directory.fortress.core.GroupMgrFactory
-
Create and return a reference to
GroupMgr
object using HOME context. - createInstance() - Static method in class org.apache.directory.fortress.core.PropertyMgrFactory
-
Create and return a reference to
PropertyMgr
object using HOME context. - createInstance() - Static method in class org.apache.directory.fortress.core.PwPolicyMgrFactory
-
Create and return a reference to
PwPolicyMgr
object using HOME context. - createInstance() - Static method in class org.apache.directory.fortress.core.ReviewMgrFactory
-
Create and return a reference to
ReviewMgr
object using HOME context. - createInstance(String) - Static method in class org.apache.directory.fortress.core.AccelMgrFactory
-
Create and return a reference to
AccelMgr
object. - createInstance(String) - Static method in class org.apache.directory.fortress.core.AccessMgrFactory
-
Create and return a reference to
AccessMgr
object. - createInstance(String) - Static method in class org.apache.directory.fortress.core.AdminMgrFactory
-
Create and return a reference to
AdminMgr
object. - createInstance(String) - Static method in class org.apache.directory.fortress.core.AuditMgrFactory
-
Create and return a reference to
AuditMgr
object. - createInstance(String) - Static method in class org.apache.directory.fortress.core.DelAccessMgrFactory
-
Create and return a reference to
DelAccessMgr
object. - createInstance(String) - Static method in class org.apache.directory.fortress.core.DelAdminMgrFactory
-
Create and return a reference to
DelAdminMgr
object. - createInstance(String) - Static method in class org.apache.directory.fortress.core.DelReviewMgrFactory
-
Create and return a reference to
DelReviewMgr
object. - createInstance(String) - Static method in class org.apache.directory.fortress.core.GroupMgrFactory
-
Create and return a reference to
GroupMgr
object. - createInstance(String) - Static method in class org.apache.directory.fortress.core.PropertyMgrFactory
-
Create and return a reference to
PropertyMgr
object. - createInstance(String) - Static method in class org.apache.directory.fortress.core.PwPolicyMgrFactory
-
Create and return a reference to
PwPolicyMgr
object. - createInstance(String) - Static method in class org.apache.directory.fortress.core.ReviewMgrFactory
-
Create and return a reference to
ReviewMgr
object. - createInstance(String) - Static method in class org.apache.directory.fortress.core.util.ClassUtil
-
Given a valid class name call the default constructor through reflexion and return the reference to the caller.
- createInstance(String, boolean) - Static method in class org.apache.directory.fortress.core.ConfigMgrFactory
- createInstance(String, Session) - Static method in class org.apache.directory.fortress.core.AdminMgrFactory
-
Create and return a reference to
AdminMgr
object. - createInstance(String, Session) - Static method in class org.apache.directory.fortress.core.AuditMgrFactory
-
Create and return a reference to
AuditMgr
object. - createInstance(String, Session) - Static method in class org.apache.directory.fortress.core.DelAccessMgrFactory
-
Create and return a reference to
DelAccessMgr
object. - createInstance(String, Session) - Static method in class org.apache.directory.fortress.core.DelAdminMgrFactory
-
Create and return a reference to
DelAdminMgr
object. - createInstance(String, Session) - Static method in class org.apache.directory.fortress.core.DelReviewMgrFactory
-
Create and return a reference to
DelReviewMgr
object. - createInstance(String, Session) - Static method in class org.apache.directory.fortress.core.GroupMgrFactory
-
Create and return a reference to
GroupMgr
object. - createInstance(String, Session) - Static method in class org.apache.directory.fortress.core.PropertyMgrFactory
-
Create and return a reference to
PropertyMgr
object. - createInstance(String, Session) - Static method in class org.apache.directory.fortress.core.PwPolicyMgrFactory
-
Create and return a reference to
PwPolicyMgr
object. - createInstance(String, Session) - Static method in class org.apache.directory.fortress.core.ReviewMgrFactory
-
Create and return a reference to
ReviewMgr
object. - createInstance(Session) - Static method in class org.apache.directory.fortress.core.AdminMgrFactory
-
Create and return a reference to
AdminMgr
object using HOME context. - createInstance(Session) - Static method in class org.apache.directory.fortress.core.AuditMgrFactory
-
Create and return a reference to
AuditMgr
object using HOME context. - createInstance(Session) - Static method in class org.apache.directory.fortress.core.DelAccessMgrFactory
-
Create and return a reference to
DelAccessMgr
object using HOME context. - createInstance(Session) - Static method in class org.apache.directory.fortress.core.DelAdminMgrFactory
-
Create and return a reference to
DelAdminMgr
object using HOME context. - createInstance(Session) - Static method in class org.apache.directory.fortress.core.DelReviewMgrFactory
-
Create and return a reference to
DelReviewMgr
object using HOME context. - createInstance(Session) - Static method in class org.apache.directory.fortress.core.GroupMgrFactory
-
Create and return a reference to
GroupMgr
object using HOME context. - createInstance(Session) - Static method in class org.apache.directory.fortress.core.PropertyMgrFactory
-
Create and return a reference to
PropertyMgr
object using HOME context. - createInstance(Session) - Static method in class org.apache.directory.fortress.core.PwPolicyMgrFactory
-
Create and return a reference to
PwPolicyMgr
object using HOME context. - createInstance(Session) - Static method in class org.apache.directory.fortress.core.ReviewMgrFactory
-
Create and return a reference to
ReviewMgr
object using HOME context. - createMarshaller(Class) - Method in class org.apache.directory.fortress.core.rest.CachedJaxbContext
-
Return a handle to JAXB unmarshaller for a particular data type.
- createMod() - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
Mod
- createOrgUnit() - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
OrgUnit
- createOrgUnitRelationship() - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
OrgUnitRelationship
- createPermGrant() - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
PermGrant
- createPermission() - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
Permission
- createPermissionAttribute() - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
PermissionAttribute
- createPermissionAttributeSet() - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
PermissionAttributeSet
- createPermObj() - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
PermObj
- createProps() - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
Props
- createPswdPolicy() - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
PwPolicy
- createQuery() - Method in interface org.apache.directory.fortress.core.util.cache.Cache
-
Create a search query for the cache.
- createQuery() - Method in class org.apache.directory.fortress.core.util.cache.EhCacheImpl
-
Create a search query builder for the cache.
- createRole() - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
Role
- createRoleConstraint() - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
RoleConstraint
- createRolePerm() - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
RolePerm
- createRoleRelationship() - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
RoleRelationship
- createSDset() - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
SDSet
- createSession() - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
Session
- createSession(Group) - Method in interface org.apache.directory.fortress.core.AccessMgr
- createSession(Group) - Method in class org.apache.directory.fortress.core.impl.AccessMgrImpl
- createSession(Group) - Method in class org.apache.directory.fortress.core.rest.AccessMgrRestImpl
- createSession(User, boolean) - Method in interface org.apache.directory.fortress.core.AccelMgr
-
Perform user authentication User#password and role activations.
- createSession(User, boolean) - Method in interface org.apache.directory.fortress.core.AccessMgr
-
Perform user authentication
User.password
and role activations.
This method must be called once per user prior to calling other methods within this class. - createSession(User, boolean) - Method in class org.apache.directory.fortress.core.impl.AccelMgrImpl
-
Perform user authentication User#password and role activations.
- createSession(User, boolean) - Method in class org.apache.directory.fortress.core.impl.AccessMgrImpl
-
Perform user authentication
User.password
and role activations.
This method must be called once per user prior to calling other methods within this class. - createSession(User, boolean) - Method in class org.apache.directory.fortress.core.rest.AccessMgrRestImpl
-
Perform user authentication
User.password
and role activations.
This method must be called once per user prior to calling other methods within this class. - createSession(User, List<RoleConstraint>, boolean) - Method in interface org.apache.directory.fortress.core.AccessMgr
-
Same as
AccessMgr.createSession( User user, boolean isTrusted )
Plus constraint which places attribute key:value, e.g. - createSession(User, List<RoleConstraint>, boolean) - Method in class org.apache.directory.fortress.core.impl.AccessMgrImpl
-
Same as
AccessMgr.createSession( User user, boolean isTrusted )
Plus constraint which places attribute key:value, e.g. - createSession(User, List<RoleConstraint>, boolean) - Method in class org.apache.directory.fortress.core.rest.AccessMgrRestImpl
-
Same as
AccessMgr.createSession( User user, boolean isTrusted )
Plus constraint which places attribute key:value, e.g. - createSsdSet(SDSet) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This command creates a named SSD set of roles and sets the cardinality n of its subsets that cannot have common users.
- createSsdSet(SDSet) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This command creates a named SSD set of roles and sets the cardinality n of its subsets that cannot have common users.
- createSsdSet(SDSet) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This command creates a named SSD set of roles and sets the cardinality n of its subsets that cannot have common users.
- createUnMarshaller(Class) - Method in class org.apache.directory.fortress.core.rest.CachedJaxbContext
-
Return a handle to JAXB unmarshaller for a particular data type.
- createUser() - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
User
- createUserAdminRole() - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
UserAdminRole
- createUserAudit() - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
UserAudit
- createUserRole() - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
UserRole
- createWarning(int, String, Warning.Type) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
Warning
- createWarning(int, String, Warning.Type, String) - Method in class org.apache.directory.fortress.core.model.ObjectFactory
-
Create an instance of
Warning
- currentTime - Variable in class org.apache.directory.fortress.core.util.time.Time
-
Stored as
System.out.getCurrentMillis()
format.
D
- DAO_CONNECTOR - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
When this optional tag,
daoConnector
, is placed in Fortress properties, - date - Variable in class org.apache.directory.fortress.core.util.time.Time
-
Stored in 'YYYYMMDD' format.
- Date - Class in org.apache.directory.fortress.core.util.time
-
This class performs date validation for
Constraint
. - Date() - Constructor for class org.apache.directory.fortress.core.util.time.Date
- day - Variable in class org.apache.directory.fortress.core.util.time.Time
-
Stored in '1234567' format for Sun, Mon, Tue, Wed, Thur, Fri, Sat respectively.
- Day - Class in org.apache.directory.fortress.core.util.time
-
This class performs lock day of week validation for
Constraint
. - Day() - Constructor for class org.apache.directory.fortress.core.util.time.Day
- dayMask(String) - Method in interface org.apache.directory.fortress.core.util.ConstraintValidator
-
Perform simple reasonability check on contraint dayMask value.
- dayMask(String) - Method in class org.apache.directory.fortress.core.util.VUtil
-
Perform simple reasonability check on contraint dayMask value.
- deassign(Group, String) - Method in interface org.apache.directory.fortress.core.GroupMgr
-
Deassign a member from an existing group node.
- deassign(Group, String) - Method in class org.apache.directory.fortress.core.impl.GroupMgrImpl
-
Deassign a member from an existing group node.
- deassign(Group, String) - Method in class org.apache.directory.fortress.core.rest.GroupMgrRestImpl
-
Deassign a member from an existing group node.
- deassignUser(UserAdminRole) - Method in interface org.apache.directory.fortress.core.DelAdminMgr
-
This method removes assigned admin role from user entity.
- deassignUser(UserAdminRole) - Method in class org.apache.directory.fortress.core.impl.DelAdminMgrImpl
-
This method removes assigned admin role from user entity.
- deassignUser(UserAdminRole) - Method in class org.apache.directory.fortress.core.rest.DelAdminMgrRestImpl
-
This method removes assigned admin role from user entity.
- deassignUser(UserRole) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This command deletes the assignment of the User from the Role entities.
- deassignUser(UserRole) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This command deletes the assignment of the User from the Role entities.
- deassignUser(UserRole) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This command deletes the assignment of the User from the Role entities.
- DEBUG - Static variable in class org.apache.directory.fortress.core.ant.FortressAntTask
- decodeGeneralizedTime(String) - Static method in class org.apache.directory.fortress.core.util.time.TUtil
-
Convert from raw ldap generalized time format to
Date
. - decrypt(String) - Method in class org.apache.directory.fortress.core.util.EncryptUtil
-
Decrypt a value using Jasypt utility.
- DelAccessMgr - Interface in org.apache.directory.fortress.core
-
This interface prescribes the API for performing runtime delegated access control operations on objects that are provisioned Fortress ARBAC entities that reside in LDAP directory.
- DelAccessMgrFactory - Class in org.apache.directory.fortress.core
-
Creates an instance of the DelAccessMgr object.
- DelAccessMgrFactory() - Constructor for class org.apache.directory.fortress.core.DelAccessMgrFactory
- DelAccessMgrImpl - Class in org.apache.directory.fortress.core.impl
-
This class implements the ARBAC02 DelAccessMgr interface for performing runtime delegated access control operations on objects that are provisioned Fortress ARBAC entities that reside in LDAP directory.
- DelAccessMgrImpl() - Constructor for class org.apache.directory.fortress.core.impl.DelAccessMgrImpl
- DelAccessMgrRestImpl - Class in org.apache.directory.fortress.core.rest
-
This class implements the ARBAC02 DelAccessMgr interface for performing runtime delegated access control operations on objects that are provisioned Fortress ARBAC entities using HTTP access to Fortress Rest server.
- DelAccessMgrRestImpl() - Constructor for class org.apache.directory.fortress.core.rest.DelAccessMgrRestImpl
- DelAdminMgr - Interface in org.apache.directory.fortress.core
-
This class prescribes the ARBAC02 DelAdminMgr interface for performing policy administration of Fortress ARBAC entities that reside in LDAP directory.
- DelAdminMgrFactory - Class in org.apache.directory.fortress.core
-
Creates an instance of the DelAdminMgr object.
- DelAdminMgrFactory() - Constructor for class org.apache.directory.fortress.core.DelAdminMgrFactory
- DelAdminMgrImpl - Class in org.apache.directory.fortress.core.impl
-
This class implements the ARBAC02 DelAdminMgr interface for performing policy administration of Fortress ARBAC entities that reside in LDAP directory.
- DelAdminMgrImpl() - Constructor for class org.apache.directory.fortress.core.impl.DelAdminMgrImpl
- DelAdminMgrRestImpl - Class in org.apache.directory.fortress.core.rest
-
This class implements the ARBAC02 DelAdminMgr interface for performing policy administration of Fortress ARBAC entities using HTTP access to Fortress Rest server.
- DelAdminMgrRestImpl() - Constructor for class org.apache.directory.fortress.core.rest.DelAdminMgrRestImpl
- delAdminRole(UserAdminRole) - Method in class org.apache.directory.fortress.core.model.User
-
Removes a user-adminRole object from the list of UserAdminRoles.
- Deladminrole - Class in org.apache.directory.fortress.core.ant
-
This class is used by
FortressAntTask
to loadAdminRole
s used to driveDelAdminMgr.deleteRole(org.apache.directory.fortress.core.model.AdminRole)
. - Deladminrole() - Constructor for class org.apache.directory.fortress.core.ant.Deladminrole
-
All Ant data entities must have a default constructor.
- Deladminroleinheritance - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadRelationship
s used to driveDelAdminMgr.deleteInheritance( org.apache.directory.fortress.core.model.AdminRole, org.apache.directory.fortress.core.model.AdminRole)
. - Deladminroleinheritance() - Constructor for class org.apache.directory.fortress.core.ant.Deladminroleinheritance
-
All Ant data entities must have a default constructor.
- Delconfig - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadConfigAnt
s used to driveConfigMgr.delete(String, java.util.Properties)
. - Delconfig() - Constructor for class org.apache.directory.fortress.core.ant.Delconfig
-
All Ant data entities must have a default constructor.
- Delcontainer - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to removeOrganizationalUnit
s used to driveOrganizationalUnitP.delete( org.apache.directory.fortress.core.model.OrganizationalUnit)
. - Delcontainer() - Constructor for class org.apache.directory.fortress.core.ant.Delcontainer
-
All Ant data entities must have a default constructor.
- DELEGATED_ACCESS_IMPLEMENTATION - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
When this optional tag,
delegatedAccessImplementation
, is placed in Fortress properties, its class name will be the defaultDelAccessMgr
instance used. - DELEGATED_ADMIN_IMPLEMENTATION - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
When this optional tag,
delegatedAdminImplementation
, is placed in Fortress properties, its class name will be the defaultDelAdminMgr
instance used. - DELEGATED_REVIEW_IMPLEMENTATION - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
When this optional tag,
delegatedReviewImplementation
, is placed in Fortress properties, its class name will be the defaultDelReviewMgr
instance used. - delete(String) - Method in interface org.apache.directory.fortress.core.ConfigMgr
-
Completely removes named cfg node from the directory.
- delete(String) - Method in class org.apache.directory.fortress.core.impl.ConfigMgrImpl
-
Completely removes named cfg node from the directory.
- delete(String) - Method in class org.apache.directory.fortress.core.rest.ConfigMgrRestImpl
-
Completely removes named cfg node from the directory.
- delete(String, Properties) - Method in interface org.apache.directory.fortress.core.ConfigMgr
-
Delete properties from existing cfg node.
- delete(String, Properties) - Method in class org.apache.directory.fortress.core.impl.ConfigMgrImpl
-
Delete properties from existing cfg node.
- delete(String, Properties) - Method in class org.apache.directory.fortress.core.rest.ConfigMgrRestImpl
-
Delete properties from existing cfg node.
- delete(FortEntity, Properties) - Method in class org.apache.directory.fortress.core.impl.PropertyMgrImpl
-
Delete properties (ftProps) from a supplied fortress entity (Group, Role, AdminRole, Permission, PermObj)
- delete(FortEntity, Properties) - Method in interface org.apache.directory.fortress.core.PropertyMgr
-
Delete properties (ftProps) from a supplied fortress entity (Group, Role, AdminRole, Permission, PermObj)
- delete(FortEntity, Properties) - Method in class org.apache.directory.fortress.core.rest.PropertyMgrRestImpl
- delete(Group) - Method in interface org.apache.directory.fortress.core.GroupMgr
-
Delete existing group node.
- delete(Group) - Method in class org.apache.directory.fortress.core.impl.GroupMgrImpl
-
Delete existing group node.
- delete(Group) - Method in class org.apache.directory.fortress.core.rest.GroupMgrRestImpl
-
Delete existing group node.
- delete(Group, String, String) - Method in interface org.apache.directory.fortress.core.GroupMgr
-
Delete existing group node.
- delete(Group, String, String) - Method in class org.apache.directory.fortress.core.impl.GroupMgrImpl
-
Delete existing group node.
- delete(Group, String, String) - Method in class org.apache.directory.fortress.core.rest.GroupMgrRestImpl
-
Delete existing group node.
- delete(OrganizationalUnit) - Method in class org.apache.directory.fortress.core.impl.OrganizationalUnitP
-
Remove a container from the Directory Information Tree (DIT).
- delete(OrgUnit) - Method in interface org.apache.directory.fortress.core.DelAdminMgr
-
Commands deletes existing OrgUnit entity to OrgUnit dataset.
- delete(OrgUnit) - Method in class org.apache.directory.fortress.core.impl.DelAdminMgrImpl
-
Commands deletes existing OrgUnit entity to OrgUnit dataset.
- delete(OrgUnit) - Method in class org.apache.directory.fortress.core.rest.DelAdminMgrRestImpl
-
Commands deletes existing OrgUnit entity to OrgUnit dataset.
- delete(PwPolicy) - Method in class org.apache.directory.fortress.core.impl.PwPolicyMgrImpl
-
This method will delete exiting policy entry from the POLICIES data set.
- delete(PwPolicy) - Method in interface org.apache.directory.fortress.core.PwPolicyMgr
-
This method will delete exiting policy entry from the POLICIES data set.
- delete(PwPolicy) - Method in class org.apache.directory.fortress.core.rest.PwPolicyMgrRestImpl
-
This method will delete exiting policy entry from the POLICIES data set.
- delete(Suffix) - Method in class org.apache.directory.fortress.core.impl.SuffixP
-
Remove the suffix along with descendant nodes.
- delete(LdapConnection, String) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Delete exiting ldap entry from the directory.
- delete(LdapConnection, String, FortEntity) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Delete exiting ldap entry from the directory.
- delete(LdapConnection, Dn, FortEntity) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Delete exiting ldap entry from the directory.
- deleteDsdRoleMember(SDSet, Role) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This command removes a role from a named DSD set of roles.
- deleteDsdRoleMember(SDSet, Role) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This command removes a role from a named DSD set of roles.
- deleteDsdRoleMember(SDSet, Role) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This command removes a role from a named DSD set of roles.
- deleteDsdSet(SDSet) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This command deletes a DSD role set completely.
- deleteDsdSet(SDSet) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This command deletes a DSD role set completely.
- deleteDsdSet(SDSet) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This command deletes a DSD role set completely.
- deleteInheritance(AdminRole, AdminRole) - Method in interface org.apache.directory.fortress.core.DelAdminMgr
-
This command deletes an existing immediate inheritance relationship parentRole <<-- childRole.
- deleteInheritance(AdminRole, AdminRole) - Method in class org.apache.directory.fortress.core.impl.DelAdminMgrImpl
-
This command deletes an existing immediate inheritance relationship parentRole <<-- childRole.
- deleteInheritance(AdminRole, AdminRole) - Method in class org.apache.directory.fortress.core.rest.DelAdminMgrRestImpl
-
This command deletes an existing immediate inheritance relationship parentRole <<-- childRole.
- deleteInheritance(OrgUnit, OrgUnit) - Method in interface org.apache.directory.fortress.core.DelAdminMgr
-
This command deletes an existing immediate inheritance relationship parent <<-- child.
- deleteInheritance(OrgUnit, OrgUnit) - Method in class org.apache.directory.fortress.core.impl.DelAdminMgrImpl
-
This command deletes an existing immediate inheritance relationship parent <<-- child.
- deleteInheritance(OrgUnit, OrgUnit) - Method in class org.apache.directory.fortress.core.rest.DelAdminMgrRestImpl
-
This command deletes an existing immediate inheritance relationship parent <<-- child.
- deleteInheritance(Role, Role) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This command deletes an existing immediate inheritance relationship parentRole <<-- childRole.
- deleteInheritance(Role, Role) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This command deletes an existing immediate inheritance relationship parentRole <<-- childRole.
- deleteInheritance(Role, Role) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This command deletes an existing immediate inheritance relationship parentRole <<-- childRole.
- deletePasswordPolicy(String) - Method in class org.apache.directory.fortress.core.impl.PwPolicyMgrImpl
-
This method will remove the pw policy assignment from a user entity.
- deletePasswordPolicy(String) - Method in interface org.apache.directory.fortress.core.PwPolicyMgr
-
This method will remove the pw policy assignment from a user entity.
- deletePasswordPolicy(String) - Method in class org.apache.directory.fortress.core.rest.PwPolicyMgrRestImpl
-
This method will remove the pw policy assignment from a user entity.
- deletePasswordPolicy(User) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
Method will delete user's password policy designation.
- deletePasswordPolicy(User) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
Method will delete user's password policy designation.
- deletePasswordPolicy(User) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
Method will delete user's password policy designation.
- deletePermission(Permission) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This method will remove permission operation entity from permission object.
- deletePermission(Permission) - Method in interface org.apache.directory.fortress.core.DelAdminMgr
-
This method will remove administrative permission operation entity from permission object.
- deletePermission(Permission) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This method will remove permission operation entity from permission object.
- deletePermission(Permission) - Method in class org.apache.directory.fortress.core.impl.DelAdminMgrImpl
-
This method will remove administrative permission operation entity from permission object.
- deletePermission(Permission) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This method will remove permission operation entity from permission object.
- deletePermission(Permission) - Method in class org.apache.directory.fortress.core.rest.DelAdminMgrRestImpl
-
This method will remove administrative permission operation entity from permission object.
- deletePermissionAttributeSet(PermissionAttributeSet) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This method will delete a permission attribute set object.
- deletePermissionAttributeSet(PermissionAttributeSet) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This method will delete a permission attribute set object.
- deletePermissionAttributeSet(PermissionAttributeSet) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This method will delete a permission attribute set object.
- deletePermObj(PermObj) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This method will remove permission object to perms container in directory.
- deletePermObj(PermObj) - Method in interface org.apache.directory.fortress.core.DelAdminMgr
-
This method will remove administrative permission object from perms container in directory.
- deletePermObj(PermObj) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This method will remove permission object to perms container in directory.
- deletePermObj(PermObj) - Method in class org.apache.directory.fortress.core.impl.DelAdminMgrImpl
-
This method will remove administrative permission object from perms container in directory.
- deletePermObj(PermObj) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This method will remove permission object to perms container in directory.
- deletePermObj(PermObj) - Method in class org.apache.directory.fortress.core.rest.DelAdminMgrRestImpl
-
This method will remove administrative permission object from perms container in directory.
- deleteRecursive(LdapConnection, String) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Delete exiting ldap entry and all descendants from the directory.
- deleteRecursive(LdapConnection, String, FortEntity) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Delete exiting ldap entry and all descendants from the directory.
- deleteRole(AdminRole) - Method in interface org.apache.directory.fortress.core.DelAdminMgr
-
This command deletes an existing admin role from the ARBAC database.
- deleteRole(AdminRole) - Method in class org.apache.directory.fortress.core.impl.DelAdminMgrImpl
-
This command deletes an existing admin role from the ARBAC database.
- deleteRole(AdminRole) - Method in class org.apache.directory.fortress.core.rest.DelAdminMgrRestImpl
-
This command deletes an existing admin role from the ARBAC database.
- deleteRole(Role) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This command deletes an existing role from the RBAC database.
- deleteRole(Role) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This command deletes an existing role from the RBAC database.
- deleteRole(Role) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This command deletes an existing role from the RBAC database.
- deleteSession(Session) - Method in interface org.apache.directory.fortress.core.AccelMgr
-
This function deletes a fortress session from the RBAC Policy Decision Point inside OpenLDAP RBAC Accelerator.
- deleteSession(Session) - Method in class org.apache.directory.fortress.core.impl.AccelMgrImpl
-
This function deletes a fortress session from the RBAC Policy Decision Point inside OpenLDAP RBAC Accelerator.
- deleteSsdRoleMember(SDSet, Role) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This command removes a role from a named SSD set of roles.
- deleteSsdRoleMember(SDSet, Role) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This command removes a role from a named SSD set of roles.
- deleteSsdRoleMember(SDSet, Role) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This command removes a role from a named SSD set of roles.
- deleteSsdSet(SDSet) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This command deletes a SSD role set completely.
- deleteSsdSet(SDSet) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This command deletes a SSD role set completely.
- deleteSsdSet(SDSet) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This command deletes a SSD role set completely.
- deleteUser(User) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This command deletes an existing user from the RBAC database.
- deleteUser(User) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This command deletes an existing user from the RBAC database.
- deleteUser(User) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This command deletes an existing user from the RBAC database.
- Delgroup - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadGroup
s used to driveGroupMgr.add(org.apache.directory.fortress.core.model.Group)
. - Delgroup() - Constructor for class org.apache.directory.fortress.core.ant.Delgroup
-
All Ant data entities must have a default constructor.
- Delgroupmember - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadGroup
s. - Delgroupmember() - Constructor for class org.apache.directory.fortress.core.ant.Delgroupmember
-
All Ant data entities must have a default constructor.
- Delgroupproperty - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadGroup
s. - Delgroupproperty() - Constructor for class org.apache.directory.fortress.core.ant.Delgroupproperty
-
All Ant data entities must have a default constructor.
- delMember(String) - Method in class org.apache.directory.fortress.core.model.SDSet
-
Remove a member from the alphabetically sorted Set containing Role membership to SDSet.
- Delorgunit - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to deleteOrgUnit
s used to driveDelAdminMgr.delete(org.apache.directory.fortress.core.model.OrgUnit)
. - Delorgunit() - Constructor for class org.apache.directory.fortress.core.ant.Delorgunit
-
All Ant data entities must have a default constructor.
- delParent(String) - Method in interface org.apache.directory.fortress.core.model.Graphable
-
Set the occupant attribute with the contents of the User dn.
- delParent(String) - Method in class org.apache.directory.fortress.core.model.OrgUnit
-
Set the occupant attribute with the contents of the User dn.
- delParent(String) - Method in class org.apache.directory.fortress.core.model.Role
-
Set the occupant attribute with the contents of the User dn.
- DelpermGrant - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to revokePermGrant
s used to driveAdminMgr.revokePermission(org.apache.directory.fortress.core.model.Permission, org.apache.directory.fortress.core.model.Role)
. - DelpermGrant() - Constructor for class org.apache.directory.fortress.core.ant.DelpermGrant
-
All Ant data entities must have a default constructor.
- DelpermObj - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadPermObj
s used to driveAdminMgr.deletePermObj(org.apache.directory.fortress.core.model.PermObj)
. - DelpermObj() - Constructor for class org.apache.directory.fortress.core.ant.DelpermObj
-
All Ant data entities must have a default constructor.
- DelpermOp - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadPermAnt
s used to driveAdminMgr.deletePermission(org.apache.directory.fortress.core.model.Permission)
. - DelpermOp() - Constructor for class org.apache.directory.fortress.core.ant.DelpermOp
-
All Ant data entities must have a default constructor.
- Delpermorgunitinheritance - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadRelationship
s used to driveAdminMgr.deleteInheritance(org.apache.directory.fortress.core.model.Role, org.apache.directory.fortress.core.model.Role)
. - Delpermorgunitinheritance() - Constructor for class org.apache.directory.fortress.core.ant.Delpermorgunitinheritance
-
All Ant data entities must have a default constructor.
- Delpwpolicy - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadPwPolicy
s used to drivePwPolicyMgr.delete(org.apache.directory.fortress.core.model.PwPolicy)
. - Delpwpolicy() - Constructor for class org.apache.directory.fortress.core.ant.Delpwpolicy
-
All Ant data entities must have a default constructor.
- DelReviewMgr - Interface in org.apache.directory.fortress.core
-
This class prescribes the ARBAC02 DelReviewMgr interface for performing policy interrogation of provisioned Fortress ARBAC entities that reside in LDAP directory.
- DelReviewMgrFactory - Class in org.apache.directory.fortress.core
-
Creates an instance of the DelReviewMgr object.
- DelReviewMgrFactory() - Constructor for class org.apache.directory.fortress.core.DelReviewMgrFactory
- DelReviewMgrImpl - Class in org.apache.directory.fortress.core.impl
-
This class implements the ARBAC02 DelReviewMgr interface for performing policy interrogation of provisioned Fortress ARBAC entities that reside in LDAP directory.
- DelReviewMgrImpl() - Constructor for class org.apache.directory.fortress.core.impl.DelReviewMgrImpl
- DelReviewMgrRestImpl - Class in org.apache.directory.fortress.core.rest
-
This class implements the ARBAC02 DelReviewMgr interface for performing policy interrogation of provisioned Fortress ARBAC entities using HTTP access to Fortress Rest server.
- DelReviewMgrRestImpl() - Constructor for class org.apache.directory.fortress.core.rest.DelReviewMgrRestImpl
- delRole(String) - Method in class org.apache.directory.fortress.core.model.Permission
-
Delete a Role name from list of Roles that are valid for this Permission.
- delRole(UserRole) - Method in class org.apache.directory.fortress.core.model.User
-
Removes a user-role object from the list of UserRoles.
- Delrole - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadRole
s used to driveAdminMgr.deleteRole(org.apache.directory.fortress.core.model.Role)
}. - Delrole() - Constructor for class org.apache.directory.fortress.core.ant.Delrole
-
All Ant data entities must have a default constructor.
- Delroleconstraint - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadRoleConstraint
s used to driveAdminMgr.removeRoleConstraint( UserRole uRole, RoleConstraint roleConstraint )
. - Delroleconstraint() - Constructor for class org.apache.directory.fortress.core.ant.Delroleconstraint
-
All Ant data entities must have a default constructor.
- Delroleinheritance - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadRelationship
s used to driveAdminMgr.deleteInheritance(org.apache.directory.fortress.core.model.Role, org.apache.directory.fortress.core.model.Role)
. - Delroleinheritance() - Constructor for class org.apache.directory.fortress.core.ant.Delroleinheritance
-
All Ant data entities must have a default constructor.
- Delsdset - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to create newSDSetAnt
s used to driveAdminMgr.deleteSsdSet(org.apache.directory.fortress.core.model.SDSet)
orAdminMgr.deleteDsdSet(org.apache.directory.fortress.core.model.SDSet)
. - Delsdset() - Constructor for class org.apache.directory.fortress.core.ant.Delsdset
-
All Ant data entities must have a default constructor.
- Delsuffix - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to create newSuffix
used to driveSuffixP.delete(org.apache.directory.fortress.core.model.Suffix)
. - Delsuffix() - Constructor for class org.apache.directory.fortress.core.ant.Delsuffix
-
All Ant data entities must have a default constructor.
- Deluser - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadUserAnt
s used to driveAdminMgr.disableUser(org.apache.directory.fortress.core.model.User)
. - Deluser() - Constructor for class org.apache.directory.fortress.core.ant.Deluser
-
All Ant data entities must have a default constructor.
- Deluseradminrole - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadUserAdminRole
s used to driveDelAdminMgr.deassignUser(org.apache.directory.fortress.core.model.UserAdminRole)
. - Deluseradminrole() - Constructor for class org.apache.directory.fortress.core.ant.Deluseradminrole
-
All Ant data entities must have a default constructor.
- Deluserorgunitinheritance - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadRelationship
s used to driveDelAdminMgr.deleteInheritance( org.apache.directory.fortress.core.model.OrgUnit, org.apache.directory.fortress.core.model.OrgUnit)
. - Deluserorgunitinheritance() - Constructor for class org.apache.directory.fortress.core.ant.Deluserorgunitinheritance
-
All Ant data entities must have a default constructor.
- Deluserrole - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to loadUserRole
s used to driveAdminMgr.deassignUser(org.apache.directory.fortress.core.model.UserRole)
. - Deluserrole() - Constructor for class org.apache.directory.fortress.core.ant.Deluserrole
-
All Ant data entities must have a default constructor.
- DESC_LEN - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Fortress description text cannot exceed length of 80.
- description(String) - Static method in class org.apache.directory.fortress.core.util.VUtil
-
Simple length check and safe text validation on description field that uses
GlobalIds.DESC_LEN
. - DISABLE_AUDIT - Static variable in class org.apache.directory.fortress.core.GlobalIds
- disableRoleConstraint(Role, RoleConstraint) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This method disables a role to be constrainted by attributes.
- disableRoleConstraint(Role, RoleConstraint) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This method disables a role to be constrainted by attributes.
- disableRoleConstraint(Role, RoleConstraint) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This method disables a role to be constrainted by attributes.
- disableUser(User) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This command deletes an existing user from the RBAC database.
- disableUser(User) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This command deletes an existing user from the RBAC database.
- disableUser(User) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This command deletes an existing user from the RBAC database.
- Discriminant - Class in org.apache.directory.fortress.core.util.time
-
Deprecated.
- Discriminant() - Constructor for class org.apache.directory.fortress.core.util.time.Discriminant
-
Deprecated.
- DoubleOption(char, String) - Constructor for class org.apache.directory.fortress.core.cli.CmdLineParser.Option.DoubleOption
- DoubleOption(String) - Constructor for class org.apache.directory.fortress.core.cli.CmdLineParser.Option.DoubleOption
- dropActiveRole(Session, UserAdminRole) - Method in interface org.apache.directory.fortress.core.DelAccessMgr
-
This function deactivates adminRole from the active adminRole set of a session owned by a given user.
- dropActiveRole(Session, UserAdminRole) - Method in class org.apache.directory.fortress.core.impl.DelAccessMgrImpl
-
This function deactivates adminRole from the active adminRole set of a session owned by a given user.
- dropActiveRole(Session, UserAdminRole) - Method in class org.apache.directory.fortress.core.rest.DelAccessMgrRestImpl
-
This function deactivates adminRole from the active adminRole set of a session owned by a given user.
- dropActiveRole(Session, UserRole) - Method in interface org.apache.directory.fortress.core.AccelMgr
-
This function deletes a role from the active role set of a session owned by a given user.
- dropActiveRole(Session, UserRole) - Method in interface org.apache.directory.fortress.core.AccessMgr
-
This function deletes a role from the active role set of a session owned by a given user.
- dropActiveRole(Session, UserRole) - Method in class org.apache.directory.fortress.core.impl.AccelMgrImpl
-
This function deletes a role from the active role set of a session owned by a given user.
- dropActiveRole(Session, UserRole) - Method in class org.apache.directory.fortress.core.impl.AccessMgrImpl
-
This function deletes a role from the active role set of a session owned by a given user.
- dropActiveRole(Session, UserRole) - Method in class org.apache.directory.fortress.core.rest.AccessMgrRestImpl
-
This function deletes a role from the active role set of a session owned by a given user.
- DSD_ADD - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- DSD_ADD_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Dynamic Separation of Duty constraint cannot be added to the ldap server.
- DSD_ADD_MEMBER - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- DSD_CARD - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- DSD_CARD_UPDATE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- DSD_DEL_MEMBER - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- DSD_DELETE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- DSD_DELETE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Dynamic Separation of Duty constraint cannot be removed from the ldap server.
- DSD_NM_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Dynamic Separation of Duty name is required and cannot be null.
- DSD_NOT_FOUND - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Dynamic Separation of Duty constraint could not be found on the ldap server.
- DSD_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Dynamic Separation of Duty Constraint entity is required and cannot be null.
- DSD_READ - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- DSD_READ_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Dynamic Separation of Duty constraint read failed on the ldap server.
- DSD_ROLE_SETS - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- DSD_ROLES - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- DSD_SEARCH_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Dynamic Separation of Duty constraint search failed on the ldap server.
- DSD_SETS - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- DSD_UPDATE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- DSD_UPDATE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Dynamic Separation of Duty constraint cannot be updated on the ldap server.
- DSD_VALIDATION_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The validation for Dynamic Separation of Duty constraint data failed.
- DSD_VALIDATOR_PROP - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
The DSD validator performs Dynamic Separation of Duty checks during role activation.
- DsdCacheEntry - Class in org.apache.directory.fortress.core.util.cache
-
Value object wraps
SDSet
for caching purposes. - DsdCacheEntry(String, SDSet, boolean) - Constructor for class org.apache.directory.fortress.core.util.cache.DsdCacheEntry
-
Non-default contructor takes a
DsdCacheEntry.member
that maps toRole.name
, along with a reference toSDSet
and a boolean value to indicate if DSD not found for member, which indicates empty. - DSDChecker - Class in org.apache.directory.fortress.core.impl
-
This class performs Dynamic Separation of Duty checking on a collection of roles targeted for activation within a particular user's session.
- DSDChecker() - Constructor for class org.apache.directory.fortress.core.impl.DSDChecker
- dsdRoleSet(SDSet) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
This function returns the DSD data set that matches a particular set name.
- dsdRoleSet(SDSet) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
This function returns the DSD data set that matches a particular set name.
- dsdRoleSet(SDSet) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
This function returns the DSD data set that matches a particular set name.
- dsdRoleSetCardinality(SDSet) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
This function returns the cardinality associated with a DSD role set.
- dsdRoleSetCardinality(SDSet) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
This function returns the cardinality associated with a DSD role set.
- dsdRoleSetCardinality(SDSet) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
This function returns the cardinality associated with a DSD role set.
- dsdRoleSetRoles(SDSet) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
This function returns the set of roles of a DSD role set.
- dsdRoleSetRoles(SDSet) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
This function returns the set of roles of a DSD role set.
- dsdRoleSetRoles(SDSet) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
This function returns the set of roles of a DSD role set.
- dsdRoleSets(Role) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
This function returns the list of all dSD role sets that have a particular Role as member or Role's parent as a member.
- dsdRoleSets(Role) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
This function returns the list of all dSD role sets that have a particular Role as member or Role's parent as a member.
- dsdRoleSets(Role) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
This function returns the list of all dSD role sets that have a particular Role as member or Role's parent as a member.
- dsdSets(SDSet) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
This function returns the list of DSDs that match a given dsd name value.
- dsdSets(SDSet) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
This function returns the list of DSDs that match a given dsd name value.
- dsdSets(SDSet) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
This function returns the list of DSDs that match a given dsd name value.
- DYNAMIC - org.apache.directory.fortress.core.model.SDSet.SDType
-
Dynamic Separation of Duty data set.
E
- EhCacheImpl - Class in org.apache.directory.fortress.core.util.cache
-
This class provides cache functionality from Ehcache provider.
- ENABLE_LDAP_SSL - Static variable in class org.apache.directory.fortress.core.GlobalIds
- ENABLE_LDAP_SSL_DEBUG - Static variable in class org.apache.directory.fortress.core.GlobalIds
- ENABLE_LDAP_STARTTLS - Static variable in class org.apache.directory.fortress.core.GlobalIds
- ENABLE_REST - Static variable in class org.apache.directory.fortress.core.ConfigMgrFactory
- ENABLE_REST - Static variable in class org.apache.directory.fortress.core.GlobalIds
- enableRoleConstraint(Role, RoleConstraint) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This method enables a role to be constrainted by attributes.
- enableRoleConstraint(Role, RoleConstraint) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This method enables a role to be constrainted by attributes.
- enableRoleConstraint(Role, RoleConstraint) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This method enables a role to be constrainted by attributes.
- encodeGeneralizedTime(Date) - Static method in class org.apache.directory.fortress.core.util.time.TUtil
-
Convert from java date
Date
format to raw ldap generalized time format. - encodeSafeText(String, int) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Encode some text so that it can be used in a LDAP filter.
- encrypt(String) - Method in class org.apache.directory.fortress.core.util.EncryptUtil
-
Encrypt a value using Jasypt utility.
- EncryptUtil - Class in org.apache.directory.fortress.core.util
-
Contains a simple wrapper for Jasypt open source encryption APIs, see Jasypt.
- endDate(String) - Method in interface org.apache.directory.fortress.core.util.ConstraintValidator
-
Perform simple reasonability check on contraint endDate value.
- endDate(String) - Method in class org.apache.directory.fortress.core.util.VUtil
-
Perform simple reasonability check on contraint endDate value.
- endTime(String) - Method in interface org.apache.directory.fortress.core.util.ConstraintValidator
-
Perform simple reasonability check on contraint endTime value.
- endTime(String) - Method in class org.apache.directory.fortress.core.util.VUtil
-
Perform simple reasonability check on contraint endTime value.
- ENTITY_PROP_NOT_SUPPORTED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The entity does not support properties
- ENTITY_PROPS_LOAD_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The entity was not found
- ENTITY_PROPS_NOT_FOUND - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The entity was not found
- Entry() - Constructor for class org.apache.directory.fortress.core.model.Props.Entry
- equals(Object) - Method in class org.apache.directory.fortress.core.model.Address
-
Override the standard equals on object to use the attributes of this class.
- equals(Object) - Method in class org.apache.directory.fortress.core.model.AdminRole
-
Matches the name from two AdminRole entities.
- equals(Object) - Method in class org.apache.directory.fortress.core.model.Configuration
- equals(Object) - Method in class org.apache.directory.fortress.core.model.Group
- equals(Object) - Method in class org.apache.directory.fortress.core.model.OrgUnit
- equals(Object) - Method in class org.apache.directory.fortress.core.model.Permission
-
Matches the objName, opName and objId from two Permission entities.
- equals(Object) - Method in class org.apache.directory.fortress.core.model.PermissionAttribute
-
Checks that attribute names are equal
- equals(Object) - Method in class org.apache.directory.fortress.core.model.PermObj
-
Matches the objName from two PermObj entities.
- equals(Object) - Method in class org.apache.directory.fortress.core.model.Props.Entry
- equals(Object) - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
Matches the name from two PwPolicy entities.
- equals(Object) - Method in class org.apache.directory.fortress.core.model.Relationship
-
Matches the parent and child values from two Relationship entities.
- equals(Object) - Method in class org.apache.directory.fortress.core.model.Role
-
Matches the name from two Role entities.
- equals(Object) - Method in class org.apache.directory.fortress.core.model.RoleConstraint
- equals(Object) - Method in class org.apache.directory.fortress.core.model.SDSet
-
Matches the name from two SDSet entities.
- equals(Object) - Method in class org.apache.directory.fortress.core.model.User
-
Matches the userId from two User entities.
- equals(Object) - Method in class org.apache.directory.fortress.core.model.UserAdminRole
-
Matches the userId and admin role name from two UserAdminRole entities.
- equals(Object) - Method in class org.apache.directory.fortress.core.model.UserRole
-
Matches the userId and role name from two UserRole entities.
- EQUALS - org.apache.directory.fortress.core.model.ComparisonOperator
- escapeLDAPSearchFilter(String) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Perform encoding on supplied input string for certain unsafe ascii characters.
- execute() - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
- execute(Task) - Method in interface org.apache.directory.fortress.core.util.Testable
F
- FAILED_AUTHZ_INDICATOR - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
This string will be appended to the operation name to force failure on compare.
- FILTER - org.apache.directory.fortress.core.model.RoleConstraint.RCType
- FILTER_PREFIX - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
This string literal contains a common start for most ldap search filters that fortress uses.
- find(Group) - Method in interface org.apache.directory.fortress.core.GroupMgr
-
Search using a full or partial group node.
- find(Group) - Method in class org.apache.directory.fortress.core.impl.GroupMgrImpl
-
Search using a full or partial group node.
- find(Group) - Method in class org.apache.directory.fortress.core.rest.GroupMgrRestImpl
-
Search using a full or partial group node.
- find(User) - Method in interface org.apache.directory.fortress.core.GroupMgr
-
Search for groups by userId.
- find(User) - Method in class org.apache.directory.fortress.core.impl.GroupMgrImpl
-
Search for groups by userId.
- find(User) - Method in class org.apache.directory.fortress.core.rest.GroupMgrRestImpl
-
Search for groups by userId.
- findAnyPermissions(Permission) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
Method returns a list of Permissions that match any part of the permission object or operation.
- findAnyPermissions(Permission) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
Method returns a list of Permissions that match any part of the permission object or operation.
- findAnyPermissions(Permission) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
Method returns a list of Permissions that match any part of the permission object or operation.
- FinderException - Exception in org.apache.directory.fortress.core
-
This exception extends
SecurityException
and is thrown when DAO cannot find entity. - FinderException(int, String) - Constructor for exception org.apache.directory.fortress.core.FinderException
-
Create an exception with an error code that maps to
GlobalErrIds
and message text. - FinderException(int, String, Exception) - Constructor for exception org.apache.directory.fortress.core.FinderException
-
Create exception with error id, message and related exception.
- findPermissions(Permission) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
Method returns a list of type Permission that match the perm object search string.
- findPermissions(Permission) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
Method returns a list of type Permission that match the perm object search string.
- findPermissions(Permission) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
Method returns a list of type Permission that match the perm object search string.
- findPermObjs(OrgUnit) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
Method returns a list of type Permission that match the perm object search string.
- findPermObjs(OrgUnit) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
Method returns a list of type Permission that match the perm object search string.
- findPermObjs(OrgUnit) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
Method returns a list of type Permission that match the perm object search string.
- findPermObjs(PermObj) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
Method returns a list of type PermObj that match the perm object search string.
- findPermObjs(PermObj) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
Method returns a list of type PermObj that match the perm object search string.
- findPermObjs(PermObj) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
Method returns a list of type PermObj that match the perm object search string.
- findPermsByObj(PermObj) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
Method returns Permission operations for the provided permission object
- findPermsByObj(PermObj) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
Method returns Permission operations for the provided permission object
- findPermsByObj(PermObj) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
Method returns Permission operations for the provided permission object
- findRoleConstraints(User, Permission, RoleConstraint.RCType) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
Find all of the role constraints for the given user and permission attribute set.
- findRoleConstraints(User, Permission, RoleConstraint.RCType) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
Find all of the role constraints for the given user and permission attribute set.
- findRoleConstraints(User, Permission, RoleConstraint.RCType) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
Find all of the role constraints for the given user and permission attribute set.
- findRoles(String) - Method in interface org.apache.directory.fortress.core.DelReviewMgr
-
Method will return a list of type Admin Role.
- findRoles(String) - Method in class org.apache.directory.fortress.core.impl.DelReviewMgrImpl
-
Method will return a list of type Admin Role.
- findRoles(String) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
Method will return a list of type Role matching all or part of Role name, Role#name}.
- findRoles(String) - Method in class org.apache.directory.fortress.core.rest.DelReviewMgrRestImpl
-
Method will return a list of type Admin Role.
- findRoles(String) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
Method will return a list of type Role matching all or part of Role name, Role#name}.
- findRoles(String) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
Method will return a list of type Role matching all or part of Role name, Role#name}.
- findRoles(String, int) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
Method returns a list of roles of type String.
- findRoles(String, int) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
Method returns a list of roles of type String.
- findRoles(String, int) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
Method returns a list of roles of type String.
- findUsers(OrgUnit) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
Return a list of type User of all users in the people container that match the name field passed in OrgUnit entity.
- findUsers(OrgUnit) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
Return a list of type User of all users in the people container that match the name field passed in OrgUnit entity.
- findUsers(OrgUnit) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
Return a list of type User of all users in the people container that match the name field passed in OrgUnit entity.
- findUsers(User) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
Return a list of type User of all users in the people container that match all or part of the User#userId field passed in User entity.
- findUsers(User) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
Return a list of type User of all users in the people container that match all or part of the User#userId field passed in User entity.
- findUsers(User) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
Return a list of type User of all users in the people container that match all or part of the User#userId field passed in User entity.
- findUsers(User, int) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
Return a list of type String of all users in the people container that match the userId field passed in User entity.
- findUsers(User, int) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
Return a list of type String of all users in the people container that match the userId field passed in User entity.
- findUsers(User, int) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
Return a list of type String of all users in the people container that match the userId field passed in User entity.
- flush() - Method in interface org.apache.directory.fortress.core.util.cache.Cache
-
Remove all entries from the cache.
- flush() - Method in class org.apache.directory.fortress.core.util.cache.EhCacheImpl
-
Remove all entries from this cache.
- FortEntity - Class in org.apache.directory.fortress.core.model
-
This abstract class is extended by other Fortress entities.
- FortEntity() - Constructor for class org.apache.directory.fortress.core.model.FortEntity
-
Default constructor will call the setter to load a new internal ID into entity.
- FortEntity(Session) - Constructor for class org.apache.directory.fortress.core.model.FortEntity
-
Use this constructor to load administrative RBAC session into this entity.
- FortRequest - Class in org.apache.directory.fortress.core.model
-
This class is used to pass request data to Fortress Rest server.
- FortRequest() - Constructor for class org.apache.directory.fortress.core.model.FortRequest
- FortResponse - Class in org.apache.directory.fortress.core.model
-
This class is used to return response data from Fortress Rest server.
- FortResponse() - Constructor for class org.apache.directory.fortress.core.model.FortResponse
- FortressAntTask - Class in org.apache.directory.fortress.core.ant
-
This class implements Apache Ant custom task and is used to drive the Fortress Administrative APIs using XML files.
- FortressAntTask() - Constructor for class org.apache.directory.fortress.core.ant.FortressAntTask
-
Default constructor initializes he Manager APIs.
- fromName(String) - Static method in enum org.apache.directory.fortress.core.model.ComparisonOperator
- FT_APACHE_LDAP_POOL_INIT_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
Could not initialize Apache LDAP Connection Pool.
- FT_CACHE_CLEAR_ERR - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Fortress cache clear operation failed.
- FT_CACHE_FLUSH_ERR - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Fortress cache flush operation failed.
- FT_CACHE_GET_ERR - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Fortress cache get operation failed.
- FT_CACHE_NOT_CONFIGURED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Fortress cache is not configured.
- FT_CACHE_PUT_ERR - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Fortress cache put operation failed.
- FT_CONFIG_ALREADY_EXISTS - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The config node could not be created because it already exists.
- FT_CONFIG_AUX_OBJECT_CLASS_NAME - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
This aux object class stores uidNumber and gidNumber sequence numbers.
- FT_CONFIG_BOOTSTRAP_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The config node could not be read from ldap.
- FT_CONFIG_CREATE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The config node could not be created on ldap server.
- FT_CONFIG_DELETE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The config node could not be removed from ldap.
- FT_CONFIG_DELETE_PROPS_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The config parameters could not be removed from ldap.
- FT_CONFIG_INITIALIZE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The config node could not be read from ldap.
- FT_CONFIG_JSSE_TRUSTSTORE_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
Cannot load JSSE TrustStore because the full-qualified input file name is null.
- FT_CONFIG_NAME_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The name specified for config instance is too long.
- FT_CONFIG_NAME_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The cfg node name was not found in cfg file.
- FT_CONFIG_NOT_FOUND - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The remote cfg instance could not be found on the ldap server.
- FT_CONFIG_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The cfg object is required but was passed in null.
- FT_CONFIG_PROPS_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The config API was called with an empty properties list.
- FT_CONFIG_READ_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The config node could not be read from ldap.
- FT_CONFIG_UPDATE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The config node could not be updated on ldap server.
- FT_IID - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
The
ftId
contains a globally unique id that is bound to the application entity. - FT_MGR_CLASS_NAME_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Manager impl class name was not found in the cfg.
- FT_MGR_CLASS_NOT_FOUND - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Manager impl could not be instantiated because the supplied class name was not found.
- FT_MGR_ILLEGAL_ACCESS - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The reflection API could not create the Manager instance due to illegal access exception.
- FT_MGR_INST_EXCEPTION - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The reflection API could not create the Manager instance due to instantiation exception.
- FT_MODIFIER - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
The ftModifier contains the internalUserId of administrator who performed action.
- FT_MODIFIER_AUX_OBJECT_CLASS_NAME - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
This aux object class contains Fortress audit contextual information.
- FT_MODIFIER_CODE - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
The
ftModCode
attribute contains the permission object name and operation of admin function performed. - FT_MODIFIER_ID - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
The
ftModId
contains a globally unique id that is bound to the audit event entity. - FT_NULL_CACHE - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Fortress cache is null.
- FT_PERMISSION_ATTRIBUTE - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
The ftPA field contains attributes and associated metadata for permissions.
- FT_PERMISSION_ATTRIBUTE_DATA_TYPE - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Attribute name for storing Fortress permission attribute data type name.
- FT_PERMISSION_ATTRIBUTE_DEFAULT_OPERATOR - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Attribute name for storing Fortress permission attribute set default operator name.
- FT_PERMISSION_ATTRIBUTE_DEFAULT_STRATEGY - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Attribute name for storing Fortress permission attribute default strategy name.
- FT_PERMISSION_ATTRIBUTE_DEFAULT_VALUE - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Attribute name for storing Fortress permission attribute default value name.
- FT_PERMISSION_ATTRIBUTE_SET - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
The ftPASet field contains the name of the ftPermissionAttributeSet for a permission
- FT_PERMISSION_ATTRIBUTE_SET_TYPE - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
The ftPASetType field contains the user defined type of a pa set
- FT_PERMISSION_ATTRIBUTE_VALID_VALUES - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Attribute name for storing Fortress permission attribute valid vals name.
- FT_RESOURCE_NOT_FOUND - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The resource could not be located on the runtime classloader path.
G
- genId() - Method in class org.apache.directory.fortress.core.model.RoleConstraint
-
Generate a unique, random id, set as the value of id.
- get(Object) - Method in interface org.apache.directory.fortress.core.util.cache.Cache
-
Given a key name, return the corresponding value.
- get(Object) - Method in class org.apache.directory.fortress.core.util.cache.EhCacheImpl
-
Given a key name, return the corresponding value.
- get(String, String, String, String) - Method in class org.apache.directory.fortress.core.rest.RestUtils
-
Perform HTTP Get REST request.
- get(String, String, String, String, String, String) - Method in class org.apache.directory.fortress.core.rest.RestUtils
-
Perform HTTP Get REST request.
- get(FortEntity) - Method in class org.apache.directory.fortress.core.impl.PropertyMgrImpl
-
Retrieve properties (ftProps) from a supplied fortress entity (Group, Role, AdminRole, Permission, PermObj)
- get(FortEntity) - Method in interface org.apache.directory.fortress.core.PropertyMgr
-
Retrieve properties (ftProps) from a supplied fortress entity (Group, Role, AdminRole, Permission, PermObj)
- get(FortEntity) - Method in class org.apache.directory.fortress.core.rest.PropertyMgrRestImpl
- getAbstractName() - Method in class org.apache.directory.fortress.core.model.Permission
-
Return the Permission's abstract name which is the value of objName concatenated with OpName, i.e.
- getAcceptedIssuers() - Method in class org.apache.directory.fortress.core.ldap.LdapClientTrustStoreManager
-
Return the list of accepted issuers for this trust manager.
- getAdd() - Method in class org.apache.directory.fortress.core.ldap.LdapCounters
-
Return the add counter.
- getAddgroups() - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
- getAddpermGrants() - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
- getAddpermObjs() - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
- getAddpermOps() - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
- getAddress() - Method in class org.apache.directory.fortress.core.model.User
-
Get address data from entity that was persisted in directory as attributes defined by RFC 2798's LDAP inetOrgPerson Object Class: ------------------------------------------
postalAddress
st
postalCode
postOfficeBox
------------------------------------------ - getAddresses() - Method in class org.apache.directory.fortress.core.ant.UserAnt
-
Return addresses
- getAddresses() - Method in class org.apache.directory.fortress.core.model.Address
-
Return an ArrayList of type String that contains zero or more values retrieved from
postalAddress
attribute fromorganizationalPerson
object class. - getAddroleinheritances() - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
- getAddroles() - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
- getAddsdsets() - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
- getAdduserroles() - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
- getAddusers() - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
- getAdminConnection() - Method in class org.apache.directory.fortress.core.ldap.LdapConnectionProvider
-
Calls the PoolMgr to get an Admin connection to the LDAP server.
- getAdminConnection() - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Calls the PoolMgr to get an Admin connection to the LDAP server.
- getAdminRole() - Method in class org.apache.directory.fortress.core.cli.Options
- getAdminRoles() - Method in class org.apache.directory.fortress.core.model.Session
-
Return a list of User's Admin Roles that have been activated into User's session.
- getAdminRoles() - Method in class org.apache.directory.fortress.core.model.User
-
Return a list of User's Admin Roles.
- getAdminSession() - Method in class org.apache.directory.fortress.core.model.FortEntity
-
Return the ARBAC Session object that was loaded into this entity.
- getAllowUserChange() - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
This optional attribute indicates whether users can change their own passwords, although the change operation is still subject to access control.
- getAntRoles() - Method in class org.apache.directory.fortress.core.ant.PermAnt
-
Return the roles as a String.
- getAttribute(Entry, String) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Method wraps ldap client to return attribute value by name within a given entry and returns as a string.
- getAttributeName() - Method in class org.apache.directory.fortress.core.model.PermissionAttribute
- getAttributes() - Method in class org.apache.directory.fortress.core.model.PermissionAttributeSet
-
Return the collection of optional Attributes that have been loaded into this entity.
- getAttributes(Entry, String) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Method wraps ldap client to return multivalued attribute by name within a given entry and returns as a list of strings.
- getAttributeSet(Entry, String) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Method wraps ldap client to return multivalued attribute by name within a given entry and returns as a set of strings.
- getAuthorized() - Method in class org.apache.directory.fortress.core.model.FortResponse
- getAuthZId(String) - Static method in class org.apache.directory.fortress.core.util.AuditUtil
-
Parse a raw slapd access log format data string for userId.
- getBeginDate() - Method in interface org.apache.directory.fortress.core.model.Constraint
-
Contains the begin date when entity is allowed to be activated in system.
- getBeginDate() - Method in class org.apache.directory.fortress.core.model.Role
-
Contains the begin date when Role is allowed to be activated in session.
- getBeginDate() - Method in class org.apache.directory.fortress.core.model.User
-
Contains the begin date when user is allowed to signon to system.
- getBeginDate() - Method in class org.apache.directory.fortress.core.model.UserAudit
-
Get the Date for search to begin.
- getBeginDate() - Method in class org.apache.directory.fortress.core.model.UserRole
-
Contains the begin date when entity is allowed to be activated in system.
- getBeginLockDate() - Method in interface org.apache.directory.fortress.core.model.Constraint
-
Contains the begin lock date when entity is temporarily not allowed to activated in system.
- getBeginLockDate() - Method in class org.apache.directory.fortress.core.model.Role
-
Contains the begin lock date when Role is temporarily not allowed to be activated in session.
- getBeginLockDate() - Method in class org.apache.directory.fortress.core.model.User
-
Contains the begin lock date when user is temporarily not allowed to signon to system.
- getBeginLockDate() - Method in class org.apache.directory.fortress.core.model.UserRole
-
Contains the begin lock date when entity is temporarily not allowed to activated in system.
- getBeginRange() - Method in interface org.apache.directory.fortress.core.model.Administrator
-
Return the begin Role range attribute for AdminRole entity.
- getBeginRange() - Method in class org.apache.directory.fortress.core.model.AdminRole
-
Return the begin Role range attribute for AdminRole entity which corresponds to lowest descendant.
- getBeginRange() - Method in class org.apache.directory.fortress.core.model.UserAdminRole
-
Return the begin Role range attribute for AdminRole entity.
- getBeginTime() - Method in interface org.apache.directory.fortress.core.model.Constraint
-
Contains the begin time of day entity is allowed to be activated in system.
- getBeginTime() - Method in class org.apache.directory.fortress.core.model.Role
-
Contains the begin time of day Role is allowed to be activated in session.
- getBeginTime() - Method in class org.apache.directory.fortress.core.model.User
-
Contains the begin time of day user is allowed to signon to system.
- getBeginTime() - Method in class org.apache.directory.fortress.core.model.UserRole
-
Contains the begin time of day entity is allowed to be activated in system.
- getBind() - Method in class org.apache.directory.fortress.core.ldap.LdapCounters
-
Return the bind counter.
- getBoolean(String) - Method in class org.apache.directory.fortress.core.util.Config
-
Gets the boolean attribute associated with the name or false if not found.
- getBoolean(String, boolean) - Method in class org.apache.directory.fortress.core.util.Config
-
Gets the boolean attribute associated with the name or false if not found.
- getBuilding() - Method in class org.apache.directory.fortress.core.ant.UserAnt
-
Return the building designator.
- getBuilding() - Method in class org.apache.directory.fortress.core.model.Address
-
Return a String that contains a value retrieved from
building
attribute fromorganizationalPerson
object class. - getCache(String) - Method in class org.apache.directory.fortress.core.util.cache.CacheMgr
-
Create a new reference to the ehcache cache implementation.
- getCachedClass() - Method in class org.apache.directory.fortress.core.rest.JAXBCachedEntry
-
Return the class that is associated with this cached JAXBContext.
- getCardinality() - Method in class org.apache.directory.fortress.core.model.SDSet
-
Return the numeric value that reflects the membership cardinality for SDSet.
- getChar(String) - Method in class org.apache.directory.fortress.core.util.Config
-
Gets the prop attribute as char value from the apache commons cfg component.
- getChar(String, char) - Method in class org.apache.directory.fortress.core.util.Config
-
Get the property value from the apache commons config but specify a default value if not found.
- getCheckQuality() - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
This optional attribute is not currently supported by Fortress.
- getChild() - Method in class org.apache.directory.fortress.core.model.AdminRoleRelationship
- getChild() - Method in class org.apache.directory.fortress.core.model.OrgUnitRelationship
- getChild() - Method in class org.apache.directory.fortress.core.model.Relationship
-
Return the child name.
- getChild() - Method in class org.apache.directory.fortress.core.model.RoleRelationship
- getChildren() - Method in class org.apache.directory.fortress.core.model.OrgUnit
-
Return the Set of child orgUnit names (direct descendants) of this orgUnit.
- getChildren() - Method in class org.apache.directory.fortress.core.model.Role
-
Return the Set of child role names (direct descendants) of this role.
- getCity() - Method in class org.apache.directory.fortress.core.ant.UserAnt
-
Return the city name.
- getCity() - Method in class org.apache.directory.fortress.core.model.Address
-
Return a String that contains a value retrieved from
l
(location) attribute fromorganizationalPerson
object class. - getCn() - Method in class org.apache.directory.fortress.core.model.User
-
Returns common name associated with User.
- getCompare() - Method in class org.apache.directory.fortress.core.ldap.LdapCounters
-
Return the compare counter.
- getConfig() - Method in class org.apache.directory.fortress.core.ant.Addconfig
-
Used by
FortressAntTask.addConfig()
to retrieve list of properties as defined in input xml file. - getConfig() - Method in class org.apache.directory.fortress.core.ant.Delconfig
-
Used by
FortressAntTask.deleteConfig()
to retrieve list of properties as defined in input xml file. - getConfig() - Method in class org.apache.directory.fortress.core.ant.Updconfig
-
Used by
FortressAntTask.addConfig()
to retrieve list of properties as defined in input xml file. - getConstraintKey(String, String) - Method in class org.apache.directory.fortress.core.util.Config
-
Constructs a key used to store dynamic role constraints inside the properties, as name:value.
- getConstraints() - Method in interface org.apache.directory.fortress.core.model.Constraint
-
Return a list of role constraints on entity.
- getConstraints() - Method in class org.apache.directory.fortress.core.model.Role
- getConstraints() - Method in class org.apache.directory.fortress.core.model.User
- getConstraints() - Method in class org.apache.directory.fortress.core.model.UserRole
- getConstraintValidator() - Static method in class org.apache.directory.fortress.core.util.VUtil
-
This class is an implementation of ConstraintValidator.
- getContainers() - Method in class org.apache.directory.fortress.core.ant.Addcontainer
-
Used by
FortressAntTask.addContainers()
to retrieve list of OrganizationalUnits as defined in input xml file. - getContainers() - Method in class org.apache.directory.fortress.core.ant.Delcontainer
-
Used by
FortressAntTask.deleteContainers()
to retrieve list of OrganizationalUnits as defined in input xml file. - getContext() - Method in class org.apache.directory.fortress.core.rest.JAXBCachedEntry
-
Return the JAXBContext object associated with this wrapper class.
- getContext() - Static method in class org.apache.directory.fortress.core.util.LogUtil
- getContextId() - Method in class org.apache.directory.fortress.core.model.FortEntity
-
Return the contextId for this record.
- getContextId() - Method in class org.apache.directory.fortress.core.model.FortRequest
- getContextId() - Method in class org.apache.directory.fortress.core.model.OrganizationalUnit
- getContextId() - Method in class org.apache.directory.fortress.core.util.cache.DsdCacheEntry
-
Set the contextId for this record.
- getContexts() - Method in class org.apache.directory.fortress.core.ant.Addcontext
-
Used by
Context
to retrieve list of contexts as defined in input xml file. - getCountry() - Method in class org.apache.directory.fortress.core.ant.UserAnt
-
Return the country name.
- getCountry() - Method in class org.apache.directory.fortress.core.model.Address
-
TODO: Add support for this attribute: Return a String that contains a value retrieved from
c
(country) attribute fromc
object class. - getCreateTimestamp() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
Get the attribute that maps to 'reqStart' which provides the start time of the operation which is also the rDn for the node.
- getCreateTimestamp() - Method in class org.apache.directory.fortress.core.model.Bind
-
Get the attribute that maps to 'reqStart' which provides the start time of the operation which is also the rDn for the node.
- getCreatorsName() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
Return the user dn containing the identity of log user who added the audit record.
- getCreatorsName() - Method in class org.apache.directory.fortress.core.model.Bind
-
Return the user dn containing the identity of log user who added the audit record.
- getCurrentTime() - Static method in class org.apache.directory.fortress.core.util.time.TUtil
-
Get the curent timestamp from Java and convert to
Time
format. - getDataType() - Method in class org.apache.directory.fortress.core.model.PermissionAttribute
- getDayMask() - Method in interface org.apache.directory.fortress.core.model.Constraint
-
Get the daymask that indicates what days of week entity is allowed to be activated in system.
- getDayMask() - Method in class org.apache.directory.fortress.core.model.Role
-
Get the daymask that indicates what days of week Role is allowed to be activated in session.
- getDayMask() - Method in class org.apache.directory.fortress.core.model.User
-
Get the daymask that indicates what days of week user is allowed to signon to system.
- getDayMask() - Method in class org.apache.directory.fortress.core.model.UserRole
-
Get the daymask that indicates what days of week entity is allowed to be activated in system.
- getDc() - Method in class org.apache.directory.fortress.core.model.Suffix
-
Get top level domain component specifier, i.e.
- getDc2() - Method in class org.apache.directory.fortress.core.model.Suffix
-
Get top level domain component specifier, i.e.
- getDefaultOperator() - Method in class org.apache.directory.fortress.core.model.PermissionAttribute
- getDefaultStrategy() - Method in class org.apache.directory.fortress.core.model.PermissionAttribute
- getDefaultValue() - Method in class org.apache.directory.fortress.core.model.PermissionAttribute
- getDelete() - Method in class org.apache.directory.fortress.core.ldap.LdapCounters
-
Return the delete counter.
- getDelimiter() - Method in class org.apache.directory.fortress.core.util.Config
-
Fortress stores complex attribute types within a single attribute in ldap.
- getDepartmentNumber() - Method in class org.apache.directory.fortress.core.ant.UserAnt
-
Return department number.
- getDepartmentNumber() - Method in class org.apache.directory.fortress.core.model.Address
-
Return a String that contains a value retrieved from
departmentNumber
attribute fromorganizationalPerson
object class. - getDescription() - Method in class org.apache.directory.fortress.core.model.Context
-
Get the description for the context.
- getDescription() - Method in class org.apache.directory.fortress.core.model.Group
-
Get the description for the domain component.
- getDescription() - Method in class org.apache.directory.fortress.core.model.OrganizationalUnit
-
Get the description for the organizational unit object.
- getDescription() - Method in class org.apache.directory.fortress.core.model.OrgUnit
-
Returns optional description that is associated with OrgUnit.
- getDescription() - Method in class org.apache.directory.fortress.core.model.Permission
-
Return the description field on this entity.
- getDescription() - Method in class org.apache.directory.fortress.core.model.PermissionAttribute
- getDescription() - Method in class org.apache.directory.fortress.core.model.PermissionAttributeSet
- getDescription() - Method in class org.apache.directory.fortress.core.model.PermObj
-
Returns optional description that is associated with PermObj.
- getDescription() - Method in class org.apache.directory.fortress.core.model.Role
-
Returns optional description that is associated with Role.
- getDescription() - Method in class org.apache.directory.fortress.core.model.SDSet
-
Returns optional description that is associated with SDSet.
- getDescription() - Method in class org.apache.directory.fortress.core.model.Suffix
-
Get the description for the domain component.
- getDescription() - Method in class org.apache.directory.fortress.core.model.User
-
Returns optional description that is associated with User.
- getDisplayName() - Method in class org.apache.directory.fortress.core.model.User
-
Optional attribute maps to 'displayName' attribute on inetOrgPerson object class.
- getDn() - Method in class org.apache.directory.fortress.core.model.Permission
- getDn() - Method in class org.apache.directory.fortress.core.model.PermissionAttribute
- getDn() - Method in class org.apache.directory.fortress.core.model.PermissionAttributeSet
- getDn() - Method in class org.apache.directory.fortress.core.model.PermObj
-
Returns distinguished name associated with PermObj.
- getDn() - Method in class org.apache.directory.fortress.core.model.Role
-
Returns distinguished name associated with Role.
- getDn() - Method in class org.apache.directory.fortress.core.model.User
-
Returns distinguished name associated with User.
- getDn() - Method in class org.apache.directory.fortress.core.model.UserAudit
-
Get the optional dn attribute can be used to constraint
AuditMgrImpl.searchUserSessions(UserAudit)
. - getEmail() - Method in class org.apache.directory.fortress.core.ant.UserAnt
-
Return email for user.
- getEmails() - Method in class org.apache.directory.fortress.core.model.User
-
Retrieve multi-occurring email address stored in rfc822Mailbox format associated with
inetOrgPerson
object class. - getEmployeeType() - Method in class org.apache.directory.fortress.core.model.User
-
Used to identify the employer to employee relationship.
- getEndDate() - Method in interface org.apache.directory.fortress.core.model.Constraint
-
Contains the end date when entity is allowed to be activated in system.
- getEndDate() - Method in class org.apache.directory.fortress.core.model.Role
-
Contains the end date when Role is allowed to be activated in session.
- getEndDate() - Method in class org.apache.directory.fortress.core.model.User
-
Contains the end date when user is allowed to signon to system.
- getEndDate() - Method in class org.apache.directory.fortress.core.model.UserAudit
- getEndDate() - Method in class org.apache.directory.fortress.core.model.UserRole
-
Contains the end date when entity is allowed to be activated in system.
- getEndLockDate() - Method in interface org.apache.directory.fortress.core.model.Constraint
-
Contains the end lock date when entity is allowed to be activated in system once again.
- getEndLockDate() - Method in class org.apache.directory.fortress.core.model.Role
-
Contains the end lock date when Role is allowed to be activated in session once again.
- getEndLockDate() - Method in class org.apache.directory.fortress.core.model.User
-
Contains the end lock date when user is allowed to signon to system once again.
- getEndLockDate() - Method in class org.apache.directory.fortress.core.model.UserRole
-
Contains the end lock date when entity is allowed to be activated in system once again.
- getEndRange() - Method in interface org.apache.directory.fortress.core.model.Administrator
-
Return the end Role range attribute for AdminRole entity.
- getEndRange() - Method in class org.apache.directory.fortress.core.model.AdminRole
-
Return the end Role range attribute for AdminRole entity which corresponds to highest ascendant.
- getEndRange() - Method in class org.apache.directory.fortress.core.model.UserAdminRole
-
Return the end Role range attribute for AdminRole entity.
- getEndTime() - Method in interface org.apache.directory.fortress.core.model.Constraint
-
Contains the end time of day entity is allowed to be activated in system.
- getEndTime() - Method in class org.apache.directory.fortress.core.model.Role
-
Contains the end time of day Role is allowed to be activated in session.
- getEndTime() - Method in class org.apache.directory.fortress.core.model.User
-
Contains the end time of day user is allowed to occupy system.
- getEndTime() - Method in class org.apache.directory.fortress.core.model.UserRole
-
Contains the end time of day entity is allowed to be activated in system.
- getEntities() - Method in class org.apache.directory.fortress.core.model.FortResponse
- getEntity() - Method in class org.apache.directory.fortress.core.model.FortRequest
- getEntity() - Method in class org.apache.directory.fortress.core.model.FortResponse
- getEntity2() - Method in class org.apache.directory.fortress.core.model.FortRequest
- getEntry() - Method in class org.apache.directory.fortress.core.model.Props
-
Gets the value of the entry property.
- getEntryCSN() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
Return the Change Sequence Number (CSN) containing sequence number that is used for OpenLDAP synch replication functionality.
- getEntryCSN() - Method in class org.apache.directory.fortress.core.model.Bind
-
Return the Change Sequence Number (CSN) containing sequence number that is used for OpenLDAP synch replication functionality.
- getEntryDN() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
Get the entry dn for bind object stored in directory.
- getEntryDN() - Method in class org.apache.directory.fortress.core.model.Bind
-
Get the entry dn for bind object stored in directory.
- getEntryUUID() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
Get the attribute that contains the Universally Unique ID (UUID) of the corresponding 'auditSearch' record.
- getEntryUUID() - Method in class org.apache.directory.fortress.core.model.Bind
-
Get the attribute that contains the Universally Unique ID (UUID) of the corresponding 'auditBind' record.
- getErrorCode() - Method in class org.apache.directory.fortress.core.model.FortResponse
- getErrorId() - Method in exception org.apache.directory.fortress.core.BaseException
-
Return the error id that is defined by this class
GlobalErrIds
. - getErrorId() - Method in exception org.apache.directory.fortress.core.BaseRuntimeException
-
Return the error id that is defined by this class
GlobalErrIds
. - getErrorId() - Method in interface org.apache.directory.fortress.core.model.PwMessage
-
Return the error id that pertain to User's password.
- getErrorId() - Method in class org.apache.directory.fortress.core.model.Session
-
Return the error id that is associated with the password policy checks.
- getErrorId() - Method in interface org.apache.directory.fortress.core.StandardException
-
Return the Fortress error code that is optional to exceptions thrown within this security system.
- getErrorMessage() - Method in class org.apache.directory.fortress.core.model.FortResponse
- getException() - Method in exception org.apache.directory.fortress.core.CfgRuntimeException
-
Get the exception object.
- getExpirationSeconds() - Method in interface org.apache.directory.fortress.core.model.PwMessage
-
Get the number of seconds until the User's password expires.
- getExpirationSeconds() - Method in class org.apache.directory.fortress.core.model.Session
-
This attribute specifies the maximum number of seconds before a password is due to expire that expiration warning messages will be returned to an authenticating user.
- getExpireWarning() - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
This optional attribute specifies the maximum number of seconds before a password is due to expire that expiration warning messages will be returned to an authenticating user.
- getFailureCountInterval() - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
This optional attribute holds the number of seconds after which the password failures are purged from the failure counter, even though no successful authentication occurred.
- getFullMethodName(String, String) - Method in class org.apache.directory.fortress.core.impl.Manageable
-
This method is used to generate log statements and returns the concatenation of class name to the operation name.
- getGecos() - Method in class org.apache.directory.fortress.core.model.User
- getGidNumber() - Method in class org.apache.directory.fortress.core.model.Configuration
- getGidNumber() - Method in class org.apache.directory.fortress.core.model.Role
-
Get the Group ID number, which is required attribute for RFC2307 posixGroup object class.
- getGidNumber() - Method in class org.apache.directory.fortress.core.model.User
- getGraceLoginLimit() - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
This optional attribute specifies the number of times an expired password can be used to authenticate.
- getGraceLogins() - Method in interface org.apache.directory.fortress.core.model.PwMessage
-
Get the grace count which indicates how many binds User can perform before password slips into expired state.
- getGraceLogins() - Method in class org.apache.directory.fortress.core.model.Session
-
Gets the attribute that specifies the number of times an expired password can be used to authenticate before failure.
- getGroup() - Method in class org.apache.directory.fortress.core.cli.Options
- getGroup() - Method in class org.apache.directory.fortress.core.model.Session
-
Return the Group entity that is associated with this entity.
- getGroupName() - Method in class org.apache.directory.fortress.core.model.Session
-
Return the group name that is associated with this Session object.
- getGroups() - Method in class org.apache.directory.fortress.core.ant.Addgroup
-
Used by
FortressAntTask.addGroups()
to retrieve list of Groups as defined in input xml file. - getGroups() - Method in class org.apache.directory.fortress.core.ant.Addgroupmember
-
Used by
FortressAntTask.addGroupMembers()
to retrieve list of Groups as defined in input xml file. - getGroups() - Method in class org.apache.directory.fortress.core.ant.Addgroupproperty
-
Used by
FortressAntTask.addGroupProperties()
to retrieve list of Groups as defined in input xml file. - getGroups() - Method in class org.apache.directory.fortress.core.ant.Delgroup
-
Used by
FortressAntTask.deleteGroups()
to retrieve list of Groups as defined in input xml file. - getGroups() - Method in class org.apache.directory.fortress.core.ant.Delgroupmember
-
Used by
FortressAntTask.addGroupMembers()
to retrieve list of Groups as defined in input xml file. - getGroups() - Method in class org.apache.directory.fortress.core.ant.Delgroupproperty
-
Used by
FortressAntTask.deleteGroups()
to retrieve list of Groups as defined in input xml file. - getHasSubordinates() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
Get the attribute that corresponds to the boolean value hasSubordinates.
- getHasSubordinates() - Method in class org.apache.directory.fortress.core.model.Bind
-
Get the attribute that corresponds to the boolean value hasSubordinates.
- getHomeDirectory() - Method in class org.apache.directory.fortress.core.model.User
- getHttpStatus() - Method in exception org.apache.directory.fortress.core.BaseException
-
Returns the HTTP Status code mapped to represent this error
- getHttpStatus() - Method in class org.apache.directory.fortress.core.model.FortResponse
- getId() - Method in class org.apache.directory.fortress.core.model.OrgUnit
-
Return the internal id that is associated with OrgUnit.
- getId() - Method in class org.apache.directory.fortress.core.model.Role
-
Return the internal id that is associated with Role.
- getId() - Method in class org.apache.directory.fortress.core.model.RoleConstraint
-
Return the object id.
- getId() - Method in class org.apache.directory.fortress.core.model.SDSet
-
Return the internal id that is associated with SDSet.
- getId() - Method in class org.apache.directory.fortress.core.model.Warning
- getIds(String) - Method in interface org.apache.directory.fortress.core.ConfigMgr
-
Read an existing cfg node with given name and return posixIds to caller.
- getIds(String) - Method in class org.apache.directory.fortress.core.impl.ConfigMgrImpl
-
Read an existing cfg node with given name and return posixIds to caller.
- getIds(String) - Method in class org.apache.directory.fortress.core.rest.ConfigMgrRestImpl
-
Read an existing cfg node with given name and return posixIds to caller.
- getIncrementReplacePosixIds(List<String>, PropUpdater) - Method in class org.apache.directory.fortress.core.util.Config
-
Performs auto-increment on a list of key names that map to integer values stored on the current config node of the runtime.
- getInHistory() - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
This optional attribute specifies the maximum number of used passwords stored in the pwdHistory attribute.
- getInputStream(String) - Static method in class org.apache.directory.fortress.core.util.ResourceUtil
-
Checks that the reference is either an absolute path to a file, or a reference to a file within reach of class loader resources.
- getInputStreamForFileAbsolutePath(String) - Static method in class org.apache.directory.fortress.core.util.ResourceUtil
-
Will check that the path is absolute and is pointing to an existing file.
- getInstance() - Static method in class org.apache.directory.fortress.core.ldap.LdapConnectionProvider
-
Synchronized getter guards access to reference to self which is a singleton and only be created the first time invoked.
- getInstance() - Static method in class org.apache.directory.fortress.core.rest.RestUtils
- getInstance() - Static method in class org.apache.directory.fortress.core.util.cache.CacheMgr
-
Create or return the fortress cache manager reference.
- getInstance() - Static method in class org.apache.directory.fortress.core.util.Config
-
Return a static reference to this instance.
- getInstance() - Static method in class org.apache.directory.fortress.core.util.EncryptUtil
- getInstance() - Static method in class org.apache.directory.fortress.core.util.LdapUtil
-
Provided synchronized access to this.
- getInstance() - Static method in class org.apache.directory.fortress.core.util.VUtil
- getInt(String) - Method in class org.apache.directory.fortress.core.util.Config
-
Gets the int attribute of the Config class, or 0 if not found.
- getInt(String, int) - Method in class org.apache.directory.fortress.core.util.Config
-
Gets the int attribute of the Config class or default value if not found.
- getInternalId() - Method in class org.apache.directory.fortress.core.model.Permission
-
Return the internal id that is associated with Permission.
- getInternalId() - Method in class org.apache.directory.fortress.core.model.PermissionAttribute
- getInternalId() - Method in class org.apache.directory.fortress.core.model.PermissionAttributeSet
- getInternalId() - Method in class org.apache.directory.fortress.core.model.PermObj
-
Return the internal id that is associated with PermObj.
- getInternalId() - Method in class org.apache.directory.fortress.core.model.User
-
Return the internal userId that is associated with User.
- getInternalUserId() - Method in class org.apache.directory.fortress.core.model.Session
-
Return the internal userId that is associated with User.
- getInternalUserId() - Method in class org.apache.directory.fortress.core.model.UserAudit
-
Get the optional internalUserId attribute which limits set by org.apache.directory.fortress.core.model.User#internalId.
- getIsFlag() - Method in class org.apache.directory.fortress.core.model.FortRequest
- getJaxbContext(Class) - Method in class org.apache.directory.fortress.core.rest.CachedJaxbContext
-
Once constructed this object can be stored as static member of class that performs JAX XML processing.
- getJpegPhoto() - Method in class org.apache.directory.fortress.core.model.User
-
Get one image of a person using the JPEG File Interchange Format [JFIF].
- getKey() - Method in class org.apache.directory.fortress.core.model.Props.Entry
-
Gets the value of the key property.
- getKey() - Method in class org.apache.directory.fortress.core.model.RoleConstraint
-
The key associated with a particular constraint.
- getLastAccess() - Method in class org.apache.directory.fortress.core.model.Session
-
Returns the last access time in milliseconds.
- getLdapCounters() - Static method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Return to call reference to dao counter object with running totals for ldap operations add, mod, delete, search, etc.
- getLdapFilterSize() - Method in class org.apache.directory.fortress.core.util.LdapUtil
-
Return the number of entries in the filter list.
- getLdapMetaChars() - Method in class org.apache.directory.fortress.core.util.LdapUtil
-
Contains the unsafe characters set by fortress.properties named ldap.filter.
- getLdapReplVals() - Method in class org.apache.directory.fortress.core.util.LdapUtil
-
Contains the safe replacement characters.
- getLimit() - Method in class org.apache.directory.fortress.core.model.FortRequest
- getList(String) - Method in class org.apache.directory.fortress.core.util.Config
-
Get the property value from the apache commons config but specify a default value if not found.
- getLockout() - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
This optional attribute indicates, when its value is "TRUE", that the password may not be used to authenticate after a specified number of consecutive failed bind attempts.
- getLockoutDuration() - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
This optional attribute holds the number of seconds that the password cannot be used to authenticate due to too many failed bind attempts.
- getLogConnection() - Method in class org.apache.directory.fortress.core.ldap.LdapConnectionProvider
-
Calls the PoolMgr to get an Log connection to the LDAP server.
- getLogConnection() - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Calls the PoolMgr to get an Log connection to the LDAP server.
- getLoginShell() - Method in class org.apache.directory.fortress.core.model.User
- getMaxAge() - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
This optional attribute holds the number of seconds after which a modified password will expire.
- getMaxFailure() - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
This optional attribute specifies the number of consecutive failed bind attempts after which the password may not be used to authenticate.
- getMember() - Method in class org.apache.directory.fortress.core.util.cache.DsdCacheEntry
-
Return the Role name this cache entry corresponds with.
- getMembers() - Method in class org.apache.directory.fortress.core.model.Group
-
Return the members
- getMembers() - Method in class org.apache.directory.fortress.core.model.SDSet
-
Return the alphabetically sorted Set containing Role membership to SDSet.
- getMessage(int) - Static method in class org.apache.directory.fortress.core.impl.GlobalPwMsgIds
-
Return a message that corresponds with error code for User's password.
- getMinAge() - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
This optional attribute holds the number of seconds that must elapse between modifications to the password.
- getMinLength() - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
When quality checking is enabled, this optional attribute holds the minimum number of characters that must be used in a password.
- getMobile() - Method in class org.apache.directory.fortress.core.ant.UserAnt
-
Return a mobile number for the user.
- getMobiles() - Method in class org.apache.directory.fortress.core.model.User
-
Retrieve multi-occurring
mobile
associated withinetOrgPerson
object class. - getMod() - Method in class org.apache.directory.fortress.core.ldap.LdapCounters
-
Return the blank counter.
- getModCode() - Method in class org.apache.directory.fortress.core.model.FortEntity
-
Contains the Fortress modification code to be associated with an audit record.
- getModId() - Method in class org.apache.directory.fortress.core.model.FortEntity
-
Get the unique ID that is to be associated with a particular audit record in directory.
- getModifiersName() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
Return the user dn containing the identity of log user who last modified the audit record.
- getModifiersName() - Method in class org.apache.directory.fortress.core.model.Bind
-
Return the user dn containing the identity of log user who last modified the audit record.
- getModifyTimestamp() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
Get the attribute that maps to 'modifyTimestamp' which provides the last time audit record was changed.
- getModifyTimestamp() - Method in class org.apache.directory.fortress.core.model.Bind
-
Get the attribute that maps to 'modifyTimestamp' which provides the last time audit record was changed.
- getMsg() - Method in exception org.apache.directory.fortress.core.BaseRuntimeException
-
Return the message for current exception.
- getMsg() - Method in interface org.apache.directory.fortress.core.model.PwMessage
-
Return the message that corresponds to last password check.
- getMsg() - Method in class org.apache.directory.fortress.core.model.Session
-
Gets the message that is associated with the user's last authentication attempt.
- getMsg() - Method in class org.apache.directory.fortress.core.model.Warning
- getMustChange() - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
This optional attribute specifies with a value of "TRUE" that users must change their passwords when they first bind to the directory after a password is set or reset by a password administrator.
- getName() - Method in class org.apache.directory.fortress.core.model.Configuration
- getName() - Method in interface org.apache.directory.fortress.core.model.Constraint
-
This is used internally by Fortress for Constraint operations.
- getName() - Method in class org.apache.directory.fortress.core.model.Context
-
Get the id to use for sub-directory within the DIT.
- getName() - Method in interface org.apache.directory.fortress.core.model.Graphable
-
Get the name required attribute of the node.
- getName() - Method in class org.apache.directory.fortress.core.model.Group
-
Get the second level qualifier on the domain component.
- getName() - Method in class org.apache.directory.fortress.core.model.OrganizationalUnit
-
Get the required name attribute from the entity.
- getName() - Method in class org.apache.directory.fortress.core.model.OrgUnit
-
Get the name required attribute of the OrgUnit object
- getName() - Method in class org.apache.directory.fortress.core.model.PermissionAttributeSet
- getName() - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
Get the policy name associated with this instance.
- getName() - Method in class org.apache.directory.fortress.core.model.Role
-
Gets the name required attribute of the Role object
- getName() - Method in class org.apache.directory.fortress.core.model.SDSet
-
Return the name of SDSet entity.
- getName() - Method in class org.apache.directory.fortress.core.model.Suffix
-
Get the second level qualifier on the domain component.
- getName() - Method in class org.apache.directory.fortress.core.model.User
-
This is used internally by Fortress for Constraint operations.
- getName() - Method in class org.apache.directory.fortress.core.model.UserRole
-
Set the Role name required attribute of the UserRole object
- getName() - Method in class org.apache.directory.fortress.core.model.Warning
- getName() - Method in class org.apache.directory.fortress.core.util.cache.DsdCacheEntry
-
Return the name that is used as the cache name for this entry.
- getNewPassword() - Method in class org.apache.directory.fortress.core.cli.Options
- getNewPassword() - Method in class org.apache.directory.fortress.core.model.User
-
Get the new password which will be used in a password change.
- getObjectClass() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
Get the object class name of the audit record.
- getObjectClass() - Method in class org.apache.directory.fortress.core.model.Bind
-
Get the object class name of the audit record.
- getObjectClass() - Method in class org.apache.directory.fortress.core.model.Mod
-
Get the object class name of the audit record.
- getObjId() - Method in class org.apache.directory.fortress.core.model.PermGrant
-
Return the permission object id.
- getObjId() - Method in class org.apache.directory.fortress.core.model.Permission
-
Get optional objId attribute which can be used to tag a Permission object with an identity, i.e.
- getObjId() - Method in class org.apache.directory.fortress.core.model.UserAudit
- getObjName() - Method in class org.apache.directory.fortress.core.model.PermGrant
-
Return the permission object name.
- getObjName() - Method in class org.apache.directory.fortress.core.model.Permission
-
Get the authorization target's object name.
- getObjName() - Method in class org.apache.directory.fortress.core.model.PermObj
-
Get the authorization target's object name.
- getObjName() - Method in class org.apache.directory.fortress.core.model.UserAudit
-
Get the optional objName attribute which limits set by org.apache.directory.fortress.core.model.Permission#objName.
- getObjs() - Method in class org.apache.directory.fortress.core.ant.DelpermObj
-
Used by
FortressAntTask.addPermObjs()
to retrieve list of PermObjs as defined in input xml file. - getOccupants() - Method in class org.apache.directory.fortress.core.model.Role
-
Return list of occupants for a particular Role entity.
- getOp() - Method in class org.apache.directory.fortress.core.model.Hier
-
Return the operation to execute on behalf of this entity.
- getOpName() - Method in class org.apache.directory.fortress.core.model.PermGrant
-
Return the permission operation name.
- getOpName() - Method in class org.apache.directory.fortress.core.model.Permission
-
Get the Permission operation name.
- getOpName() - Method in class org.apache.directory.fortress.core.model.UserAudit
-
Get the optional opName attribute which limits
AuditMgrImpl.searchAdminMods(UserAudit)
by org.apache.directory.fortress.core.impl.AuditDAO#REQMOD. - getOption() - Method in exception org.apache.directory.fortress.core.cli.CmdLineParser.IllegalOptionValueException
- getOptionChar() - Method in exception org.apache.directory.fortress.core.cli.CmdLineParser.NotFlagException
- getOptionName() - Method in exception org.apache.directory.fortress.core.cli.CmdLineParser.UnknownOptionException
- getOptionValue(CmdLineParser.Option) - Method in class org.apache.directory.fortress.core.cli.CmdLineParser
-
Equivalent to
getOptionValue(o, null)
. - getOptionValues(CmdLineParser.Option) - Method in class org.apache.directory.fortress.core.cli.CmdLineParser
- getOrgUnit() - Method in class org.apache.directory.fortress.core.cli.Options
- getOrgUnits() - Method in class org.apache.directory.fortress.core.ant.Addorgunit
-
Used by
FortressAntTask.addOrgunits()
to retrieve list of OrgUnits as defined in input xml file. - getOrgUnits() - Method in class org.apache.directory.fortress.core.ant.Delorgunit
-
Used by
FortressAntTask.addOrgunits()
to retrieve list of OrgUnits as defined in input xml file. - getOSPs() - Method in class org.apache.directory.fortress.core.ant.AdminRoleAnt
-
Default constructor required for all Ant entities.
- getOsPSet() - Method in interface org.apache.directory.fortress.core.model.Administrator
-
Get a collection of optional Perm OU attributes that were stored on the AdminRole entity.
- getOsPSet() - Method in class org.apache.directory.fortress.core.model.AdminRole
-
Get a collection of optional Perm OU attributes that were stored on the AdminRole entity.
- getOsPSet() - Method in class org.apache.directory.fortress.core.model.UserAdminRole
-
Get a collection of optional Perm OU attributes that were stored on the AdminRole entity.
- getOSUs() - Method in class org.apache.directory.fortress.core.ant.AdminRoleAnt
-
Return the comma delimited OU string.
- getOsUSet() - Method in interface org.apache.directory.fortress.core.model.Administrator
-
Get a collection of optional User OU attributes that were stored on the AdminRole entity.
- getOsUSet() - Method in class org.apache.directory.fortress.core.model.AdminRole
-
Get a collection of optional User OU attributes that were stored on the AdminRole entity.
- getOsUSet() - Method in class org.apache.directory.fortress.core.model.UserAdminRole
-
Get a collection of optional User OU attributes that were stored on the AdminRole entity.
- getOu() - Method in class org.apache.directory.fortress.core.model.PermObj
-
Return orgUnit name for PermObj.
- getOu() - Method in class org.apache.directory.fortress.core.model.User
-
Returns orgUnit name for User.
- getParent() - Method in class org.apache.directory.fortress.core.model.AdminRoleRelationship
- getParent() - Method in class org.apache.directory.fortress.core.model.OrganizationalUnit
-
Get the optional parent attribute allows nesting of container nodes two levels below suffix.
- getParent() - Method in class org.apache.directory.fortress.core.model.OrgUnitRelationship
- getParent() - Method in class org.apache.directory.fortress.core.model.Relationship
-
Return the parent name.
- getParent() - Method in class org.apache.directory.fortress.core.model.RoleRelationship
- getParents() - Method in interface org.apache.directory.fortress.core.model.Graphable
-
Get the names of roles that are parents (direct ascendants) of this role.
- getParents() - Method in class org.apache.directory.fortress.core.model.OrgUnit
-
Get the names of orgUnits that are parents (direct ascendants) of this orgUnit.
- getParents() - Method in class org.apache.directory.fortress.core.model.Role
-
Get the names of roles that are parents (direct ascendants) of this role.
- getParents() - Method in class org.apache.directory.fortress.core.model.UserAdminRole
-
Get the names of admin roles that are parents (direct ascendants) of this admin role.
- getParents() - Method in class org.apache.directory.fortress.core.model.UserRole
-
Get the names of roles that are parents (direct ascendants) of this role.
- getParentsCB(String, String) - Method in interface org.apache.directory.fortress.core.model.ParentUtil
-
Get the parents of a particular role.
- getPaSets() - Method in class org.apache.directory.fortress.core.model.Permission
- getPassword() - Method in class org.apache.directory.fortress.core.cli.Options
- getPassword() - Method in class org.apache.directory.fortress.core.model.User
-
Get the optional password attribute associated for a User.
- getPerm() - Method in class org.apache.directory.fortress.core.model.RolePerm
- getPermGrants() - Method in class org.apache.directory.fortress.core.ant.AddpermGrant
-
Used by
FortressAntTask.addPermGrants()
to retrieve list of PermGrant as defined in input xml file. - getPermGrants() - Method in class org.apache.directory.fortress.core.ant.DelpermGrant
-
Used by
FortressAntTask.addPermGrants()
to retrieve list of PermGrant as defined in input xml file. - getPermission() - Method in class org.apache.directory.fortress.core.cli.Options
- getPermObj() - Method in class org.apache.directory.fortress.core.cli.Options
- getPermObjs() - Method in class org.apache.directory.fortress.core.ant.AddpermObj
-
Used by
FortressAntTask.addPermObjs()
to retrieve list of PermObjs as defined in input xml file. - getPermOps() - Method in class org.apache.directory.fortress.core.ant.AddpermOp
-
Used by
FortressAntTask.addPermOps()
to retrieve list of Permissions as defined in input xml file. - getPermOps() - Method in class org.apache.directory.fortress.core.ant.DelpermOp
-
Used by
FortressAntTask.addPermOps()
to retrieve list of Permissions as defined in input xml file. - getPhone() - Method in class org.apache.directory.fortress.core.ant.UserAnt
-
Return phone for a user.
- getPhones() - Method in class org.apache.directory.fortress.core.model.User
-
Retrieve multi-occurring
telephoneNumber
associated withorganizationalPerson
object class. - getPhoto() - Method in class org.apache.directory.fortress.core.ant.UserAnt
-
Return the user's jpg photo
- getPhoto(Entry, String) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Return the image stored on the entry.
- getPolicies() - Method in class org.apache.directory.fortress.core.ant.Addpwpolicy
-
Used by
FortressAntTask.addPolicies()
to retrieve list of PwPolicy as defined in input xml file. - getPolicies() - Method in class org.apache.directory.fortress.core.ant.Delpwpolicy
-
Used by
FortressAntTask.deletePolicies()
to retrieve list of PwPolicy as defined in input xml file. - getPossibleAdminOperations() - Static method in class org.apache.directory.fortress.core.util.AdminPermissionUtil
- getPostalCode() - Method in class org.apache.directory.fortress.core.ant.UserAnt
-
Return postal code.
- getPostalCode() - Method in class org.apache.directory.fortress.core.model.Address
-
Return a String that contains a value retrieved from
postalCode
attribute fromorganizationalPerson
object class. - getPostOfficeBox() - Method in class org.apache.directory.fortress.core.ant.UserAnt
-
Return post ofice box associated with a user.
- getPostOfficeBox() - Method in class org.apache.directory.fortress.core.model.Address
-
Return a String that contains a value retrieved from
postOfficeBox
attribute fromorganizationalPerson
object class. - getProperties() - Method in class org.apache.directory.fortress.core.model.Configuration
-
Return the collection of name/value pairs to attributes associated with Configuration node.
- getProperties() - Method in class org.apache.directory.fortress.core.model.Group
-
Return the collection of name/value pairs to attributes associated with PermObj.
- getProperties() - Method in class org.apache.directory.fortress.core.model.Permission
-
Return the collection of name/value pairs to attributes associated with Permission.
- getProperties() - Method in class org.apache.directory.fortress.core.model.PermObj
-
Return the collection of name/value pairs to attributes associated with PermObj.
- getProperties() - Method in class org.apache.directory.fortress.core.model.Role
-
Return the collection of name/value pairs to attributes associated with User.
- getProperties() - Method in class org.apache.directory.fortress.core.model.User
-
Return the collection of name/value pairs to attributes associated with User.
- getProperties(String) - Static method in class org.apache.directory.fortress.core.ant.FortressAntTask
- getProperties(String) - Static method in class org.apache.directory.fortress.core.util.PropUtil
-
Convert from a comma delimited list of name-value pairs separated by a ':'.
- getProperties(String, char) - Static method in class org.apache.directory.fortress.core.util.PropUtil
-
Convert from a comma delimited list of name-value pairs separated by a ':'.
- getProperties(String, char, String) - Static method in class org.apache.directory.fortress.core.util.PropUtil
-
Convert from a comma delimited list of name-value pairs separated by a ':'.
- getProperties(List<String>) - Static method in class org.apache.directory.fortress.core.util.PropUtil
-
Convert from a
List
of properties stored as name:value pairs to aProperties
. - getProperties(List<String>, char) - Static method in class org.apache.directory.fortress.core.util.PropUtil
-
Convert from a
List
of properties stored as name:value pairs to aProperties
. - getProperties(Props) - Static method in class org.apache.directory.fortress.core.rest.RestUtils
- getProperty(String) - Method in class org.apache.directory.fortress.core.model.Configuration
-
Get a name/value pair attribute from list of properties associated with Configuration node.
- getProperty(String) - Method in class org.apache.directory.fortress.core.model.Group
-
Get a name/value pair attribute from list of properties associated with PermObj.
- getProperty(String) - Method in class org.apache.directory.fortress.core.model.Permission
-
Get a name/value pair attribute from list of properties associated with Permission.
- getProperty(String) - Method in class org.apache.directory.fortress.core.model.PermObj
-
Get a name/value pair attribute from list of properties associated with PermObj.
- getProperty(String) - Method in class org.apache.directory.fortress.core.model.User
-
Get a name/value pair attribute from list of properties associated with User.
- getProperty(String) - Method in class org.apache.directory.fortress.core.util.Config
-
Gets the prop attribute as String value from the apache commons cfg component.
- getProperty(String, boolean) - Method in class org.apache.directory.fortress.core.util.Config
-
Gets the prop attribute as String value from the apache commons cfg component.
- getProperty(String, String) - Method in class org.apache.directory.fortress.core.util.Config
-
Get the property value from the apache commons config but specify a default value if not found.
- getPropList() - Method in class org.apache.directory.fortress.core.model.Group
- getProps() - Method in class org.apache.directory.fortress.core.ant.ConfigAnt
-
Get the properties as a String.
- getProps() - Method in class org.apache.directory.fortress.core.model.Configuration
-
Gets the value of the Props property.
- getProps() - Method in class org.apache.directory.fortress.core.model.Group
-
Gets the value of the Props property.
- getProps() - Method in class org.apache.directory.fortress.core.model.Permission
-
Gets the value of the Props property.
- getProps() - Method in class org.apache.directory.fortress.core.model.PermObj
-
Gets the value of the Props property.
- getProps() - Method in class org.apache.directory.fortress.core.model.User
-
Gets the value of the Props property.
- getProps(Properties) - Static method in class org.apache.directory.fortress.core.rest.RestUtils
- getProtocol() - Method in class org.apache.directory.fortress.core.model.Group
-
Get protocol qualifier for this entity.
- getPwdRespCtrl(BindResponse) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Get Password Policy Response Control from LDAP client.
- getPwPolicy() - Method in class org.apache.directory.fortress.core.model.User
-
Return the name of the OpenLDAP password policy that is set for this user.
- getRawData() - Method in interface org.apache.directory.fortress.core.model.Constraint
-
Required on DAO classes convert from raw data to object format.
- getRawData() - Method in class org.apache.directory.fortress.core.model.Role
-
Required on DAO classes convert Temporal attributes stored on entity to raw data object format needed for ldap.
- getRawData() - Method in class org.apache.directory.fortress.core.model.User
-
Required by Constraint Interface but not needed for user entity.
- getRawData() - Method in class org.apache.directory.fortress.core.model.UserAdminRole
-
This method creates raw data format that represents UserAdminRole temporal and ARBAC constraints using instance variables inside entity.
- getRawData() - Method in class org.apache.directory.fortress.core.model.UserRole
-
Required on DAO classes convert Temporal attributes stored on entity to raw data object format needed for ldap .
- getRawData(UserRole) - Method in class org.apache.directory.fortress.core.model.RoleConstraint
-
This is the actual value of data stored in the LDAP attribute ftRC.
- getRdn(String) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Method will retrieve the relative distinguished name from a distinguished name variable.
- getRead() - Method in class org.apache.directory.fortress.core.ldap.LdapCounters
-
Return the read counter.
- getRelationship() - Method in class org.apache.directory.fortress.core.cli.Options
- getRelationships() - Method in class org.apache.directory.fortress.core.ant.Addadminroleinheritance
-
Used by
FortressAntTask.addAddadminrole(org.apache.directory.fortress.core.ant.Addadminrole)
to retrieve list of Roles as defined in input xml file. - getRelationships() - Method in class org.apache.directory.fortress.core.ant.Addpermorgunitinheritance
-
Used by
FortressAntTask.addAdminRoles()
to retrieve list of Roles as defined in input xml file. - getRelationships() - Method in class org.apache.directory.fortress.core.ant.Addroleinheritance
-
Used by
FortressAntTask.addRoleInheritances()
to retrieve list of Role relationships as defined in input xml file. - getRelationships() - Method in class org.apache.directory.fortress.core.ant.Adduserorgunitinheritance
-
Used by
FortressAntTask.addAdduserorgunitinheritance( Adduserorgunitinheritance)
to retrieve list of User Org Unit relationships as defined in input xml file. - getRelationships() - Method in class org.apache.directory.fortress.core.ant.Deladminroleinheritance
-
Used by
FortressAntTask.deleteAdminRoles()
to retrieve list of Relationships as defined in input xml file. - getRelationships() - Method in class org.apache.directory.fortress.core.ant.Delpermorgunitinheritance
-
Used by
FortressAntTask.deleteRoles()
to retrieve list of Relationships as defined in input xml file. - getRelationships() - Method in class org.apache.directory.fortress.core.ant.Delroleinheritance
-
Used by
FortressAntTask.deleteRoleInheritances()
to retrieve list of Role relationships as defined in input xml file. - getRelationships() - Method in class org.apache.directory.fortress.core.ant.Deluserorgunitinheritance
-
Used by
FortressAntTask.deleteUserOrgunitInheritances()
to retrieve list of User OrgUnit relationships as defined in input xml file. - getRelationships() - Method in class org.apache.directory.fortress.core.model.Hier
-
Return the list of relationships that are set in collection on this entity.
- getRemainingArgs() - Method in class org.apache.directory.fortress.core.cli.CmdLineParser
- getReqAssertion() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
Get the Compare operation the reqAssertion attribute carries the Attribute Value Assertion used in the compare request.
- getReqAttr() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
The reqAttr attribute lists the requested attributes if specific attributes were requested.
- getReqAttrsOnly() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
The reqAttrsOnly attribute is a Boolean value showing TRUE if only attribute names were requested, or FALSE if attributes and their values were requested.
- getReqAuthzID() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
The reqAuthzID attribute is the distinguishedName of the user that performed the operation.
- getReqAuthzID() - Method in class org.apache.directory.fortress.core.model.Bind
-
The reqAuthzID attribute is the distinguishedName of the user that performed the operation.
- getReqAuthzID() - Method in class org.apache.directory.fortress.core.model.Mod
-
The reqAuthzID attribute is the distinguishedName of the user that performed the operation.
- getReqControls() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
The reqControls and reqRespControls attributes carry any controls sent by the client on the request and returned by the server in the response, respectively.
- getReqControls() - Method in class org.apache.directory.fortress.core.model.Bind
-
The reqControls and reqRespControls attributes carry any controls sent by the client on the request and returned by the server in the response, respectively.
- getReqDerefAliases() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
The reqDerefAliases attribute is on of never, finding, searching, or always, denoting how aliases will be processed during the search.
- getReqDN() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
The reqDN attribute is the distinguishedName of the target of the operation.
- getReqDN() - Method in class org.apache.directory.fortress.core.model.Bind
-
The reqDN attribute is the distinguishedName of the target of the operation.
- getReqDN() - Method in class org.apache.directory.fortress.core.model.Mod
-
The reqDN attribute is the distinguishedName of the target of the operation.
- getReqEnd() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
reqEnd provide the end time of the operation.
- getReqEnd() - Method in class org.apache.directory.fortress.core.model.Bind
-
reqEnd provide the end time of the operation.
- getReqEnd() - Method in class org.apache.directory.fortress.core.model.Mod
-
reqEnd provide the end time of the operation.
- getReqEntries() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
The reqEntries attribute is the integer count of how many entries were returned by this search request.
- getReqFilter() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
The reqFilter attribute carries the filter used in the search request.
- getReqMethod() - Method in class org.apache.directory.fortress.core.model.Bind
-
The reqMethod attribute contains the Bind Method used in the Bind.
- getReqMod() - Method in class org.apache.directory.fortress.core.model.Mod
-
The reqMod attribute carries all of the attributes of the original entry being added.
- getReqResult() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
The reqResult attribute is the numeric LDAP result code of the operation, indicating either success or a particular LDAP error code.
- getReqResult() - Method in class org.apache.directory.fortress.core.model.Bind
-
The reqResult attribute is the numeric LDAP result code of the operation, indicating either success or a particular LDAP error code.
- getReqResult() - Method in class org.apache.directory.fortress.core.model.Mod
-
The reqResult attribute is the numeric LDAP result code of the operation, indicating either success or a particular LDAP error code.
- getReqScope() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
The reqScope attribute contains the scope of the original search request, using the values specified for the LDAP URL format.
- getReqSession() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
The reqSession attribute is an implementation-specific identifier that is common to all the operations associated with the same LDAP session.
- getReqSession() - Method in class org.apache.directory.fortress.core.model.Bind
-
The reqSession attribute is an implementation-specific identifier that is common to all the operations associated with the same LDAP session.
- getReqSession() - Method in class org.apache.directory.fortress.core.model.Mod
-
The reqSession attribute is an implementation-specific identifier that is common to all the operations associated with the same LDAP session.
- getReqSizeLimit() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
The reqSizeLimit attribute indicate what limits were requested on the search operation.
- getReqStart() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
reqStart provide the start of the operation, They use generalizedTime syntax.
- getReqStart() - Method in class org.apache.directory.fortress.core.model.Bind
-
reqStart provide the start of the operation, They use generalizedTime syntax.
- getReqStart() - Method in class org.apache.directory.fortress.core.model.Mod
-
reqStart provide the start of the operation, They use generalizedTime syntax.
- getReqTimeLimit() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
The reqTimeLimit attribute indicate what limits were requested on the search operation.
- getReqType() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
The reqType attribute is a simple string containing the type of operation being logged, e.g.
- getReqType() - Method in class org.apache.directory.fortress.core.model.Bind
-
The reqType attribute is a simple string containing the type of operation being logged, e.g.
- getReqType() - Method in class org.apache.directory.fortress.core.model.Mod
-
The reqType attribute is a simple string containing the type of operation being logged, e.g.
- getReqVersion() - Method in class org.apache.directory.fortress.core.model.Bind
-
The reqVersion attribute which contains the LDAP protocol version specified in the Bind
- getRole() - Method in class org.apache.directory.fortress.core.ant.RoleConstraintAnt
-
Return the role as a String.
- getRole() - Method in class org.apache.directory.fortress.core.cli.Options
- getRole() - Method in class org.apache.directory.fortress.core.model.RolePerm
- getRoleConstraints() - Method in class org.apache.directory.fortress.core.ant.Addroleconstraint
-
Used by
FortressAntTask.addUserRoles()
to retrieve list of roleconstraints as defined in input xml file. - getRoleConstraints() - Method in class org.apache.directory.fortress.core.ant.Delroleconstraint
-
Used by
FortressAntTask.addUserRoles()
to retrieve list of roleconstraints as defined in input xml file. - getRoleConstraints() - Method in class org.apache.directory.fortress.core.model.UserRole
- getRoleName() - Method in class org.apache.directory.fortress.core.util.AuthNValidator
- getRoleNm() - Method in class org.apache.directory.fortress.core.model.PermGrant
-
Get the role name associated from this entity.
- getRoleRangeRaw() - Method in interface org.apache.directory.fortress.core.model.Administrator
-
Get the raw format for role range using current AdminRole entity attributes.
- getRoleRangeRaw() - Method in class org.apache.directory.fortress.core.model.AdminRole
-
Get the raw format for role range using current AdminRole entity attributes.
- getRoleRangeRaw() - Method in class org.apache.directory.fortress.core.model.UserAdminRole
-
This method retrieves UserAdminRole instance variables and formats into raw data for ARBAC constraint storage for the 'ftARC' attribute on the 'ftUserAttrs' object class.
- getRoles() - Method in class org.apache.directory.fortress.core.ant.Addadminrole
-
Used by
FortressAntTask.addAdminRoles()
to retrieve list of AdminRoles as defined in input xml file. - getRoles() - Method in class org.apache.directory.fortress.core.ant.Addrole
-
Used by
FortressAntTask.addRoles()
to retrieve list of Roles as defined in input xml file. - getRoles() - Method in class org.apache.directory.fortress.core.ant.Deladminrole
-
Used by
FortressAntTask.deleteAdminRoles()
to retrieve list of AdminRoles as defined in input xml file. - getRoles() - Method in class org.apache.directory.fortress.core.ant.Delrole
-
Used by
FortressAntTask.deleteRoles()
to retrieve list of Roles as defined in input xml file. - getRoles() - Method in class org.apache.directory.fortress.core.model.Group
-
List of roles for given groups if they were populated.
- getRoles() - Method in class org.apache.directory.fortress.core.model.Permission
-
Return the collection of optional Roles that have been loaded into this entity.
- getRoles() - Method in class org.apache.directory.fortress.core.model.Session
-
Return the list of User's RBAC Roles that have been activated into User's or Group's session.
- getRoles() - Method in class org.apache.directory.fortress.core.model.User
-
Return a list of User's RBAC Roles.
- getRoomNumber() - Method in class org.apache.directory.fortress.core.ant.UserAnt
-
Return room number.
- getRoomNumber() - Method in class org.apache.directory.fortress.core.model.Address
-
Return a String that contains a value retrieved from
roomNumber
attribute fromorganizationalPerson
object class. - getRootDn(String) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Given a contextId return the LDAP dn that includes the suffix.
- getRootDn(String, String) - Static method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Given a contextId and a fortress param name return the LDAP dn.
- getSafeModify() - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
This optional attribute specifies whether or not the existing password must be sent along with the new password when being changed.
- getSdset() - Method in class org.apache.directory.fortress.core.ant.Addsdset
-
Used by
FortressAntTask.addSdsets()
to retrieve list of SDSetAnt as defined in input xml file. - getSdset() - Method in class org.apache.directory.fortress.core.ant.Delsdset
-
Used by
FortressAntTask.deleteSdsets()
to retrieve list of SDSetAnt as defined in input xml file. - getSdSet() - Method in class org.apache.directory.fortress.core.cli.Options
- getSdSet() - Method in class org.apache.directory.fortress.core.util.cache.DsdCacheEntry
-
Get the DSD for this cache entry.
- getSearch() - Method in class org.apache.directory.fortress.core.ldap.LdapCounters
-
Return the search counter.
- getSearchAttribute(String) - Method in interface org.apache.directory.fortress.core.util.cache.Cache
-
Retrieve the Cache attribute
- getSearchAttribute(String) - Method in class org.apache.directory.fortress.core.util.cache.EhCacheImpl
-
Retrieve the Cache attribute
- getSequenceId() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
Sequence id is used internal to Fortress.
- getSequenceId() - Method in class org.apache.directory.fortress.core.model.Bind
-
Sequence id is used internal to Fortress.
- getSequenceId() - Method in class org.apache.directory.fortress.core.model.FortEntity
-
Sequence id is used internal to Fortress.
- getSequenceId() - Method in class org.apache.directory.fortress.core.model.Mod
-
Sequence id is used internal to Fortress.
- getSession() - Method in class org.apache.directory.fortress.core.model.FortRequest
- getSession() - Method in class org.apache.directory.fortress.core.model.FortResponse
- getSessionId() - Method in class org.apache.directory.fortress.core.model.Session
-
Return the unique id that is associated with User.
- getSetMembers() - Method in class org.apache.directory.fortress.core.ant.SDSetAnt
-
Return the members as a String.
- getSetType() - Method in class org.apache.directory.fortress.core.ant.SDSetAnt
-
Return the type of SD set in string format.
- getSn() - Method in class org.apache.directory.fortress.core.model.User
-
Returns surname associated with User.
- getState() - Method in class org.apache.directory.fortress.core.ant.UserAnt
-
Return the state name.
- getState() - Method in class org.apache.directory.fortress.core.model.Address
-
Return a String that contains a value retrieved from
st
(state) attribute fromorganizationalPerson
object class. - getStructuralObjectClass() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
Returns the name of the structural object class that is used to log the event.
- getStructuralObjectClass() - Method in class org.apache.directory.fortress.core.model.Bind
-
Returns the name of the structural object class that is used to log the event.
- getSuboption() - Method in exception org.apache.directory.fortress.core.cli.CmdLineParser.UnknownSuboptionException
- getSubschemaSubentry() - Method in class org.apache.directory.fortress.core.model.AuthZ
-
Return the subschemaSubentry attribute from the audit entry.
- getSuffixes() - Method in class org.apache.directory.fortress.core.ant.Addsuffix
-
Used by
FortressAntTask.addSuffixes()
to retrieve list of Suffixes as defined in input xml file. - getSuffixes() - Method in class org.apache.directory.fortress.core.ant.Delsuffix
-
Used by
FortressAntTask.deleteSuffixes()
to retrieve list of Suffixes as defined in input xml file. - getTenant() - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
- getTimeout() - Method in interface org.apache.directory.fortress.core.model.Constraint
-
Return the integer timeout that contains total time ((in minutes)) that entity may remain inactive.
- getTimeout() - Method in class org.apache.directory.fortress.core.model.Role
-
Return the integer timeout that contains total time ((in minutes)) that Role may remain inactive in User's session before it is deactivated.
- getTimeout() - Method in class org.apache.directory.fortress.core.model.User
-
Return the integer timeout that contains total time ((in minutes)) that User's session may remain inactive.
- getTimeout() - Method in class org.apache.directory.fortress.core.model.UserRole
-
Return the integer timeout that contains total time ((in minutes)) that entity may remain inactive.
- getTitle() - Method in class org.apache.directory.fortress.core.model.User
-
The honorific prefix(es) of the User, or "Title" in most Western languages (e.g.
- getType() - Method in class org.apache.directory.fortress.core.model.Group
-
Get the required type of Group - 'USER' Or 'ROLE'.
- getType() - Method in class org.apache.directory.fortress.core.model.Hier
-
Return required the type of node this entity is bound to.
- getType() - Method in class org.apache.directory.fortress.core.model.OrgUnit
-
Return the type of OrgUnit for this entity.
- getType() - Method in class org.apache.directory.fortress.core.model.Permission
-
Get the optional type name which is an unconstrained attribute on Permission entity.
- getType() - Method in class org.apache.directory.fortress.core.model.PermissionAttributeSet
- getType() - Method in class org.apache.directory.fortress.core.model.PermObj
-
Get the type attribute of the Perm object.
- getType() - Method in class org.apache.directory.fortress.core.model.RoleConstraint
-
Return the type of the constraint.
- getType() - Method in class org.apache.directory.fortress.core.model.SDSet
-
Get the required type of SD Set - 'STATIC' Or 'DYNAMIC'.
- getType() - Method in class org.apache.directory.fortress.core.model.Warning
- getTypeName() - Method in class org.apache.directory.fortress.core.ant.OrgUnitAnt
-
Return the type of OU in string format.
- getTypeName() - Method in class org.apache.directory.fortress.core.model.RoleConstraint
-
Return the type of OU in string format.
- getUidNumber() - Method in class org.apache.directory.fortress.core.model.Configuration
- getUidNumber() - Method in class org.apache.directory.fortress.core.model.User
- getUser() - Method in class org.apache.directory.fortress.core.cli.Options
- getUser() - Method in class org.apache.directory.fortress.core.model.Session
-
Return the User entity that is associated with this entity.
- getUser(Session) - Method in interface org.apache.directory.fortress.core.AccessMgr
-
This function returns the user object that is contained within the session object.
- getUser(Session) - Method in class org.apache.directory.fortress.core.impl.AccessMgrImpl
-
This function returns the user object that is contained within the session object.
- getUser(Session) - Method in class org.apache.directory.fortress.core.rest.AccessMgrRestImpl
-
This function returns the user object that is contained within the session object.
- getUserAuthZs(UserAudit) - Method in interface org.apache.directory.fortress.core.AuditMgr
-
This method returns a list of authorization events for a particular user
UserAudit.userId
and given timestamp fieldUserAudit.beginDate
.
Method also can discriminate between all events or failed only by settingUserAudit.failedOnly
. - getUserAuthZs(UserAudit) - Method in class org.apache.directory.fortress.core.impl.AuditMgrImpl
-
This method returns a list of authorization events for a particular user
UserAudit.userId
and given timestamp fieldUserAudit.beginDate
.
Method also can discriminate between all events or failed only by settingUserAudit.failedOnly
. - getUserAuthZs(UserAudit) - Method in class org.apache.directory.fortress.core.rest.AuditMgrRestImpl
-
This method returns a list of authorization events for a particular user
UserAudit.userId
and given timestamp fieldUserAudit.beginDate
.
Method also can discriminate between all events or failed only by settingUserAudit.failedOnly
. - getUserConnection() - Method in class org.apache.directory.fortress.core.ldap.LdapConnectionProvider
-
Calls the PoolMgr to get an User connection to the LDAP server.
- getUserConnection() - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Calls the PoolMgr to get an User connection to the LDAP server.
- getUserId() - Method in class org.apache.directory.fortress.core.ant.RoleConstraintAnt
- getUserId() - Method in class org.apache.directory.fortress.core.cli.Options
- getUserId() - Method in class org.apache.directory.fortress.core.model.PermGrant
-
Get the userId attribute from this entity.
- getUserId() - Method in interface org.apache.directory.fortress.core.model.PwMessage
-
Set the
User.userId
in entity. - getUserId() - Method in class org.apache.directory.fortress.core.model.Session
-
Return the userId that is associated with this Session object.
- getUserId() - Method in class org.apache.directory.fortress.core.model.User
-
Return the userId that is associated with User.
- getUserId() - Method in class org.apache.directory.fortress.core.model.UserAudit
-
Get the optional userId attribute which limits set by org.apache.directory.fortress.core.model.User#userId.
- getUserId() - Method in class org.apache.directory.fortress.core.model.UserRole
-
Return the userId that is associated with UserRole.
- getUserId(Session) - Method in interface org.apache.directory.fortress.core.AccessMgr
-
This function returns the userId value that is contained within the session object.
- getUserId(Session) - Method in class org.apache.directory.fortress.core.impl.AccessMgrImpl
-
This function returns the userId value that is contained within the session object.
- getUserId(Session) - Method in class org.apache.directory.fortress.core.rest.AccessMgrRestImpl
-
This function returns the userId value that is contained within the session object.
- getUserProps() - Method in class org.apache.directory.fortress.core.ant.UserAnt
-
Return user properties
- getUserRoles() - Method in class org.apache.directory.fortress.core.ant.Adduseradminrole
-
Used by
FortressAntTask.addUserAdminRoles()
to retrieve list of UserAdminRoles as defined in input xml file. - getUserRoles() - Method in class org.apache.directory.fortress.core.ant.Adduserrole
-
Used by
FortressAntTask.addUserRoles()
to retrieve list of UserRoles as defined in input xml file. - getUserRoles() - Method in class org.apache.directory.fortress.core.ant.Deluseradminrole
-
Used by
FortressAntTask.delUserAdminRoles()
to retrieve list of UserAdminRoles as defined in input xml file. - getUserRoles() - Method in class org.apache.directory.fortress.core.ant.Deluserrole
-
Used by
FortressAntTask.delUserRoles()
to retrieve list of UserRoles as defined in input xml file. - getUsers() - Method in class org.apache.directory.fortress.core.ant.Adduser
-
Used by
FortressAntTask.addUsers()
to retrieve list of Users as defined in input xml file. - getUsers() - Method in class org.apache.directory.fortress.core.ant.Deluser
-
Used by
FortressAntTask.deleteUsers()
to retrieve list of Users as defined in input xml file. - getUsers() - Method in class org.apache.directory.fortress.core.model.Permission
-
Return the collection of optional Users that have been loaded into this entity.
- getValidValues() - Method in class org.apache.directory.fortress.core.model.PermissionAttribute
- getValue() - Method in exception org.apache.directory.fortress.core.cli.CmdLineParser.IllegalOptionValueException
- getValue() - Method in class org.apache.directory.fortress.core.model.FortRequest
- getValue() - Method in class org.apache.directory.fortress.core.model.Props.Entry
-
Gets the value of the value property.
- getValue() - Method in class org.apache.directory.fortress.core.model.RoleConstraint
-
Get the value of a particular constraint.
- getValue(String, Locale) - Method in class org.apache.directory.fortress.core.cli.CmdLineParser.Option
- getValues() - Method in class org.apache.directory.fortress.core.model.FortResponse
- getValues(String) - Method in class org.apache.directory.fortress.core.util.time.Discriminant
-
Deprecated.
- getValueSet() - Method in class org.apache.directory.fortress.core.model.FortResponse
- getWarnings() - Method in interface org.apache.directory.fortress.core.model.PwMessage
-
Set the warning id that pertain to User's password.
- getWarnings() - Method in class org.apache.directory.fortress.core.model.Session
-
Get the warnings attached to this Session.
- GID_NUMBER - Static variable in class org.apache.directory.fortress.core.GlobalIds
- GlobalErrIds - Class in org.apache.directory.fortress.core
-
This module contains error identifiers that are used when exception need be thrown.
- GlobalIds - Class in org.apache.directory.fortress.core
-
This class contains constants that must be defined globally but are not to be used by external programs.
- GlobalIds() - Constructor for class org.apache.directory.fortress.core.GlobalIds
- GlobalPwMsgIds - Class in org.apache.directory.fortress.core.impl
-
This class contains constants that contain status for Fortress password policy checking.
- GlobalPwMsgIds() - Constructor for class org.apache.directory.fortress.core.impl.GlobalPwMsgIds
- GOOD - Static variable in class org.apache.directory.fortress.core.impl.GlobalPwMsgIds
-
Password policies check out good.
- grantPermission(Permission, AdminRole) - Method in interface org.apache.directory.fortress.core.DelAdminMgr
-
This command grants an AdminRole the administrative permission to perform an operation on an object to a role.
- grantPermission(Permission, AdminRole) - Method in class org.apache.directory.fortress.core.impl.DelAdminMgrImpl
-
This command grants an AdminRole the administrative permission to perform an operation on an object to a role.
- grantPermission(Permission, AdminRole) - Method in class org.apache.directory.fortress.core.rest.DelAdminMgrRestImpl
-
This command grants an AdminRole the administrative permission to perform an operation on an object to a role.
- grantPermission(Permission, Role) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This command grants a role the permission to perform an operation on an object to a role.
- grantPermission(Permission, Role) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This command grants a role the permission to perform an operation on an object to a role.
- grantPermission(Permission, Role) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This command grants a role the permission to perform an operation on an object to a role.
- grantPermission(Permission, User) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This command grants a user the permission to perform an operation on an object to a role.
- grantPermission(Permission, User) - Method in interface org.apache.directory.fortress.core.DelAdminMgr
-
This command grants a user the administrative permission to perform an operation on an object to a user.
- grantPermission(Permission, User) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This command grants a user the permission to perform an operation on an object to a role.
- grantPermission(Permission, User) - Method in class org.apache.directory.fortress.core.impl.DelAdminMgrImpl
-
This command grants a user the administrative permission to perform an operation on an object to a user.
- grantPermission(Permission, User) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This command grants a user the permission to perform an operation on an object to a role.
- grantPermission(Permission, User) - Method in class org.apache.directory.fortress.core.rest.DelAdminMgrRestImpl
-
This command grants a user the administrative permission to perform an operation on an object to a user.
- Graphable - Interface in org.apache.directory.fortress.core.model
-
The Fortress Graphable interface prescribes attributes that are used to maintain implementor within a simple directed graph.
- GREATER_THAN - org.apache.directory.fortress.core.model.ComparisonOperator
- GREATER_THAN_OR_EQUAL_TO - org.apache.directory.fortress.core.model.ComparisonOperator
- Group - Class in org.apache.directory.fortress.core.model
-
All entities (User, Role, Permission, Policy, SDSet, etc...) are used to carry data between Fortress's layers starting with the (1) Manager layer down thru middle (2) Process layer and it's processing rules into (3) DAO layer where persistence with the LDAP server occurs.
- Group() - Constructor for class org.apache.directory.fortress.core.model.Group
-
Default constructor used by
FortressAntTask
defaults to type USER. - Group(String) - Constructor for class org.apache.directory.fortress.core.model.Group
-
Generate instance of group to be loaded as ldap object.
- Group(String, String) - Constructor for class org.apache.directory.fortress.core.model.Group
-
Generate instance of group to be loaded as ldap object.
- Group(String, String, Group.Type) - Constructor for class org.apache.directory.fortress.core.model.Group
-
Generate instance of group to be loaded as ldap object with node type.
- Group(String, Group.Type) - Constructor for class org.apache.directory.fortress.core.model.Group
-
Generate instance of group to be loaded as ldap object with node type.
- Group(Group.Type) - Constructor for class org.apache.directory.fortress.core.model.Group
-
Constructor for base type.
- GROUP_ADD - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- GROUP_ADD_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Group could not be added to ldap server.
- GROUP_ADD_PROPERTY_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Group could not be updated on ldap server.
- GROUP_ASGN - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- GROUP_ASGNED - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- GROUP_DEASGN - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- GROUP_DELETE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- GROUP_DELETE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Group could not be removed from ldap server.
- GROUP_DELETE_PROPERTY_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Group could not be removed from ldap server.
- GROUP_IMPLEMENTATION - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
When this optional tag,
groupImplementation
, is placed in Fortress properties, its class name will be the default {link GroupMgr} instance used. - GROUP_MEMBER_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Group member is required and cannot be null
- GROUP_NAME_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied group name failed length check.
- GROUP_NAME_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The group name is required and cannot be null.
- GROUP_NOT_FOUND - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Group was not found on ldap server.
- GROUP_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Group entity is required and cannot be null
- GROUP_PROTOCOL_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied group protocol name failed length check.
- GROUP_READ - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- GROUP_READ_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Group read failed on ldap server.
- GROUP_ROLE_ASGNED - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- GROUP_ROOT - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Specifies the dn of the container where the Groups are located.
- GROUP_SEARCH_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Group search failed on ldap server.
- GROUP_TYPE_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied group type is invalid for operation
- GROUP_UPDATE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- GROUP_UPDATE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Group could not be updated on ldap server.
- GROUP_USER_ASSIGN_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Group assignment failed on the ldap server.
- GROUP_USER_DEASSIGN_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Group deassignment operation failed on the ldap server.
- Group.Type - Enum in org.apache.directory.fortress.core.model
-
enum for User or Role data sets.
- GroupMgr - Interface in org.apache.directory.fortress.core
-
This interface prescribes CRUD methods used to manage groups stored within the ldap directory.
- GroupMgrFactory - Class in org.apache.directory.fortress.core
-
Creates an instance of the ConfigMgr object.
- GroupMgrImpl - Class in org.apache.directory.fortress.core.impl
-
This Manager impl supplies CRUD methods used to manage groups stored within the ldap directory.
- GroupMgrImpl() - Constructor for class org.apache.directory.fortress.core.impl.GroupMgrImpl
- GroupMgrRestImpl - Class in org.apache.directory.fortress.core.rest
-
This Manager impl supplies CRUD methods used to manage groups using REST.
- GroupMgrRestImpl() - Constructor for class org.apache.directory.fortress.core.rest.GroupMgrRestImpl
- groupRoles(Group) - Method in interface org.apache.directory.fortress.core.GroupMgr
-
Read an existing group node's roles.
- groupRoles(Group) - Method in class org.apache.directory.fortress.core.impl.GroupMgrImpl
-
Read an existing group node's roles.
- groupRoles(Group) - Method in class org.apache.directory.fortress.core.rest.GroupMgrRestImpl
-
Read an existing group node's roles.
H
- handleInput(InputRequest) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
Used by Apache Ant to load data from xml into entities.
- hashCode() - Method in class org.apache.directory.fortress.core.model.Address
-
Override the standard hashCode on object to use attributes of class.
- hashCode() - Method in class org.apache.directory.fortress.core.model.AdminRole
- hashCode() - Method in class org.apache.directory.fortress.core.model.Configuration
- hashCode() - Method in class org.apache.directory.fortress.core.model.Group
- hashCode() - Method in class org.apache.directory.fortress.core.model.OrgUnit
- hashCode() - Method in class org.apache.directory.fortress.core.model.Permission
- hashCode() - Method in class org.apache.directory.fortress.core.model.PermissionAttribute
- hashCode() - Method in class org.apache.directory.fortress.core.model.PermObj
- hashCode() - Method in class org.apache.directory.fortress.core.model.Props.Entry
- hashCode() - Method in class org.apache.directory.fortress.core.model.PwPolicy
- hashCode() - Method in class org.apache.directory.fortress.core.model.Relationship
-
Compute the hashcode on the parent and child values.
- hashCode() - Method in class org.apache.directory.fortress.core.model.Role
- hashCode() - Method in class org.apache.directory.fortress.core.model.RoleConstraint
- hashCode() - Method in class org.apache.directory.fortress.core.model.SDSet
- hashCode() - Method in class org.apache.directory.fortress.core.model.User
-
Override hashcode so User compare operations work in case insensitive manner in collection classes.
- hashCode() - Method in class org.apache.directory.fortress.core.model.UserAdminRole
- hashCode() - Method in class org.apache.directory.fortress.core.model.UserRole
- Hier - Class in org.apache.directory.fortress.core.model
-
All entities (User, Role, Permission, Policy, SDSet, etc...) are used to carry data between Fortress's layers starting with the (1) Manager layer down thru middle (2) Process layer and it's processing rules into (3) DAO layer where persistence with the LDAP server occurs.
- Hier() - Constructor for class org.apache.directory.fortress.core.model.Hier
-
default constructor is used by internal components.
- Hier(String, String) - Constructor for class org.apache.directory.fortress.core.model.Hier
-
Construct entity given a parent and child.
- Hier(List<Relationship>) - Constructor for class org.apache.directory.fortress.core.model.Hier
-
construct hierarchy given a list of parent-child relationships.
- Hier(Hier.Type) - Constructor for class org.apache.directory.fortress.core.model.Hier
-
Construct entity given a hierarchy type - ROLE, AROLE, USER, PERM.
- Hier(Hier.Type, String, String) - Constructor for class org.apache.directory.fortress.core.model.Hier
-
Construct entity given a parent, child and a hierarchy type.
- HIER_ADD_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Hierarchical data could not be added to the ldap server.
- HIER_CANNOT_PERFORM - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Hierarchical type is required and cannot be null.
- HIER_DEL_FAILED_HAS_CHILD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The parent cannot be removed from ldap server because it has child.
- HIER_DELETE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Hierarchical data could not be removed from the ldap server.
- HIER_NOT_FOUND - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The requested Hierarchical data could not be found on the ldap server.
- HIER_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Hierarchical entity is required and cannot be null.
- HIER_READ_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Hierarchical node could not be read from the ldap server.
- HIER_REL_CYCLIC - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The specified relationship would cause a cyclic dependency in graph.
- HIER_REL_EXIST - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The specified parent-child relationship already exists on the server.
- HIER_REL_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The specified relationship is invalid.
- HIER_REL_NOT_EXIST - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The specified parent-child relationship does not exist on the server.
- HIER_TYPE_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Hierarchical type is required and cannot be null.
- HIER_UPDATE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Hierarchical data could not be updated on the ldap server.
- Hier.Op - Enum in org.apache.directory.fortress.core.model
-
Operation type specifies if Add, Update or Deletion of relationship is being targeted.
- Hier.Type - Enum in org.apache.directory.fortress.core.model
-
Enumeration is used to specify which hierarchy node this entity is bound to.
- HISTORY_VIOLATION - Static variable in class org.apache.directory.fortress.core.impl.GlobalPwMsgIds
-
The new password was found in history.
- HOME - Static variable in class org.apache.directory.fortress.core.GlobalIds
- HTTP_PW_PROP - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Attribute name for property containing HTTP service account password.
- HTTP_UID_PROP - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Attribute name for property containing HTTP service account userId.
- HttpIds - Class in org.apache.directory.fortress.core.rest
-
Contains global HttpIds that map to the Fortress REST server.
- HttpIds() - Constructor for class org.apache.directory.fortress.core.rest.HttpIds
I
- IllegalOptionValueException(CmdLineParser.Option, String) - Constructor for exception org.apache.directory.fortress.core.cli.CmdLineParser.IllegalOptionValueException
- incrementAdd() - Method in class org.apache.directory.fortress.core.ldap.LdapCounters
-
Increment the add counter.
- incrementBind() - Method in class org.apache.directory.fortress.core.ldap.LdapCounters
-
Increment the bind counter.
- incrementCompare() - Method in class org.apache.directory.fortress.core.ldap.LdapCounters
-
Increment the compare counter.
- incrementDelete() - Method in class org.apache.directory.fortress.core.ldap.LdapCounters
-
Increment the delete counter.
- incrementMod() - Method in class org.apache.directory.fortress.core.ldap.LdapCounters
-
Increment the mod counter.
- incrementRead() - Method in class org.apache.directory.fortress.core.ldap.LdapCounters
-
Increment the read counter.
- incrementSearch() - Method in class org.apache.directory.fortress.core.ldap.LdapCounters
-
Increment the search counter.
- INSUFFICIENT_QUALITY - Static variable in class org.apache.directory.fortress.core.impl.GlobalPwMsgIds
-
The password is not of sufficient quality.
- IntegerOption(char, String) - Constructor for class org.apache.directory.fortress.core.cli.CmdLineParser.Option.IntegerOption
- IntegerOption(String) - Constructor for class org.apache.directory.fortress.core.cli.CmdLineParser.Option.IntegerOption
- INVALID_PASSWORD_MESSAGE - Static variable in class org.apache.directory.fortress.core.impl.GlobalPwMsgIds
-
The processor could not process the password message.
- IS_ARBAC02 - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Attribute name for property ARBAC02 enforcement boolean.
- IS_MAX_CONN_BLOCK - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Applies to all pools, when all connections are exhausted will block.
- isAdmin() - Method in class org.apache.directory.fortress.core.model.PermGrant
-
If set to true entity will be stored in ldap subdirectory associated with administrative permissions
GlobalIds.ADMIN_PERM_ROOT
. - isAdmin() - Method in class org.apache.directory.fortress.core.model.Permission
-
Determine if this Permission is for RBAC or ARBAC processing.
- isAdmin() - Method in class org.apache.directory.fortress.core.model.PermObj
-
If set to true, this entity will be loaded into the Admin Permission data set.
- isAdmin() - Method in class org.apache.directory.fortress.core.model.UserAudit
- isApacheds() - Method in class org.apache.directory.fortress.core.util.Config
- isAuditDisabled() - Method in class org.apache.directory.fortress.core.util.Config
- isAuthenticated() - Method in interface org.apache.directory.fortress.core.model.PwMessage
-
If set to true the user's password check out good.
- isAuthenticated() - Method in class org.apache.directory.fortress.core.model.Session
-
A 'true' value here indicates user successfully authenticated with Fortress.
- isAuthenticated() - Method in class org.apache.directory.fortress.core.util.AuthNValidator
- isBeginInclusive() - Method in interface org.apache.directory.fortress.core.model.Administrator
-
Set the begin inclusive which specifies if role range includes or excludes the 'beginRange' attribute.
- isBeginInclusive() - Method in class org.apache.directory.fortress.core.model.AdminRole
-
Get the begin inclusive which specifies if role range includes or excludes the 'beginRange' attribute.
- isBeginInclusive() - Method in class org.apache.directory.fortress.core.model.UserAdminRole
-
Set the begin inclusive which specifies if role range includes or excludes the 'beginRange' attribute.
- isEmpty() - Method in class org.apache.directory.fortress.core.util.cache.DsdCacheEntry
-
To prevent repeated reads of the DSD's in the directory, Entries are added to the cache and marked empty.
- isEnabled() - Static method in class org.apache.directory.fortress.core.util.EncryptUtil
-
Returns 'true' if the property
crypto.prop
has a value set in fortress cfg. - isEndInclusive() - Method in interface org.apache.directory.fortress.core.model.Administrator
-
Set the end inclusive which specifies if role range includes or excludes the 'endRange' attribute.
- isEndInclusive() - Method in class org.apache.directory.fortress.core.model.AdminRole
-
Get the end inclusive which specifies if role range includes or excludes the 'endRange' attribute.
- isEndInclusive() - Method in class org.apache.directory.fortress.core.model.UserAdminRole
-
Set the end inclusive which specifies if role range includes or excludes the 'endRange' attribute.
- isFailedOnly() - Method in class org.apache.directory.fortress.core.model.UserAudit
-
The failedOnly flag will limit result set to include only authN or authZ events that have failed.
- isGroupRole - Variable in class org.apache.directory.fortress.core.model.UserRole
- isGroupRole() - Method in class org.apache.directory.fortress.core.model.UserRole
-
Returns 'true' if value in userId refers to group name
- isGroupSession() - Method in class org.apache.directory.fortress.core.model.Session
-
A 'true' value here indicates this Session was created for Group entity
- isLdapfilterSizeFound() - Method in class org.apache.directory.fortress.core.util.LdapUtil
-
The ldap.filter.size specifies the number of entries in the set of ldap filter properties.
- isLocked() - Method in class org.apache.directory.fortress.core.model.User
-
If set to true User's password has been locked by administrator or directory itself due to password policy violations.
- isMemberDn() - Method in class org.apache.directory.fortress.core.model.Group
-
Set if userDn's are loaded in dn format.
- isNotEmpty(Properties) - Static method in class org.apache.directory.fortress.core.util.PropUtil
-
Method will return true if props is not null or empty.
- isOpenldap() - Method in class org.apache.directory.fortress.core.util.Config
- isRealm() - Method in class org.apache.directory.fortress.core.util.Config
- isRelationship(String, String) - Method in class org.apache.directory.fortress.core.model.Hier
-
Return true if child and parent represent a valid relationship that is contained within the collection of relationships.
- isReset() - Method in class org.apache.directory.fortress.core.model.User
-
If set to true User's password has been reset by administrator.
- isRestEnabled() - Method in class org.apache.directory.fortress.core.util.Config
- isRoleOccupant() - Method in class org.apache.directory.fortress.core.util.Config
- isSystem() - Method in class org.apache.directory.fortress.core.model.User
- isTemporalSet() - Method in interface org.apache.directory.fortress.core.model.Constraint
-
temporal boolean flag is used by internal Fortress components.
- isTemporalSet() - Method in class org.apache.directory.fortress.core.model.Role
-
temporal boolean flag is used by internal Fortress components.
- isTemporalSet() - Method in class org.apache.directory.fortress.core.model.User
-
temporal boolean flag is used by internal Fortress components.
- isTemporalSet() - Method in class org.apache.directory.fortress.core.model.UserRole
-
temporal boolean flag is used by internal Fortress components.
- isUserInRole(User, Role, boolean) - Method in interface org.apache.directory.fortress.core.AccessMgr
-
Combine createSession and a role check into a single method.
- isUserInRole(User, Role, boolean) - Method in class org.apache.directory.fortress.core.impl.AccessMgrImpl
-
Combine createSession and a role check into a single method.
- isUserInRole(User, Role, boolean) - Method in class org.apache.directory.fortress.core.rest.AccessMgrRestImpl
-
Combine createSession and a role check into a single method.
J
- JAXBCachedEntry - Class in org.apache.directory.fortress.core.rest
-
This class wraps JAXBContext and is used for simple caching mechanism during Fortress XML processing.
- JAXBCachedEntry(Class) - Constructor for class org.apache.directory.fortress.core.rest.JAXBCachedEntry
-
Public constructor requires the entity class to be passed.
K
- key - Variable in class org.apache.directory.fortress.core.model.Props.Entry
L
- LDAP_ADMIN_POOL_EVICT_RUN_MILLIS - Static variable in class org.apache.directory.fortress.core.GlobalIds
- LDAP_ADMIN_POOL_MAX - Static variable in class org.apache.directory.fortress.core.GlobalIds
- LDAP_ADMIN_POOL_MIN - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Used for ldap connection pool of admin users.
- LDAP_ADMIN_POOL_PW - Static variable in class org.apache.directory.fortress.core.GlobalIds
- LDAP_ADMIN_POOL_TEST_IDLE - Static variable in class org.apache.directory.fortress.core.GlobalIds
- LDAP_ADMIN_POOL_UID - Static variable in class org.apache.directory.fortress.core.GlobalIds
- LDAP_FILTER - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Used to define characters that must be encoded before being processed by ldap operations.
- LDAP_FILTER_SIZE - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Maximum number of entries allowed for ldap filter replacements.
- LDAP_FILTER_SIZE_PROP - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Defines how many entries are to be stored in the encoding set.
- LDAP_HOST - Static variable in class org.apache.directory.fortress.core.GlobalIds
- LDAP_LOG_POOL_EVICT_RUN_MILLIS - Static variable in class org.apache.directory.fortress.core.GlobalIds
- LDAP_LOG_POOL_MAX - Static variable in class org.apache.directory.fortress.core.GlobalIds
- LDAP_LOG_POOL_MIN - Static variable in class org.apache.directory.fortress.core.GlobalIds
- LDAP_LOG_POOL_PW - Static variable in class org.apache.directory.fortress.core.GlobalIds
- LDAP_LOG_POOL_TEST_IDLE - Static variable in class org.apache.directory.fortress.core.GlobalIds
- LDAP_LOG_POOL_UID - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Used for ldap connection pool of log users.
- LDAP_PORT - Static variable in class org.apache.directory.fortress.core.GlobalIds
- LDAP_SUB - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Used to define encoded replacements for characters to be filtered.
- LdapClientTrustStoreManager - Class in org.apache.directory.fortress.core.ldap
-
Implement the X509TrustManager interface which will be used during JSSE truststore manager initialization for LDAP client-to-server communications over TLS/SSL.
- LdapClientTrustStoreManager(String, char[], String, boolean) - Constructor for class org.apache.directory.fortress.core.ldap.LdapClientTrustStoreManager
-
Constructor used by connection configuration utility to load trust store manager.
- LdapConnectionProvider - Class in org.apache.directory.fortress.core.ldap
-
This utility manages the LDAP connection pools and provides methods for adding / removing connections from the three pools.
- LdapCounters - Class in org.apache.directory.fortress.core.ldap
-
This class handles simple counters that correspond to ldap operations.
- LdapCounters() - Constructor for class org.apache.directory.fortress.core.ldap.LdapCounters
- LdapDataProvider - Class in org.apache.directory.fortress.core.ldap
-
Abstract class contains methods to perform low-level entity to ldap persistence.
- LdapDataProvider() - Constructor for class org.apache.directory.fortress.core.ldap.LdapDataProvider
- LdapUtil - Class in org.apache.directory.fortress.core.util
-
This utility is a singleton and has getters / setters to access properties for filtering data bound for ldap.
- LdapUtil() - Constructor for class org.apache.directory.fortress.core.util.LdapUtil
- LESS_THAN - org.apache.directory.fortress.core.model.ComparisonOperator
- LESS_THAN_OR_EQUAL_TO - org.apache.directory.fortress.core.model.ComparisonOperator
- load(String, String, ParentUtil) - Method in class org.apache.directory.fortress.core.model.UserAdminRole
-
This method loads UserAdminRole entity temporal and ARBAC constraint instance variables with data that was retrieved from the 'ftARC' attribute on the 'ftUserAttrs' object class.
- load(String, String, ParentUtil) - Method in class org.apache.directory.fortress.core.model.UserRole
-
This method loads UserRole entity temporal constraint instance variables with data that was retrieved from the 'ftRC' attribute on the 'ftUserAttrs' object class.
- loadAttrs(List<String>, List<Modification>, String) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Given an ldap attribute name and a list of attribute values, construct an ldap modification set to be updated in directory.
- loadAttrs(List<String>, Entry, String) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Given an ldap attribute name and a list of attribute values, construct an ldap attribute set to be added to directory.
- loadAttrs(Set<String>, List<Modification>, String) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Given an ldap attribute name and a set of attribute values, construct an ldap modification set to be updated in directory.
- loadAttrs(Set<String>, Entry, String) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Given an ldap attribute name and a set of attribute values, construct an ldap attribute set to be added to directory.
- loadProperties(Properties, List<Modification>, String, boolean) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Given a collection of
Properties
, convert to raw data name-value format and load into ldap modification set in preparation for ldap modify. - loadProperties(Properties, List<Modification>, String, boolean, char) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Given a collection of
Properties
, convert to raw data name-value format and load into ldap modification set in preparation for ldap modify. - loadProperties(Properties, Entry, String) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Given a collection of
Properties
, convert to raw data name-value format and load into ldap modification set in preparation for ldap add. - loadProperties(Properties, Entry, String, char) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Given a collection of
Properties
, convert to raw data name-value format and load into ldap modification set in preparation for ldap add. - loadRelationshipAttrs(List<Relationship>, List<Modification>, String, Hier.Op) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Given a collection of
Relationship
s, convert to raw data name-value format and load into ldap modification set in preparation for ldap modify. - LockDate - Class in org.apache.directory.fortress.core.util.time
-
This class performs lock date validation for
Constraint
. - LockDate() - Constructor for class org.apache.directory.fortress.core.util.time.LockDate
- lockUserAccount(User) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
Method will lock user's password which will prevent the user from authenticating with directory.
- lockUserAccount(User) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
Method will lock user's password which will prevent the user from authenticating with directory.
- lockUserAccount(User) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
Method will lock user's password which will prevent the user from authenticating with directory.
- LOG - Static variable in class org.apache.directory.fortress.core.ant.FortressAntTask
- logIt(String) - Static method in class org.apache.directory.fortress.core.util.LogUtil
-
Write a message out to the appropriate log level.
- LogUtil - Class in org.apache.directory.fortress.core.util
-
Contains a simple wrapper for log4j that is used by test utilities.
- longForm() - Method in class org.apache.directory.fortress.core.cli.CmdLineParser.Option
- LongOption(char, String) - Constructor for class org.apache.directory.fortress.core.cli.CmdLineParser.Option.LongOption
- LongOption(String) - Constructor for class org.apache.directory.fortress.core.cli.CmdLineParser.Option.LongOption
M
- main(String[]) - Static method in class org.apache.directory.fortress.core.cli.CommandLineInterpreter
- main(String[]) - Static method in class org.apache.directory.fortress.core.util.EncryptUtil
-
This wraps
EncryptUtil.encrypt(String)
method. - Manageable - Class in org.apache.directory.fortress.core.impl
-
Abstract class allows outside clients to manage security and multi-tenant concerns within the Fortress runtime.
- Manageable - Interface in org.apache.directory.fortress.core
-
Interface allows outside clients to manage security and multi-tenant concerns within the Fortress runtime.
- Manageable() - Constructor for class org.apache.directory.fortress.core.impl.Manageable
- marshal(FortRequest) - Static method in class org.apache.directory.fortress.core.rest.RestUtils
-
Marshall the request into an XML String.
- MAX_CONN_BLOCK_TIME - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Applies to all pools, when all connections are exhausted will block for this many milliseconds.
- Mod - Class in org.apache.directory.fortress.core.model
-
This entity class contains OpenLDAP slapd access log records that correspond to modifications made to the directory.
- Mod() - Constructor for class org.apache.directory.fortress.core.model.Mod
- MOD - org.apache.directory.fortress.core.model.Hier.Op
-
Modify an existing hierarchical relationship in the data set.
- modCode - Variable in class org.apache.directory.fortress.core.model.FortEntity
- modId - Variable in class org.apache.directory.fortress.core.model.FortEntity
- modify(LdapConnection, String, List<Modification>) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Update exiting ldap entry to the directory.
- modify(LdapConnection, String, List<Modification>, FortEntity) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Update exiting ldap entry to the directory.
- modify(LdapConnection, String, List<Modification>, FortEntity, boolean) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Update exiting ldap entry to the directory.
- modify(LdapConnection, Dn, List<Modification>) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Update exiting ldap entry to the directory.
- modify(LdapConnection, Dn, List<Modification>, FortEntity) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Update exiting ldap entry to the directory.
- MUST_SUPPLY_OLD - Static variable in class org.apache.directory.fortress.core.impl.GlobalPwMsgIds
-
The User did not supply their old password when trying to change.
N
- name - Variable in class org.apache.directory.fortress.core.model.UserRole
- newValue(String) - Method in interface org.apache.directory.fortress.core.util.PropUpdater
- NO_CONTROLS_FOUND - Static variable in class org.apache.directory.fortress.core.impl.GlobalPwMsgIds
-
The password policy control was not found in the message.
- NO_ERROR - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
Default value when we have no error
- NO_MODIFICATIONS - Static variable in class org.apache.directory.fortress.core.impl.GlobalPwMsgIds
-
The User is not allowed to modify their password.
- NONE - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Attribute is used in Fortress time/date constraints as default which will always pass.
- NOT_EQUALS - org.apache.directory.fortress.core.model.ComparisonOperator
- NOT_OLPW_POLICY_ENABLED - Static variable in class org.apache.directory.fortress.core.impl.GlobalPwMsgIds
-
The OPENLDAP password policies are not enforced.
- NOT_PW_POLICY_ENABLED - Static variable in class org.apache.directory.fortress.core.impl.GlobalPwMsgIds
-
The user has no password policies in effect.
- NULL - Static variable in class org.apache.directory.fortress.core.GlobalIds
O
- OBJ_ADD - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- OBJ_DELETE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- OBJ_READ - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- OBJ_SEARCH - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- OBJ_UPDATE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ObjectFactory - Class in org.apache.directory.fortress.core.model
-
This class contains factory methods for each Java content interface and Java element interface generated in the org.apache.directory.fortress packages.
- ObjectFactory() - Constructor for class org.apache.directory.fortress.core.model.ObjectFactory
-
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.directory.fortress.model2
- op - Variable in class org.apache.directory.fortress.core.model.Hier
-
The operation
- operationName() - Method in annotation type org.apache.directory.fortress.annotation.AdminPermissionOperation
- Options - Class in org.apache.directory.fortress.core.cli
-
This converts between Fortress entities and the JArg Options.
- Options(CmdLineParser) - Constructor for class org.apache.directory.fortress.core.cli.Options
- ORG_ADD - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ORG_ADD_FAILED_PERM - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Perm OU entity could not be added due to ldap error.
- ORG_ADD_FAILED_USER - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied User OU entity could not be added due to ldap error.
- ORG_ADDINHERIT - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ORG_ASC - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ORG_CHILD_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Parent OU is required for this operation and cannot be null.
- ORG_DEL_FAILED_PERM - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Perm OU entry could not be removed from the server.
- ORG_DEL_FAILED_USER - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied User OU entry could not be removed from the server.
- ORG_DELETE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ORG_DELETE_FAILED_PERM - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Perm OU entity could not be removed due to ldap error.
- ORG_DELETE_FAILED_USER - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied User OU entity could not be removed due to ldap error.
- ORG_DELINHERIT - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ORG_DESC - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ORG_GET_FAILED_PERM - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The search for Perm OU's failed on ldap server.
- ORG_GET_FAILED_USER - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The search for User OU's failed on ldap server.
- ORG_LEN_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied OU name exceed maximum allowed
GlobalIds.OU_LEN
. - ORG_NOT_FOUND_PERM - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Perm OU not found on ldap server.
- ORG_NOT_FOUND_USER - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied User OU not found on ldap server.
- ORG_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied organization unity entity is required and cannot be null.
- ORG_NULL_PERM - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Perm OU is required and cannot be null.
- ORG_NULL_USER - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied User OU is required and cannot be null.
- ORG_PARENT_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Parent OU is required for this operation and cannot be null.
- ORG_READ - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ORG_READ_FAILED_PERM - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Perm OU entity could not be read due to ldap error.
- ORG_READ_FAILED_USER - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied User OU entity could not be read due to ldap error.
- ORG_REMOVE_PARENT_FAILED_PERM - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Perm OU parent attribute could not be removed due to ldap error.
- ORG_REMOVE_PARENT_FAILED_USER - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Perm OU entity parent attribute could not be updated due to ldap error.
- ORG_SEARCH - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ORG_SEARCH_FAILED_PERM - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The OU Perm search failed due to ldap error.
- ORG_SEARCH_FAILED_USER - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The OU User search failed due to ldap error.
- ORG_TYPE_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied
OrgUnit.type
is required and cannot be null. - ORG_TYPE_NULL_PERM - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Perm OU type is required and cannot be null.
- ORG_TYPE_NULL_USER - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied User OU type is required and cannot be null.
- ORG_UPDATE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ORG_UPDATE_FAILED_PERM - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Perm OU entity could not be updated due to ldap error.
- ORG_UPDATE_FAILED_USER - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied User OU entity could not be updated due to ldap error.
- org.apache.directory.fortress.annotation - package org.apache.directory.fortress.annotation
- org.apache.directory.fortress.core - package org.apache.directory.fortress.core
-
This package contains public APIs that are used by Java programs to provide Access Management functionality.
- org.apache.directory.fortress.core.ant - package org.apache.directory.fortress.core.ant
-
This package use Apache Ant to provide utility to provision fortress entities and policies using XML files.
- org.apache.directory.fortress.core.cli - package org.apache.directory.fortress.core.cli
-
Click here for Reference Manual which shows how the Command Line Interpreter drives the Fortress APIs from a command prompt.
- org.apache.directory.fortress.core.impl - package org.apache.directory.fortress.core.impl
-
This package contains the fortress implementation classes for data persistence with the LDAP server.
- org.apache.directory.fortress.core.ldap - package org.apache.directory.fortress.core.ldap
-
This package uses Apache Directory LDAP APIâ„¢ to provide ldap data access.
- org.apache.directory.fortress.core.model - package org.apache.directory.fortress.core.model
-
The data entities in this package comprise the fortress data model.
- org.apache.directory.fortress.core.rest - package org.apache.directory.fortress.core.rest
-
This package uses Commons HTTP to provide HTTP functionality that is reused across several components in this package.
- org.apache.directory.fortress.core.util - package org.apache.directory.fortress.core.util
-
This package contains miscellaneous utilities used by internal fortress procedures.
- org.apache.directory.fortress.core.util.cache - package org.apache.directory.fortress.core.util.cache
-
This package contains a caching facade used by internal Fortress functions.
- org.apache.directory.fortress.core.util.time - package org.apache.directory.fortress.core.util.time
-
This package contains utilities used to process fortress temporal constraint checks on entities being activated within the runtime system.
- OrganizationalUnit - Class in org.apache.directory.fortress.core.model
-
This class contains the container node for the OpenLDAP Directory Information Tree.
- OrganizationalUnit() - Constructor for class org.apache.directory.fortress.core.model.OrganizationalUnit
-
Default constructor generates instance of organizational unit object to be loaded as container node.
- OrganizationalUnit(String, String) - Constructor for class org.apache.directory.fortress.core.model.OrganizationalUnit
-
Generate instance of organizational unit object to be loaded as container node.
- OrganizationalUnitP - Class in org.apache.directory.fortress.core.impl
-
Process module for the container node used for grouping related nodes within Fortress directory structure.
- OrganizationalUnitP() - Constructor for class org.apache.directory.fortress.core.impl.OrganizationalUnitP
- orgUnit(String) - Static method in class org.apache.directory.fortress.core.util.VUtil
-
Simple length check on orgunit that uses
GlobalIds.OU_LEN
. - OrgUnit - Class in org.apache.directory.fortress.core.model
- OrgUnit() - Constructor for class org.apache.directory.fortress.core.model.OrgUnit
-
Default constructor is used by internal Fortress classes.
- OrgUnit(String) - Constructor for class org.apache.directory.fortress.core.model.OrgUnit
-
Construct a OrgUnit entity with a given ou name.
- OrgUnit(String, OrgUnit.Type) - Constructor for class org.apache.directory.fortress.core.model.OrgUnit
-
Construct a OrgUnit entity with a given ou name and specified type - 'USER' or 'PERM'.
- OrgUnit.Type - Enum in org.apache.directory.fortress.core.model
-
The OrgUnit 'Type' attribute is required and used to specify which OrgUnit tree a particular entity is in reference to.
- OrgUnitAnt - Class in org.apache.directory.fortress.core.ant
-
Entity is used by custom Apache Ant task for special handling of collections.
- OrgUnitAnt() - Constructor for class org.apache.directory.fortress.core.ant.OrgUnitAnt
- OrgUnitRelationship - Class in org.apache.directory.fortress.core.model
-
This entity is used by Fortress Rest to communicate parent and child
OrgUnit
information to the server. - OrgUnitRelationship() - Constructor for class org.apache.directory.fortress.core.model.OrgUnitRelationship
- OSU_ROOT - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Specifies the dn of the container where the Fortress User OU pools are located.
- OTHER - org.apache.directory.fortress.core.model.RoleConstraint.RCType
- OU_LEN - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Fortress ou's cannot exceed length of 40.
P
- PARENT_NODES - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Attribute name for storing parent node names for hierarchical processing.
- PARENT_ROLE_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The RBAC Parent Role entity is required for this operation and cannot be null
- ParentUtil - Interface in org.apache.directory.fortress.core.model
-
This interface provides a callback mechanism for entities
UserRole
andUserAdminRole
and is implemented by RoleUtil.* - parse(String[]) - Method in class org.apache.directory.fortress.core.cli.CmdLineParser
-
Extract the options and non-option arguments from the given list of command-line arguments.
- parseValue(String, Locale) - Method in class org.apache.directory.fortress.core.cli.CmdLineParser.Option.DoubleOption
- parseValue(String, Locale) - Method in class org.apache.directory.fortress.core.cli.CmdLineParser.Option.IntegerOption
- parseValue(String, Locale) - Method in class org.apache.directory.fortress.core.cli.CmdLineParser.Option.LongOption
- parseValue(String, Locale) - Method in class org.apache.directory.fortress.core.cli.CmdLineParser.Option.StringOption
- password(char[]) - Static method in class org.apache.directory.fortress.core.util.VUtil
-
Simple length check on User password that uses
GlobalIds.PASSWORD_LEN
. - PASSWORD - org.apache.directory.fortress.core.model.Warning.Type
-
Problem during password policy validation.
- PASSWORD_EXPIRATION_WARNING - Static variable in class org.apache.directory.fortress.core.impl.GlobalPwMsgIds
-
The password is expiring.
- PASSWORD_GRACE_WARNING - Static variable in class org.apache.directory.fortress.core.impl.GlobalPwMsgIds
-
Password in grace.
- PASSWORD_HAS_EXPIRED - Static variable in class org.apache.directory.fortress.core.impl.GlobalPwMsgIds
-
The password has expired.
- PASSWORD_LEN - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Fortress User passwords must have length of 50 or less..
- PASSWORD_TOO_SHORT - Static variable in class org.apache.directory.fortress.core.impl.GlobalPwMsgIds
-
The new password is too short.
- PASSWORD_TOO_YOUNG - Static variable in class org.apache.directory.fortress.core.impl.GlobalPwMsgIds
-
The new password is too young to be changed.
- PasswordException - Exception in org.apache.directory.fortress.core
-
This exception extends
SecurityException
and is thrown when password check fails. - PasswordException(int, String) - Constructor for exception org.apache.directory.fortress.core.PasswordException
-
Create an exception with an error code that maps to
GlobalErrIds
and message text. - PERM - org.apache.directory.fortress.core.model.Hier.Type
-
Permission OU data set
- PERM - org.apache.directory.fortress.core.model.OrgUnit.Type
-
Type
Permission
nodes reside in Perm OU pool. - PERM_ADD - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- PERM_ADD_ATTRIBUTE_SET - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- PERM_ADD_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Permission could not be added to ldap server.
- PERM_ADD_PERM_ATTRIBUTE_TO_SET - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- PERM_ATTR_ADD_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Permission Attribute could not be added to ldap server.
- PERM_ATTRIBUTE_DELETE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Permission Attribute could not be removed from ldap server.
- PERM_ATTRIBUTE_NOT_FOUND - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Permission Attribute was not found
- PERM_ATTRIBUTE_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Permission Attribute is required but was passed as null.
- PERM_ATTRIBUTE_SET_DELETE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Permission Attribute Set could not be removed from ldap server.
- PERM_ATTRIBUTE_SET_NM_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Permission Attribute Set name is required but was passed as null.
- PERM_ATTRIBUTE_SET_NOT_FOUND - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Permission Attribute Set could not be found on ldap server.
- PERM_ATTRIBUTE_SET_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Permission Attribute Set is required but was passed as null.
- PERM_ATTRIBUTE_UPDATE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Permission Attribute update failed
- PERM_BULK_ADMINROLE_REVOKE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The operation to revoke all administrative Permissions from AdminRole failed on server.
- PERM_BULK_ROLE_REVOKE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The operation to revoke all Permissions from RBAC Role failed on server.
- PERM_BULK_USER_REVOKE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The operation to revoke all Permissions from User failed on server.
- PERM_COMPARE_OP_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Permission operation could not be read due to server failure.
- PERM_DELETE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- PERM_DELETE_ATTRIBUTE_SET - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- PERM_DELETE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Permission could not be removed from ldap server.
- PERM_DELETE_PERM_ATTRIBUTE_TO_SET - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- PERM_DUPLICATE - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Permission could not be added because it already exists on ldap server.
- PERM_GRANT_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Permission could not be granted to Role.
- PERM_GRANT_USER_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Permission could not be granted to User.
- PERM_LEN - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Fortress permission names cannot exceed length of 100.
- PERM_NOT_EXIST - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Permission does not exist in LDAP DIT.
- PERM_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Permission entity is required but was passed as null.
- PERM_OBJ_NOT_FOUND - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Permission object could not be found on ldap server.
- PERM_OBJ_SEARCH - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- PERM_OBJECT_NM_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Permission object name is required but was passed as null.
- PERM_OBJECT_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Permission object is required but was passed as null.
- PERM_OP_NOT_FOUND - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Permission operation could not be found on ldap server.
- PERM_OPERATION_NM_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Permission operation name is required but was passed as null.
- PERM_OPERATION_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Permission operation is required but was passed as null.
- PERM_OU_INVALID - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Perm OU was not found on ldap server.
- PERM_READ - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- PERM_READ_OBJ_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Permission object could not be read due to server failure.
- PERM_READ_OP_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Permission operation could not be read due to server failure.
- PERM_READ_PERM_ATTRIBUTE_SET - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- PERM_REVOKE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Permission could not be revoked from Role.
- PERM_ROLE_EXIST - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Permission has already been granted.
- PERM_ROLE_NOT_EXIST - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Permission could not be revoked because it does not exist on server.
- PERM_ROLE_SEARCH_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Role-Permission search failed on server.
- PERM_ROLES - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- PERM_ROLES_AUTHZED - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- PERM_ROOT - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Specifies the dn of the container where the Fortress Permissions are located.
- PERM_SEARCH - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- PERM_SEARCH_ANY - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- PERM_SEARCH_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Permission could not be searched due to server failure.
- PERM_SESS_SEARCH_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The search for authorized Permission failed on server.
- PERM_UPDATE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- PERM_UPDATE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Permission could not be updated on ldap server.
- PERM_UPDATE_PERM_ATTRIBUTE_IN_SET - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- PERM_USER_EXIST - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Permission could not be granted to User because it already exists on server.
- PERM_USER_NOT_EXIST - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Permission could not be revoked from User because it does not exist on server.
- PERM_USER_SEARCH_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The User-Permission search failed on ldap server.
- PERM_USERS - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- PERM_USERS_AUTHZED - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- PermAnt - Class in org.apache.directory.fortress.core.ant
-
Entity is used by custom Apache Ant task for special handling of collections.
- PermAnt() - Constructor for class org.apache.directory.fortress.core.ant.PermAnt
- PermGrant - Class in org.apache.directory.fortress.core.model
- PermGrant() - Constructor for class org.apache.directory.fortress.core.model.PermGrant
- Permission - Class in org.apache.directory.fortress.core.model
-
All entities (
User
,Role
,Permission
,PwPolicy
SDSet
etc...) are used to carry data between three Fortress layers, starting with the (1) Manager layer down thru middle (2) Process layer and it's processing rules into (3) DAO layer where persistence with the LDAP server occurs. - Permission() - Constructor for class org.apache.directory.fortress.core.model.Permission
-
Default constructor is used by internal Fortress classes and not intended for external use.
- Permission(String) - Constructor for class org.apache.directory.fortress.core.model.Permission
-
Constructor is used for APIs that do not require opName for example ARBAC canGrant/canRevoke.
- Permission(String, String) - Constructor for class org.apache.directory.fortress.core.model.Permission
-
This constructor is commonly used to create Permission that is a target for authorization API.
- Permission(String, String, boolean) - Constructor for class org.apache.directory.fortress.core.model.Permission
-
This constructor adds the admin flag which is used to process as Administrative permission.
- Permission(String, String, String) - Constructor for class org.apache.directory.fortress.core.model.Permission
-
This constructor adds the objId which is used for creating Permissions that have an identity.
- PERMISSION_ATTRIBUTE_NAME - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Attribute name for storing Fortress permission attribute set object names.
- PERMISSION_ATTRIBUTE_SET_NAME - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Attribute name for storing Fortress permission attribute set object names.
- PermissionAttribute - Class in org.apache.directory.fortress.core.model
-
All entities (User, Role, Permission, Policy, SDSet, etc...) are used to carry data between Fortress's layers starting with the (1) Manager layer down thru middle (2) Process layer and it's processing rules into (3) DAO layer where persistence with the LDAP server occurs.
- PermissionAttribute() - Constructor for class org.apache.directory.fortress.core.model.PermissionAttribute
- PermissionAttribute(String) - Constructor for class org.apache.directory.fortress.core.model.PermissionAttribute
- PermissionAttributeSet - Class in org.apache.directory.fortress.core.model
-
All entities (User, Role, Permission, Policy, SDSet, etc...) are used to carry data between Fortress's layers starting with the (1) Manager layer down thru middle (2) Process layer and it's processing rules into (3) DAO layer where persistence with the LDAP server occurs.
- PermissionAttributeSet() - Constructor for class org.apache.directory.fortress.core.model.PermissionAttributeSet
- PermissionAttributeSet(String) - Constructor for class org.apache.directory.fortress.core.model.PermissionAttributeSet
- permissionRoles(Permission) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
Return a list of type String of all roles that have granted a particular permission.
- permissionRoles(Permission) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
Return a list of type String of all roles that have granted a particular permission.
- permissionRoles(Permission) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
Return a list of type String of all roles that have granted a particular permission.
- permissionUsers(Permission) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
Return all userIds that have been granted (directly) a particular permission.
- permissionUsers(Permission) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
Return all userIds that have been granted (directly) a particular permission.
- permissionUsers(Permission) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
Return all userIds that have been granted (directly) a particular permission.
- PermObj - Class in org.apache.directory.fortress.core.model
-
All entities (
User
,Role
,Permission
,PwPolicy
SDSet
etc...) are used to carry data between three Fortress layers.starting with the (1) Manager layer down thru middle (2) Process layer and it's processing rules into (3) DAO layer where persistence with the LDAP server occurs. - PermObj() - Constructor for class org.apache.directory.fortress.core.model.PermObj
-
Default Constructor used internal to Fortress.
- PermObj(String) - Constructor for class org.apache.directory.fortress.core.model.PermObj
-
Construct an Fortress PermObj entity given an object name.
- PermObj(String, String) - Constructor for class org.apache.directory.fortress.core.model.PermObj
-
Construct an Fortress PermObj entity given an object and perm ou name.
- POBJ_ID - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Attribute name for storing Fortress permission object id.
- POBJ_NAME - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Attribute name for storing Fortress permission object names.
- POP_NAME - Static variable in class org.apache.directory.fortress.core.GlobalIds
- post(String, String) - Method in class org.apache.directory.fortress.core.rest.RestUtils
-
Perform an HTTP Post REST operation.
- post(String, String, String, String) - Method in class org.apache.directory.fortress.core.rest.RestUtils
-
Perform an HTTP Post REST operation.
- PP_NOWARNING - Static variable in class org.apache.directory.fortress.core.impl.GlobalPwMsgIds
-
No warnings are associated with password.
- PPOLICY_ROOT - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Specifies the dn of the container where the Fortress Password Polices are located.
- PROP_LEN - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Fortress properties cannot exceed length of 100.
- PROP_SEP - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Fortress stores name-value pairs within multivalued attributes in ldap.
- properties(Properties) - Static method in class org.apache.directory.fortress.core.util.VUtil
-
Perform simple length and safe text validations on collection of name-value pairs.
- PROPERTY_IMPLEMENTATION - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
When this optional tag,
propertyImplementation
, is placed in Fortress properties, its class name will be the defaultPropertyMgr
instance used. - PropertyMgr - Interface in org.apache.directory.fortress.core
- PropertyMgrFactory - Class in org.apache.directory.fortress.core
- PropertyMgrFactory() - Constructor for class org.apache.directory.fortress.core.PropertyMgrFactory
- PropertyMgrImpl - Class in org.apache.directory.fortress.core.impl
- PropertyMgrImpl() - Constructor for class org.apache.directory.fortress.core.impl.PropertyMgrImpl
- PropertyMgrRestImpl - Class in org.apache.directory.fortress.core.rest
-
TODO: implement me...
- PropertyMgrRestImpl() - Constructor for class org.apache.directory.fortress.core.rest.PropertyMgrRestImpl
- Props - Class in org.apache.directory.fortress.core.model
-
This class is used as a container for
java.util.Properties
for passing to Fortress Rest server. - Props() - Constructor for class org.apache.directory.fortress.core.model.Props
- PROPS - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
The
ftProps
attribute contains a single name-value pairs that is:
separated. - PROPS_AUX_OBJECT_CLASS_NAME - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
The
ftProperties
object class contains name-value pairs that are neither validated nor constrained. - Props.Entry - Class in org.apache.directory.fortress.core.model
-
Java class for anonymous complex type.
- PropUpdater - Interface in org.apache.directory.fortress.core.util
-
This interface is used by DAO objects that are using the GID/UID config update utility.
- PropUtil - Class in org.apache.directory.fortress.core.util
-
Utilities to convert to/from property formats.
- PropUtil() - Constructor for class org.apache.directory.fortress.core.util.PropUtil
- PSU_ROOT - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Specifies the dn of the container where the Fortress Permission OU pools are located.
- PSWD_ADD - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- PSWD_ALLOWCHG_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Password allow change attribute invalid.
- PSWD_CONST_VIOLATION - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
Server returned password policy constraint violation.
- PSWD_CREATE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Password policy could not be added to ldap server.
- PSWD_DELETE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- PSWD_DELETE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Password policy could not be removed from ldap server.
- PSWD_EXPWARN_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied password expiration value was invalid.
- PSWD_GRACE_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Password grace value invalid.
- PSWD_HISTORY_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Password history value invalid.
- PSWD_INTERVAL_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Password interval value invalid.
- PSWD_LOCKOUT_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied password lockout attribute is invalid.
- PSWD_LOCKOUTDUR_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied lockout duration was invalid.
- PSWD_MAXAGE_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Password max age value is invalid.
- PSWD_MAXFAIL_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Password max failure count invalid.
- PSWD_MINAGE_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Password min age value is invalid.
- PSWD_MINLEN_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Password minLength is invalid.
- PSWD_MUSTCHG_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Password must change value invalid.
- PSWD_NAME_INVLD_LEN - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Password policy name failed length check.
- PSWD_NAME_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Password policy name is required and cannot be null.
- PSWD_NOT_FOUND - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Password policy was not found on ldap server.
- PSWD_PLCY_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Password entity is required and cannot be null.
- PSWD_POLICY_IMPLEMENTATION - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
When this optional tag,
policyImplementation
, is placed in Fortress properties, its class name will be the defaultPwPolicyMgr
instance used. - PSWD_QLTY_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Password quality value invalid.
- PSWD_QLTY_INVLD_LEN - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Password quality value failed length check.
- PSWD_READ - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- PSWD_READ_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Password policy could not be read from ldap server.
- PSWD_SAFECHG_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Password safe change attribute invalid.
- PSWD_SEARCH - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- PSWD_SEARCH_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Password policy could not be searched on ldap server.
- PSWD_UPDATE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- PSWD_UPDATE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied Password policy could not be updated on ldap server.
- PSWD_USER_ADD - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- PSWD_USER_DELETE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- put(Object, Object) - Method in interface org.apache.directory.fortress.core.util.cache.Cache
-
Add a new entry to the cache.
- put(Object, Object) - Method in class org.apache.directory.fortress.core.util.cache.EhCacheImpl
-
Add a new entry to the cache.
- PwMessage - Interface in org.apache.directory.fortress.core.model
-
Interface is implemented by
Session
and prescribes methods used to return Fortress password messages to the caller. - PwPolicy - Class in org.apache.directory.fortress.core.model
-
This class contains the Password Policy entity which is used to pass directives into and out of ldap.
The unique key to locate a Policy entity (which is subsequently assigned to Users) isPwPolicy.name
. - PwPolicy() - Constructor for class org.apache.directory.fortress.core.model.PwPolicy
-
Default constructor is used by internal Fortress classes and not intended for external use.
- PwPolicy(String) - Constructor for class org.apache.directory.fortress.core.model.PwPolicy
-
Create instance given a policy name.
- PWPOLICY_NAME_LEN - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Fortress password policy names cannot exceed length of 40.
- PwPolicyControl - Interface in org.apache.directory.fortress.core.impl
-
Interface is used to allow pluggable password policy interrogation.
- PwPolicyMgr - Interface in org.apache.directory.fortress.core
-
This class is used to perform administrative and review functions on the PWPOLICIES and USERS data sets.
- PwPolicyMgrFactory - Class in org.apache.directory.fortress.core
-
Creates an instance of the PwPolicyMgr object.
- PwPolicyMgrFactory() - Constructor for class org.apache.directory.fortress.core.PwPolicyMgrFactory
- PwPolicyMgrImpl - Class in org.apache.directory.fortress.core.impl
-
This class is used to perform administrative and review functions on the PWPOLICIES and USERS data sets.
- PwPolicyMgrImpl() - Constructor for class org.apache.directory.fortress.core.impl.PwPolicyMgrImpl
- PwPolicyMgrRestImpl - Class in org.apache.directory.fortress.core.rest
-
This class is used to perform administrative and review functions on the PWPOLICIES and USERS data sets using HTTP access to Fortress Rest server.
- PwPolicyMgrRestImpl() - Constructor for class org.apache.directory.fortress.core.rest.PwPolicyMgrRestImpl
R
- RBAC_ADD - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- RBAC_AUTHN - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- RBAC_AUTHZ - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- RBAC_AUTHZ_ROLES - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- RBAC_CHECK - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- RBAC_CHECK_ROLE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- RBAC_CREATE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- RBAC_CREATE_GROUP_SESSION - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- RBAC_CREATE_TRUSTED - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- RBAC_DROP - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- RBAC_PERMS - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- RBAC_ROLES - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- RBAC_USER - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- RBAC_USERID - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- RC_TYPE_NAME - Static variable in class org.apache.directory.fortress.core.model.RoleConstraint
- RCON_NOT_FOUND - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The RoleConstraint entity was not found
- RCON_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The RoleConstraint entity was not supplied but is required.
- read(String) - Method in interface org.apache.directory.fortress.core.ConfigMgr
-
Read an existing cfg node with given name and return to caller.
- read(String) - Method in class org.apache.directory.fortress.core.impl.ConfigMgrImpl
-
Read an existing cfg node with given name and return to caller.
- read(String) - Method in class org.apache.directory.fortress.core.impl.PwPolicyMgrImpl
-
This method will return the password policy entity to the caller.
- read(String) - Method in interface org.apache.directory.fortress.core.PwPolicyMgr
-
This method will return the password policy entity to the caller.
- read(String) - Method in class org.apache.directory.fortress.core.rest.ConfigMgrRestImpl
-
Read an existing cfg node with given name and return to caller.
- read(String) - Method in class org.apache.directory.fortress.core.rest.PwPolicyMgrRestImpl
-
This method will return the password policy entity to the caller.
- read(Group) - Method in interface org.apache.directory.fortress.core.GroupMgr
-
Read an existing group node.
- read(Group) - Method in class org.apache.directory.fortress.core.impl.GroupMgrImpl
-
Read an existing group node.
- read(Group) - Method in class org.apache.directory.fortress.core.rest.GroupMgrRestImpl
-
Read an existing group node.
- read(OrgUnit) - Method in interface org.apache.directory.fortress.core.DelReviewMgr
-
Commands reads existing OrgUnit entity from OrgUnit dataset.
- read(OrgUnit) - Method in class org.apache.directory.fortress.core.impl.DelReviewMgrImpl
-
Commands reads existing OrgUnit entity from OrgUnit dataset.
- read(OrgUnit) - Method in class org.apache.directory.fortress.core.rest.DelReviewMgrRestImpl
-
Commands reads existing OrgUnit entity from OrgUnit dataset.
- read(LdapConnection, String, String[]) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Read the ldap record from specified location.
- read(LdapConnection, String, String[], String) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Read the ldap record from specified location with user assertion.
- read(LdapConnection, Dn, String[]) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Read the ldap record from specified location.
- readJpegFile(String) - Static method in class org.apache.directory.fortress.core.ant.UserAnt
-
Read the image from specified file location and return as a byte array.
- readPermAttributeSet(PermissionAttributeSet) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
Method read permission attribute set in directory
- readPermAttributeSet(PermissionAttributeSet) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
Method read permission attribute set in directory
- readPermAttributeSet(PermissionAttributeSet) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
Method read permission attribute set in directory
- readPermission(Permission) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
This method returns a matching permission entity to caller.
- readPermission(Permission) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
This method returns a matching permission entity to caller.
- readPermission(Permission) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
This method returns a matching permission entity to caller.
- readPermObj(PermObj) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
Method reads permission object from perm container in directory.
- readPermObj(PermObj) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
Method reads permission object from perm container in directory.
- readPermObj(PermObj) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
Method reads permission object from perm container in directory.
- readRole(AdminRole) - Method in interface org.apache.directory.fortress.core.DelReviewMgr
-
Method reads Admin Role entity from the admin role container in directory.
- readRole(AdminRole) - Method in class org.apache.directory.fortress.core.impl.DelReviewMgrImpl
-
Method reads Admin Role entity from the admin role container in directory.
- readRole(AdminRole) - Method in class org.apache.directory.fortress.core.rest.DelReviewMgrRestImpl
-
Method reads Admin Role entity from the admin role container in directory.
- readRole(Role) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
Method reads Role entity from the role container in directory.
- readRole(Role) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
Method reads Role entity from the role container in directory.
- readRole(Role) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
Method reads Role entity from the role container in directory.
- readUser(User) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
Method returns matching User entity that is contained within the people container in the directory.
- readUser(User) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
Method returns matching User entity that is contained within the people container in the directory.
- readUser(User) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
Method returns matching User entity that is contained within the people container in the directory.
- REALM_TYPE - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Specifies realm authentication mode.
- REG_EX_SAFE_TEXT - Static variable in class org.apache.directory.fortress.core.GlobalIds
- Relationship - Class in org.apache.directory.fortress.core.model
-
Contains a parent child data entity that is used for hierarchical processing.
- Relationship() - Constructor for class org.apache.directory.fortress.core.model.Relationship
-
No argument constructor is necessary for Ant admin utility
- Relationship(String, String) - Constructor for class org.apache.directory.fortress.core.model.Relationship
-
Construct a new relationship given a child and parent name.
- REM - org.apache.directory.fortress.core.model.Hier.Op
-
Remove an existing hierarchical relationship from the data set.
- RemoveException - Exception in org.apache.directory.fortress.core
-
This exception extends
SecurityException
and is thrown when DAO cannot delete entity. - RemoveException(int, String) - Constructor for exception org.apache.directory.fortress.core.RemoveException
-
Create an exception with an error code that maps to
GlobalErrIds
and message text. - RemoveException(int, String, Exception) - Constructor for exception org.apache.directory.fortress.core.RemoveException
-
Create exception with error id, message and related exception.
- removePermissionAttributeFromSet(PermissionAttribute, String) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This method removed a permission attribute (ftPA) from an existing permission attribute set.
- removePermissionAttributeFromSet(PermissionAttribute, String) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This method removed a permission attribute (ftPA) from an existing permission attribute set.
- removePermissionAttributeFromSet(PermissionAttribute, String) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This method removed a permission attribute (ftPA) from an existing permission attribute set.
- removeProperties(Properties, List<Modification>, String) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Given a collection of
Properties
, convert to raw data name-value format and load into ldap modification set in preparation for ldap modify. - removeRelationship(String, String) - Method in class org.apache.directory.fortress.core.model.Hier
-
Remove the specified relationship from the collection of valid relationships stored in this entity.
- removeRoleConstraint(UserRole, String) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
Thie method removes a roleConstraint (ftRC) from the user ldap entry.
- removeRoleConstraint(UserRole, String) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
Thie method removes a roleConstraint (ftRC) from the user ldap entry.
- removeRoleConstraint(UserRole, String) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
Thie method removes a roleConstraint (ftRC) from the user ldap entry.
- removeRoleConstraint(UserRole, RoleConstraint) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
Thie method removes a roleConstraint (ftRC) from the user ldap entry.
- removeRoleConstraint(UserRole, RoleConstraint) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
Thie method removes a roleConstraint (ftRC) from the user ldap entry.
- removeRoleConstraint(UserRole, RoleConstraint) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
Thie method removes a roleConstraint (ftRC) from the user ldap entry.
- resetPassword(User, String) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
Method will reset user's password which will require user to change password before successful authentication with directory.
- resetPassword(User, String) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
Method will reset user's password which will require user to change password before successful authentication with directory.
- resetPassword(User, String) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
Method will reset user's password which will require user to change password before successful authentication with directory.
- resourceAsStream(String) - Static method in class org.apache.directory.fortress.core.util.ClassUtil
-
Find a file on the classloader and return as InputStream.
- ResourceUtil - Class in org.apache.directory.fortress.core.util
-
Getting a resource.
- REST_FORBIDDEN_ERR - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The REST function failed with HTTP forbidden error.
- REST_GET_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The REST fucntion failed with HTTP Get.
- REST_INTERNAL_ERR - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The REST function failed with an HTTP 500 Internal error.
- REST_IO_ERR - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The REST function failed with an IO error.
- REST_MARSHALL_ERR - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The REST function failed during XML marshaling.
- REST_NOT_FOUND_ERR - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The REST endpoint was not found.
- REST_NULL_HTTP_REQ_ERR - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The REST function could not get handle to HTTP Request.
- REST_UNAUTHORIZED_ERR - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The REST function failed with an HTTP unauthorized error.
- REST_UNKNOWN_ERR - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The REST function failed with an unknown error.
- REST_UNMARSHALL_ERR - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The REST function failed during XML unmarshal
- REST_VALIDATION_ERR - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The REST function failed with an HTTP 400 Validation Exception.
- REST_WEB_ERR - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The REST function failed with HTTP error.
- RestException - Exception in org.apache.directory.fortress.core
-
This exception extends
SecurityException
and is thrown when Fortress cannot call Fortress Rest to perform a particular operation via RESTful interface. - RestException(int, String) - Constructor for exception org.apache.directory.fortress.core.RestException
-
Create an exception with an error code that maps to
GlobalErrIds
and message text. - RestException(int, String, Exception) - Constructor for exception org.apache.directory.fortress.core.RestException
-
Create exception with error id, message and related exception.
- RestUtils - Class in org.apache.directory.fortress.core.rest
-
This utility class provides methods that wrap Apache's HTTP Client APIs.
- REVIEW_IMPLEMENTATION - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
When this optional tag,
reviewImplementation
, is placed in Fortress properties, its class name will be the defaultReviewMgr
instance used. - ReviewMgr - Interface in org.apache.directory.fortress.core
-
This interface prescribes the administrative review functions on already provisioned Fortress RBAC entities that reside in LDAP directory.
- ReviewMgrFactory - Class in org.apache.directory.fortress.core
-
Creates an instance of the ReviewMgr object.
- ReviewMgrFactory() - Constructor for class org.apache.directory.fortress.core.ReviewMgrFactory
- ReviewMgrImpl - Class in org.apache.directory.fortress.core.impl
-
This class performs administrative review functions on already provisioned Fortress RBAC entities that reside in LDAP directory.
- ReviewMgrImpl() - Constructor for class org.apache.directory.fortress.core.impl.ReviewMgrImpl
- ReviewMgrRestImpl - Class in org.apache.directory.fortress.core.rest
-
This class performs administrative review functions on already provisioned Fortress RBAC entities using HTTP access to Fortress Rest server.
- ReviewMgrRestImpl() - Constructor for class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
- revokePermission(Permission, AdminRole) - Method in interface org.apache.directory.fortress.core.DelAdminMgr
-
This command revokes the administrative permission to perform an operation on an object from the set of permissions assigned to an AdminRole.
- revokePermission(Permission, AdminRole) - Method in class org.apache.directory.fortress.core.impl.DelAdminMgrImpl
-
This command revokes the administrative permission to perform an operation on an object from the set of permissions assigned to an AdminRole.
- revokePermission(Permission, AdminRole) - Method in class org.apache.directory.fortress.core.rest.DelAdminMgrRestImpl
-
This command revokes the administrative permission to perform an operation on an object from the set of permissions assigned to an AdminRole.
- revokePermission(Permission, Role) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This command revokes the permission to perform an operation on an object from the set of permissions assigned to a role.
- revokePermission(Permission, Role) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This command revokes the permission to perform an operation on an object from the set of permissions assigned to a role.
- revokePermission(Permission, Role) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This command revokes the permission to perform an operation on an object from the set of permissions assigned to a role.
- revokePermission(Permission, User) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This command revokes the permission to perform an operation on an object from the set of permissions assigned to a user.
- revokePermission(Permission, User) - Method in interface org.apache.directory.fortress.core.DelAdminMgr
-
This command revokes the administrative permission to perform an operation on an object from the set of permissions assigned to a user.
- revokePermission(Permission, User) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This command revokes the permission to perform an operation on an object from the set of permissions assigned to a user.
- revokePermission(Permission, User) - Method in class org.apache.directory.fortress.core.impl.DelAdminMgrImpl
-
This command revokes the administrative permission to perform an operation on an object from the set of permissions assigned to a user.
- revokePermission(Permission, User) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This command revokes the permission to perform an operation on an object from the set of permissions assigned to a user.
- revokePermission(Permission, User) - Method in class org.apache.directory.fortress.core.rest.DelAdminMgrRestImpl
-
This command revokes the administrative permission to perform an operation on an object from the set of permissions assigned to a user.
- RFC2307_PROP - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
RF2307bis uses these on users and roles:
- Role - Class in org.apache.directory.fortress.core.model
-
All entities (
User
,Role
,Permission
,PwPolicy
SDSet
etc...) are used to carry data between three Fortress layers.starting with the (1) Manager layer down thru middle (2) Process layer and it's processing rules into (3) DAO layer where persistence with the LDAP server occurs. - Role() - Constructor for class org.apache.directory.fortress.core.model.Role
-
Default constructor is used by internal Fortress classes.
- Role(String) - Constructor for class org.apache.directory.fortress.core.model.Role
-
Construct a Role entity with a given name.
- Role(Constraint) - Constructor for class org.apache.directory.fortress.core.model.Role
-
Construct an RBAC Role with a given temporal constraint.
- ROLE - org.apache.directory.fortress.core.model.Group.Type
-
Entry contains a set of Roles.
- ROLE - org.apache.directory.fortress.core.model.Hier.Type
-
RBAC Role data set
- ROLE - org.apache.directory.fortress.core.model.Warning.Type
-
Problem during role activation.
- ROLE - org.apache.directory.fortress.core.util.VUtil.ConstraintType
-
Specifies
Role
- ROLE_ADD - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ROLE_ADD_CONSTRAINT - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ROLE_ADD_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied RBAC Role could not be added to ldap server.
- ROLE_ADDINHERIT - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ROLE_ASC - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ROLE_ASGN - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ROLE_ASGNED - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ROLE_AUTHZED - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ROLE_CONSTRAINT_KEY_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The validation for Role Constraint key is required.
- ROLE_CONSTRAINT_NOT_ENABLED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
An attempt to add a user-role constraint when the role constraint has not been enabled (added).
- ROLE_CONSTRAINT_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The validation for Role Constraint entity reference not set.
- ROLE_CONSTRAINT_TYPE_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The validation for Role Constraint type failed.
- ROLE_CONSTRAINT_VALUE_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The validation for Role Constraint value failed.
- ROLE_DEASGN - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ROLE_DELETE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ROLE_DELETE_CONSTRAINT - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ROLE_DELETE_CONSTRAINT_ID - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ROLE_DELETE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied RBAC Role could not be removed from ldap server.
- ROLE_DELINHERIT - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ROLE_DESC - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ROLE_DISABLE_CONSTRAINT - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ROLE_ENABLE_CONSTRAINT - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ROLE_FIND_CONSTRAINTS - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ROLE_GRANT - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ROLE_LEN - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Fortress role names cannot exceed length of 40.
- ROLE_LST_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The RBAC Role list is required and cannot be null.
- ROLE_NM_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The RBAC Role name is required and cannot be null.
- ROLE_NOT_FOUND - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The RBAC Role was not found on ldap server.
- ROLE_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The RBAC Role entity is required and cannot be null
- ROLE_OBJECT_CLASS_NM - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
The object class is used to store Fortress Role entity data.
- ROLE_OCCUPANT_SEARCH_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
Role occupant search failed.
- ROLE_PERM_ATTR_SETS - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ROLE_PERMS - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ROLE_READ - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ROLE_READ_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The RBAC Role read failed on ldap server.
- ROLE_REMOVE_OCCUPANT_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The operation to remove User as occupant to Roles failed..
- ROLE_REMOVE_PARENT_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The operation to remove parent attribute to Role failed..
- ROLE_REVOKE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ROLE_ROOT - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Specifies the dn of the container where the Fortress RBAC Roles are located.
- ROLE_SEARCH - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ROLE_SEARCH_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The RBAC Role search failed on ldap server.
- ROLE_UPDATE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- ROLE_UPDATE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied RBAC Role could not be updated on ldap server.
- ROLE_USER_ASSIGN_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The RBAC Role assignment failed on the ldap server.
- ROLE_USER_DEASSIGN_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The RBAC Role deassignment operation failed on the ldap server.
- RoleConstraint - Class in org.apache.directory.fortress.core.model
-
The role constraint object holds non date time constraints on user to role relationships.
- RoleConstraint() - Constructor for class org.apache.directory.fortress.core.model.RoleConstraint
- RoleConstraint(String, String, RoleConstraint.RCType, String) - Constructor for class org.apache.directory.fortress.core.model.RoleConstraint
- RoleConstraint.RCType - Enum in org.apache.directory.fortress.core.model
-
The type of role constraint.
- RoleConstraintAnt - Class in org.apache.directory.fortress.core.ant
-
Entity is used by custom Apache Ant task for special handling of collections.
- RoleConstraintAnt() - Constructor for class org.apache.directory.fortress.core.ant.RoleConstraintAnt
- roleGroups(Role) - Method in interface org.apache.directory.fortress.core.GroupMgr
-
Search for groups by role name.
- roleGroups(Role) - Method in class org.apache.directory.fortress.core.impl.GroupMgrImpl
-
Search for groups by role name.
- roleGroups(Role) - Method in class org.apache.directory.fortress.core.rest.GroupMgrRestImpl
-
Search for groups by role name.
- RolePerm - Class in org.apache.directory.fortress.core.model
-
This entity is used by Fortress Rest to communicate
Role
,Permission
andSession
information to the server for access control decisions. - RolePerm() - Constructor for class org.apache.directory.fortress.core.model.RolePerm
- rolePermissionAttributeSets(Role, boolean) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
This function returns all the permission attribute set (which contain 0 to many permission attributes) for a given role.
- rolePermissionAttributeSets(Role, boolean) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
This function returns all the permission attribute set (which contain 0 to many permission attributes) for a given role.
- rolePermissionAttributeSets(Role, boolean) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
This function returns all the permission attribute set (which contain 0 to many permission attributes) for a given role.
- rolePermissions(AdminRole) - Method in interface org.apache.directory.fortress.core.DelReviewMgr
-
This function returns the set of all ARBAC permissions (op, obj), granted to or inherited by a given ARBAC role.
- rolePermissions(AdminRole) - Method in class org.apache.directory.fortress.core.impl.DelReviewMgrImpl
-
This function returns the set of all ARBAC permissions (op, obj), granted to or inherited by a given ARBAC role.
- rolePermissions(AdminRole) - Method in class org.apache.directory.fortress.core.rest.DelReviewMgrRestImpl
- rolePermissions(AdminRole, boolean) - Method in interface org.apache.directory.fortress.core.DelReviewMgr
-
This function returns the set of all ARBAC permissions (op, obj), granted to or inherited by a given ARBAC role.
- rolePermissions(AdminRole, boolean) - Method in class org.apache.directory.fortress.core.impl.DelReviewMgrImpl
-
This function returns the set of all ARBAC permissions (op, obj), granted to or inherited by a given ARBAC role.
- rolePermissions(AdminRole, boolean) - Method in class org.apache.directory.fortress.core.rest.DelReviewMgrRestImpl
- rolePermissions(Role) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
This function returns the set of all permissions (op, obj), granted to or inherited by a given role.
- rolePermissions(Role) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
This function returns the set of all permissions (op, obj), granted to or inherited by a given role.
- rolePermissions(Role) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
This function returns the set of all permissions (op, obj), granted to or inherited by a given role.
- rolePermissions(Role, boolean) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
This function returns the set of all permissions (op, obj), granted to or inherited by a given role.
- rolePermissions(Role, boolean) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
This function returns the set of all permissions (op, obj), granted to or inherited by a given role.
- rolePermissions(Role, boolean) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
This function returns the set of all permissions (op, obj), granted to or inherited by a given role.
- RoleRelationship - Class in org.apache.directory.fortress.core.model
-
This entity is used by Fortress Rest to communicate parent and child
Role
information to the server. - RoleRelationship() - Constructor for class org.apache.directory.fortress.core.model.RoleRelationship
S
- safeText(String, int) - Static method in class org.apache.directory.fortress.core.util.VUtil
-
Perform a simple length and safe text validation.
- SD_ROOT - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Specifies the dn of the container where the Fortress SSD and DSD constraints are located.
- SDSet - Class in org.apache.directory.fortress.core.model
-
Static Separation of Duties Schema
- SDSet() - Constructor for class org.apache.directory.fortress.core.model.SDSet
- SDSet.SDType - Enum in org.apache.directory.fortress.core.model
-
enum for SSD or DSD data sets.
- SDSetAnt - Class in org.apache.directory.fortress.core.ant
-
Entity is used by custom Apache Ant task for special handling of collections.
- SDSetAnt() - Constructor for class org.apache.directory.fortress.core.ant.SDSetAnt
- search(String) - Method in class org.apache.directory.fortress.core.impl.PwPolicyMgrImpl
-
This method will return a list of all password policy entities that match a particular search string.
- search(String) - Method in interface org.apache.directory.fortress.core.PwPolicyMgr
-
This method will return a list of all password policy entities that match a particular search string.
- search(String) - Method in class org.apache.directory.fortress.core.rest.PwPolicyMgrRestImpl
-
This method will return a list of all password policy entities that match a particular search string.
- search(OrgUnit.Type, String) - Method in interface org.apache.directory.fortress.core.DelReviewMgr
-
Commands searches existing OrgUnit entities from OrgUnit dataset.
- search(OrgUnit.Type, String) - Method in class org.apache.directory.fortress.core.impl.DelReviewMgrImpl
-
Commands searches existing OrgUnit entities from OrgUnit dataset.
- search(OrgUnit.Type, String) - Method in class org.apache.directory.fortress.core.rest.DelReviewMgrRestImpl
-
Commands searches existing OrgUnit entities from OrgUnit dataset.
- search(LdapConnection, String, SearchScope, String, String[], boolean) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Perform normal ldap search accepting default batch size.
- search(LdapConnection, String, SearchScope, String, String[], boolean, int) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Perform normal ldap search specifying default batch size and max entries to return.
- searchAdminMods(UserAudit) - Method in interface org.apache.directory.fortress.core.AuditMgr
-
This method returns a list of admin operations events for a particular entity
UserAudit.dn
, objectUserAudit.objName
and timestampUserAudit.beginDate
. - searchAdminMods(UserAudit) - Method in class org.apache.directory.fortress.core.impl.AuditMgrImpl
-
This method returns a list of admin operations events for a particular entity
UserAudit.dn
, objectUserAudit.objName
and timestampUserAudit.beginDate
. - searchAdminMods(UserAudit) - Method in class org.apache.directory.fortress.core.rest.AuditMgrRestImpl
-
This method returns a list of admin operations events for a particular entity
UserAudit.dn
, objectUserAudit.objName
and timestampUserAudit.beginDate
. - searchAuthZs(UserAudit) - Method in interface org.apache.directory.fortress.core.AuditMgr
-
This method returns a list of authorization events for a particular user
UserAudit.userId
, objectUserAudit.objName
, and given timestamp fieldUserAudit.beginDate
.
Method also can discriminate between all events or failed only by setting flagUserAudit.failedOnly
.. - searchAuthZs(UserAudit) - Method in class org.apache.directory.fortress.core.impl.AuditMgrImpl
-
This method returns a list of authorization events for a particular user
UserAudit.userId
, objectUserAudit.objName
, and given timestamp fieldUserAudit.beginDate
.
Method also can discriminate between all events or failed only by setting flagUserAudit.failedOnly
.. - searchAuthZs(UserAudit) - Method in class org.apache.directory.fortress.core.rest.AuditMgrRestImpl
-
This method returns a list of authorization events for a particular user
UserAudit.userId
, objectUserAudit.objName
, and given timestamp fieldUserAudit.beginDate
.
Method also can discriminate between all events or failed only by setting flagUserAudit.failedOnly
.. - searchBinds(UserAudit) - Method in interface org.apache.directory.fortress.core.AuditMgr
-
This method returns a list of authentication audit events for a particular user
UserAudit.userId
, and given timestamp fieldUserAudit.beginDate
. - searchBinds(UserAudit) - Method in class org.apache.directory.fortress.core.impl.AuditMgrImpl
-
This method returns a list of authentication audit events for a particular user
UserAudit.userId
, and given timestamp fieldUserAudit.beginDate
. - searchBinds(UserAudit) - Method in class org.apache.directory.fortress.core.rest.AuditMgrRestImpl
-
This method returns a list of authentication audit events for a particular user
UserAudit.userId
, and given timestamp fieldUserAudit.beginDate
. - searchInvalidUsers(UserAudit) - Method in interface org.apache.directory.fortress.core.AuditMgr
-
This method returns a list of failed authentication attempts on behalf of an invalid identity
UserAudit.userId
, and given timestampUserAudit.beginDate
. - searchInvalidUsers(UserAudit) - Method in class org.apache.directory.fortress.core.impl.AuditMgrImpl
-
This method returns a list of failed authentication attempts on behalf of an invalid identity
UserAudit.userId
, and given timestampUserAudit.beginDate
. - searchInvalidUsers(UserAudit) - Method in class org.apache.directory.fortress.core.rest.AuditMgrRestImpl
-
This method returns a list of failed authentication attempts on behalf of an invalid identity
UserAudit.userId
, and given timestampUserAudit.beginDate
. - searchNode(LdapConnection, String, SearchScope, String, String[], boolean) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
This method will search the directory and return at most one record.
- searchNode(LdapConnection, String, SearchScope, String, String[], boolean, String) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
This search method uses OpenLDAP Proxy Authorization Control to assert arbitrary user identity onto connection.
- searchUserSessions(UserAudit) - Method in interface org.apache.directory.fortress.core.AuditMgr
-
This method returns a list of sessions created for a given user
UserAudit.userId
, and timestampUserAudit.beginDate
. - searchUserSessions(UserAudit) - Method in class org.apache.directory.fortress.core.impl.AuditMgrImpl
-
This method returns a list of sessions created for a given user
UserAudit.userId
, and timestampUserAudit.beginDate
. - searchUserSessions(UserAudit) - Method in class org.apache.directory.fortress.core.rest.AuditMgrRestImpl
-
This method returns a list of sessions created for a given user
UserAudit.userId
, and timestampUserAudit.beginDate
. - SecurityException - Exception in org.apache.directory.fortress.core
-
This exception is declared to be thrown by all APIs within Fortress Manager interfaces: (
AdminMgr
,AccessMgr
,ReviewMgr
,PwPolicyMgr
,AuditMgr
,DelAdminMgr
,DelAccessMgr
,DelReviewMgr
,ConfigMgr
). - SecurityException(int, String) - Constructor for exception org.apache.directory.fortress.core.SecurityException
-
Create exception with error id and message.
- SecurityException(int, String, Exception) - Constructor for exception org.apache.directory.fortress.core.SecurityException
-
Create exception with error id, message and related exception.
- sequenceId - Variable in class org.apache.directory.fortress.core.model.FortEntity
- SERVER_TYPE - Static variable in class org.apache.directory.fortress.core.GlobalIds
- SESS_CTXT_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The required User Session was not supplied and is required.
- Session - Class in org.apache.directory.fortress.core.model
-
This contains attributes related to a user's RBAC session.
- Session() - Constructor for class org.apache.directory.fortress.core.model.Session
-
Default constructor for Fortress Session.
- Session(Group) - Constructor for class org.apache.directory.fortress.core.model.Session
-
Construct a new Session instance with given Group entity.
- Session(Group, String) - Constructor for class org.apache.directory.fortress.core.model.Session
-
Construct a new Session instance with given Group entity.
- Session(User) - Constructor for class org.apache.directory.fortress.core.model.Session
-
Construct a new Session instance with given User entity.
- Session(User, String) - Constructor for class org.apache.directory.fortress.core.model.Session
-
Construct a new Session instance with given User entity.
- sessionAdminRoles(Session) - Method in interface org.apache.directory.fortress.core.DelAccessMgr
-
This function returns the active admin roles associated with a session.
- sessionAdminRoles(Session) - Method in class org.apache.directory.fortress.core.impl.DelAccessMgrImpl
-
This function returns the active admin roles associated with a session.
- sessionAdminRoles(Session) - Method in class org.apache.directory.fortress.core.rest.DelAccessMgrRestImpl
-
This function returns the active admin roles associated with a session.
- sessionPermissions(Session) - Method in interface org.apache.directory.fortress.core.AccelMgr
-
This function returns the permissions of the session, i.e., the permissions assigned to its authorized roles.
- sessionPermissions(Session) - Method in interface org.apache.directory.fortress.core.AccessMgr
-
This function returns the permissions of the session, i.e., the permissions assigned to its authorized roles.
- sessionPermissions(Session) - Method in interface org.apache.directory.fortress.core.DelAccessMgr
-
This function returns the ARBAC (administrative) permissions of the session, i.e., the permissions assigned to its authorized admin roles.
- sessionPermissions(Session) - Method in class org.apache.directory.fortress.core.impl.AccelMgrImpl
-
This function returns the permissions of the session, i.e., the permissions assigned to its authorized roles.
- sessionPermissions(Session) - Method in class org.apache.directory.fortress.core.impl.AccessMgrImpl
-
This function returns the permissions of the session, i.e., the permissions assigned to its authorized roles.
- sessionPermissions(Session) - Method in class org.apache.directory.fortress.core.impl.DelAccessMgrImpl
-
This function returns the permissions of the session, i.e., the permissions assigned to its authorized roles.
- sessionPermissions(Session) - Method in class org.apache.directory.fortress.core.rest.AccessMgrRestImpl
-
This function returns the permissions of the session, i.e., the permissions assigned to its authorized roles.
- sessionPermissions(Session) - Method in class org.apache.directory.fortress.core.rest.DelAccessMgrRestImpl
-
This function returns the permissions of the session, i.e., the permissions assigned to its authorized roles.
- sessionRoles(Session) - Method in interface org.apache.directory.fortress.core.AccelMgr
-
This function returns the active roles associated with a session.
- sessionRoles(Session) - Method in interface org.apache.directory.fortress.core.AccessMgr
-
This function returns the active roles associated with a session.
- sessionRoles(Session) - Method in class org.apache.directory.fortress.core.impl.AccelMgrImpl
-
This function returns the active roles associated with a session.
- sessionRoles(Session) - Method in class org.apache.directory.fortress.core.impl.AccessMgrImpl
-
This function returns the active roles associated with a session.
- sessionRoles(Session) - Method in class org.apache.directory.fortress.core.rest.AccessMgrRestImpl
-
This function returns the active roles associated with a session.
- setAbstractName(String) - Method in class org.apache.directory.fortress.core.model.Permission
-
Set the Permission's abstract name which is the value of objName concatenated with OpName, i.e.
- setAddress(String) - Method in class org.apache.directory.fortress.core.model.Address
-
This attribute is bound for
postalAddress
attribute onorganizationalPerson
object class. - setAddress(Address) - Method in class org.apache.directory.fortress.core.model.User
-
Set address data onto entity that stored in directory as attributes defined by RFC 2798's LDAP inetOrgPerson Object Class: ------------------------------------------
postalAddress
st
postalCode
postOfficeBox
------------------------------------------ - setAddresses(String) - Method in class org.apache.directory.fortress.core.ant.UserAnt
-
Set addresses
- setAddresses(List<String>) - Method in class org.apache.directory.fortress.core.model.Address
-
Set an ArrayList of type String that contains one or more values bound for
postalAddress
attribute onorganizationalPerson
object class. - setAdmin(boolean) - Method in class org.apache.directory.fortress.core.model.PermGrant
-
Return boolean value that will be set to true if this entity will be stored in Administrative Permissions.
- setAdmin(boolean) - Method in class org.apache.directory.fortress.core.model.Permission
-
Set will determine if this Permission is for RBAC or ARBAC processing.
- setAdmin(boolean) - Method in class org.apache.directory.fortress.core.model.PermObj
-
If set to true, this entity will be loaded into the Admin Permission data set.
- setAdmin(boolean) - Method in class org.apache.directory.fortress.core.model.UserAudit
- setAdmin(Session) - Method in class org.apache.directory.fortress.core.impl.Manageable
-
Use this method to load an administrative user's ARBAC Session object into Manager object will enable authorization to be performed on behalf of admin user.
- setAdmin(Session) - Method in interface org.apache.directory.fortress.core.Manageable
-
Use this method to load an administrative user's ARBAC Session object into Manager object which will enable authorization to be performed on behalf of admin user.
- setAdmin(Session) - Method in class org.apache.directory.fortress.core.rest.PropertyMgrRestImpl
- setAdminData(String, String, FortEntity) - Method in class org.apache.directory.fortress.core.impl.Manageable
-
Method is called by Manager APIs to load contextual information on
FortEntity
. - setAdminRole(UserAdminRole) - Method in class org.apache.directory.fortress.core.model.User
-
Add a single user-adminRole object to the list of UserAdminRoles for User.
- setAdminRoleName(String) - Method in class org.apache.directory.fortress.core.model.User
-
Add a single user-adminRole object to the list of UserAdminRoles for User.
- setAdminRoles(List<UserAdminRole>) - Method in class org.apache.directory.fortress.core.model.User
-
Add a single user-adminRole object to the list of UserAdminRoles for User.
- setAdminSession(Session) - Method in class org.apache.directory.fortress.core.model.FortEntity
-
Load an ARBAC Session object into this entity.
- setAllowUserChange(Boolean) - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
This optional attribute indicates whether users can change their own passwords, although the change operation is still subject to access control.
- setAntRoles(String) - Method in class org.apache.directory.fortress.core.ant.PermAnt
-
Accept a comma delimited String containing a list of Roles to be granted to a permission.
- setAttributeName(String) - Method in class org.apache.directory.fortress.core.model.PermissionAttribute
- setAttributes(Set<PermissionAttribute>) - Method in class org.apache.directory.fortress.core.model.PermissionAttributeSet
-
Set the collection of optional Attributes that have been loaded into this entity.
- setAuthenticated() - Method in class org.apache.directory.fortress.core.model.Session
-
Get the value that will be set to 'true' if user has successfully authenticated with Fortress for this Session.
- setAuthenticated(boolean) - Method in interface org.apache.directory.fortress.core.model.PwMessage
-
If set to true the user's password check out good.
- setAuthenticated(boolean) - Method in class org.apache.directory.fortress.core.model.Session
-
Set the value to 'true' indicating that user has successfully authenticated with Fortress.
- setAuthenticated(boolean) - Method in class org.apache.directory.fortress.core.util.AuthNValidator
- setAuthorized(Boolean) - Method in class org.apache.directory.fortress.core.model.FortResponse
- setBeginDate(String) - Method in interface org.apache.directory.fortress.core.model.Constraint
-
Set the beginDate when entity is allowed to be activated in system.
- setBeginDate(String) - Method in class org.apache.directory.fortress.core.model.Role
-
Set the beginDate when Role is allowed to be activated in session.
- setBeginDate(String) - Method in class org.apache.directory.fortress.core.model.User
-
Set the beginDate when user is allowed to signon to system.
- setBeginDate(String) - Method in class org.apache.directory.fortress.core.model.UserRole
-
Set the beginDate when entity is allowed to be activated in system.
- setBeginDate(Date) - Method in class org.apache.directory.fortress.core.model.UserAudit
-
Set the Date for search to begin.
- setBeginInclusive(boolean) - Method in interface org.apache.directory.fortress.core.model.Administrator
-
Get the begin inclusive which specifies if role range includes or excludes the 'beginRange' attribute.
- setBeginInclusive(boolean) - Method in class org.apache.directory.fortress.core.model.AdminRole
-
Set the begin inclusive which specifies if role range includes or excludes the 'beginRange' attribute.
- setBeginInclusive(boolean) - Method in class org.apache.directory.fortress.core.model.UserAdminRole
-
Get the begin inclusive which specifies if role range includes or excludes the 'beginRange' attribute.
- setBeginLockDate(String) - Method in interface org.apache.directory.fortress.core.model.Constraint
-
Set the begin lock date when entity is temporarily not allowed to be activated in system.
- setBeginLockDate(String) - Method in class org.apache.directory.fortress.core.model.Role
-
Set the begin lock date when Role is temporarily not allowed to be activated in session.
- setBeginLockDate(String) - Method in class org.apache.directory.fortress.core.model.User
-
Set the begin lock date when user is temporarily not allowed to signon to system.
- setBeginLockDate(String) - Method in class org.apache.directory.fortress.core.model.UserRole
-
Set the begin lock date when entity is temporarily not allowed to be activated in system.
- setBeginRange(String) - Method in interface org.apache.directory.fortress.core.model.Administrator
-
Set the begin Role range attribute for AdminRole entity.
- setBeginRange(String) - Method in class org.apache.directory.fortress.core.model.AdminRole
-
Set the begin Role range attribute for AdminRole entity which corresponds to lowest descendant.
- setBeginRange(String) - Method in class org.apache.directory.fortress.core.model.UserAdminRole
-
Set the begin Role range attribute for AdminRole entity.
- setBeginTime(String) - Method in interface org.apache.directory.fortress.core.model.Constraint
-
Set the begin time of day entity is allowed to be activated in system.
- setBeginTime(String) - Method in class org.apache.directory.fortress.core.model.Role
-
Set the begin time of day Role is allowed to be activated in session.
- setBeginTime(String) - Method in class org.apache.directory.fortress.core.model.User
-
Set the begin time of day user is allowed to signon to system.
- setBeginTime(String) - Method in class org.apache.directory.fortress.core.model.UserRole
-
Set the begin time of day entity is allowed to be activated in system.
- setBuilding(String) - Method in class org.apache.directory.fortress.core.ant.UserAnt
-
Set building designator.
- setBuilding(String) - Method in class org.apache.directory.fortress.core.model.Address
-
Accept a String that contains a value
building
bound fororganizationalPerson
object class. - setCardinality(Integer) - Method in class org.apache.directory.fortress.core.model.SDSet
-
Set the numeric value that reflects the membership cardinality for SDSet.
- setCheckQuality(Short) - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
This optional attribute is not currently supported by Fortress.
- setChild(String) - Method in class org.apache.directory.fortress.core.model.Relationship
-
Set the child name.
- setChild(AdminRole) - Method in class org.apache.directory.fortress.core.model.AdminRoleRelationship
- setChild(OrgUnit) - Method in class org.apache.directory.fortress.core.model.OrgUnitRelationship
- setChild(Role) - Method in class org.apache.directory.fortress.core.model.RoleRelationship
- setChildren(Set<String>) - Method in class org.apache.directory.fortress.core.model.OrgUnit
-
Set the Set of child orgUnit names (direct descendants) of this orgUnit
- setChildren(Set<String>) - Method in class org.apache.directory.fortress.core.model.Role
-
Set the Set of child role names (direct descendants) of this role
- setCity(String) - Method in class org.apache.directory.fortress.core.ant.UserAnt
-
Set the city name.
- setCity(String) - Method in class org.apache.directory.fortress.core.model.Address
-
Accept a String that contains a value
l
(location) bound fororganizationalPerson
object class. - setCn(String) - Method in class org.apache.directory.fortress.core.model.User
-
Set the common name associated with User.
- setConstraint(String, Constraint) - Static method in class org.apache.directory.fortress.core.model.ConstraintUtil
-
Used by DAO utilities to convert from a string with comma delimited values to fortress internal format
Constraint
. - setConstraint(Constraint) - Static method in class org.apache.directory.fortress.core.model.ConstraintUtil
-
Convert from fortress
Constraint
to comma delimited ldap format. - setContext(Context) - Method in class org.apache.directory.fortress.core.ant.FortressAntTask
-
This method is used as an alternative way to set tenant id.
- setContextId(String) - Method in class org.apache.directory.fortress.core.impl.Manageable
-
Use this method to set the tenant id onto function call into Fortress which allows segregation of data by customer.
- setContextId(String) - Method in interface org.apache.directory.fortress.core.Manageable
-
Use this method to set the tenant id onto function call into Fortress which allows segregation of data by customer.
- setContextId(String) - Method in class org.apache.directory.fortress.core.model.FortEntity
-
Set the contextId associated with this record.
- setContextId(String) - Method in class org.apache.directory.fortress.core.model.FortRequest
- setContextId(String) - Method in class org.apache.directory.fortress.core.model.OrganizationalUnit
- setContextId(String) - Method in class org.apache.directory.fortress.core.rest.PropertyMgrRestImpl
- setCountry(String) - Method in class org.apache.directory.fortress.core.ant.UserAnt
-
Set the country name
- setCountry(String) - Method in class org.apache.directory.fortress.core.model.Address
-
TODO: Add support for this attribute: Accept a String that contains a value
c
(country) bound forc
object class. - setCreateTimestamp(String) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
Set the attribute that maps to 'reqStart' which provides the start time of the operation which is also the rDn for the node.
- setCreateTimestamp(String) - Method in class org.apache.directory.fortress.core.model.Bind
-
Set the attribute that maps to 'reqStart' which provides the start time of the operation which is also the rDn for the node.
- setCreatorsName(String) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
Set the user dn containing the identity of log user who added the audit record.
- setCreatorsName(String) - Method in class org.apache.directory.fortress.core.model.Bind
-
Set the user dn containing the identity of log user who added the audit record.
- setDataType(String) - Method in class org.apache.directory.fortress.core.model.PermissionAttribute
- setDayMask(String) - Method in interface org.apache.directory.fortress.core.model.Constraint
-
Set the daymask that specifies what days of week entity is allowed to be activated in system.
- setDayMask(String) - Method in class org.apache.directory.fortress.core.model.Role
-
Set the daymask that specifies what days of week Role is allowed to be activated in session.
- setDayMask(String) - Method in class org.apache.directory.fortress.core.model.User
-
Set the daymask that specifies what days of week user is allowed to signon to system.
- setDayMask(String) - Method in class org.apache.directory.fortress.core.model.UserRole
-
Set the daymask that specifies what days of week entity is allowed to be activated in system.
- setDc(String) - Method in class org.apache.directory.fortress.core.model.Suffix
-
Set top level domain component specifier, i.e.
- setDc2(String) - Method in class org.apache.directory.fortress.core.model.Suffix
-
Get top level domain component specifier, i.e.
- setDefaultOperator(String) - Method in class org.apache.directory.fortress.core.model.PermissionAttribute
- setDefaultStrategy(String) - Method in class org.apache.directory.fortress.core.model.PermissionAttribute
- setDefaultValue(String) - Method in class org.apache.directory.fortress.core.model.PermissionAttribute
- setDepartmentNumber(String) - Method in class org.apache.directory.fortress.core.ant.UserAnt
-
Set department number.
- setDepartmentNumber(String) - Method in class org.apache.directory.fortress.core.model.Address
-
Accept a String that contains a value
departmentNumber
bound forinetOrgperson
object class. - setDescription(String) - Method in class org.apache.directory.fortress.core.model.Context
-
Set the description for the context.
- setDescription(String) - Method in class org.apache.directory.fortress.core.model.Group
-
Set the description for the domain component.
- setDescription(String) - Method in class org.apache.directory.fortress.core.model.OrganizationalUnit
-
Set the description for the organizational unit object.
- setDescription(String) - Method in class org.apache.directory.fortress.core.model.OrgUnit
-
Sets the optional description that is associated with OrgUnit.
- setDescription(String) - Method in class org.apache.directory.fortress.core.model.Permission
-
Set the optional description field on this entity.
- setDescription(String) - Method in class org.apache.directory.fortress.core.model.PermissionAttribute
- setDescription(String) - Method in class org.apache.directory.fortress.core.model.PermissionAttributeSet
- setDescription(String) - Method in class org.apache.directory.fortress.core.model.PermObj
-
Sets the optional description that is associated with PermObj.
- setDescription(String) - Method in class org.apache.directory.fortress.core.model.Role
-
Sets the optional description that is associated with Role.
- setDescription(String) - Method in class org.apache.directory.fortress.core.model.SDSet
-
Sets the optional description that is associated with SDSet.
- setDescription(String) - Method in class org.apache.directory.fortress.core.model.Suffix
-
Set the description for the domain component.
- setDescription(String) - Method in class org.apache.directory.fortress.core.model.User
-
Sets the optional description that is associated with User.
- setDisplayName(String) - Method in class org.apache.directory.fortress.core.model.User
-
Optional attribute maps to 'displayName' attribute on inetOrgPerson object class.
- setDn(String) - Method in class org.apache.directory.fortress.core.model.Permission
- setDn(String) - Method in class org.apache.directory.fortress.core.model.PermissionAttribute
- setDn(String) - Method in class org.apache.directory.fortress.core.model.PermissionAttributeSet
- setDn(String) - Method in class org.apache.directory.fortress.core.model.PermObj
-
Set distinguished name associated with PermObj.
- setDn(String) - Method in class org.apache.directory.fortress.core.model.Role
-
Set distinguished name associated with Role.
- setDn(String) - Method in class org.apache.directory.fortress.core.model.User
-
Set distinguished name associated with User.
- setDn(String) - Method in class org.apache.directory.fortress.core.model.UserAudit
-
Set the optional dn attribute can be used to constraint
AuditMgrImpl.searchUserSessions(UserAudit)
. - setDsdSetCardinality(SDSet, int) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This command sets the cardinality associated with a given DSD role set.
- setDsdSetCardinality(SDSet, int) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This command sets the cardinality associated with a given DSD role set.
- setDsdSetCardinality(SDSet, int) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This command sets the cardinality associated with a given DSD role set.
- setEmail(String) - Method in class org.apache.directory.fortress.core.ant.UserAnt
-
A User may have many phones set on their record.
- setEmail(String) - Method in class org.apache.directory.fortress.core.model.User
-
Set a single email address in rfc822Mailbox format to be assoicated with
inetOrgPerson
object class. - setEmails(List<String>) - Method in class org.apache.directory.fortress.core.model.User
-
Set multi-occurring email address to stored in rfc822Mailbox format and associated with
inetOrgPerson
object class. - setEmployeeType(String) - Method in class org.apache.directory.fortress.core.model.User
-
Used to identify the employer to employee relationship.
- setEmpty(boolean) - Method in class org.apache.directory.fortress.core.util.cache.DsdCacheEntry
-
To prevent repeated reads of the DSD's in the directory, Entries are added to the cache and marked empty.
- setEndDate(String) - Method in interface org.apache.directory.fortress.core.model.Constraint
-
Set the end date when entity is not allowed to be activated in system.
- setEndDate(String) - Method in class org.apache.directory.fortress.core.model.Role
-
Set the end date when Role is not allowed to be activated in session.
- setEndDate(String) - Method in class org.apache.directory.fortress.core.model.User
-
Set the end date when user is not allowed to signon to system.
- setEndDate(String) - Method in class org.apache.directory.fortress.core.model.UserRole
-
Set the end date when entity is not allowed to be activated in system.
- setEndDate(Date) - Method in class org.apache.directory.fortress.core.model.UserAudit
- setEndInclusive(boolean) - Method in interface org.apache.directory.fortress.core.model.Administrator
-
Get the end inclusive which specifies if role range includes or excludes the 'endRange' attribute.
- setEndInclusive(boolean) - Method in class org.apache.directory.fortress.core.model.AdminRole
-
Set the end inclusive which specifies if role range includes or excludes the 'endRange' attribute.
- setEndInclusive(boolean) - Method in class org.apache.directory.fortress.core.model.UserAdminRole
-
Get the end inclusive which specifies if role range includes or excludes the 'endRange' attribute.
- setEndLockDate(String) - Method in interface org.apache.directory.fortress.core.model.Constraint
-
Set the end lock date when entity is allowed to be activated in system once again.
- setEndLockDate(String) - Method in class org.apache.directory.fortress.core.model.Role
-
Set the end lock date when Role is allowed to be activated in session once again.
- setEndLockDate(String) - Method in class org.apache.directory.fortress.core.model.User
-
Set the end lock date when user is allowed to signon to system once again.
- setEndLockDate(String) - Method in class org.apache.directory.fortress.core.model.UserRole
-
Set the end lock date when entity is allowed to be activated in system once again.
- setEndRange(String) - Method in interface org.apache.directory.fortress.core.model.Administrator
-
Set the end Role range attribute for AdminRole entity.
- setEndRange(String) - Method in class org.apache.directory.fortress.core.model.AdminRole
-
Set the end Role range attribute for AdminRole entity which corresponds to highest ascendant.
- setEndRange(String) - Method in class org.apache.directory.fortress.core.model.UserAdminRole
-
Set the end Role range attribute for AdminRole entity.
- setEndTime(String) - Method in interface org.apache.directory.fortress.core.model.Constraint
-
Set the end time of day entity is allowed to be activated in system.
- setEndTime(String) - Method in class org.apache.directory.fortress.core.model.Role
-
Set the end time of day Role is allowed to be activated in session.
- setEndTime(String) - Method in class org.apache.directory.fortress.core.model.User
-
Set the end time of day user is allowed to signon to system.
- setEndTime(String) - Method in class org.apache.directory.fortress.core.model.UserRole
-
Set the end time of day entity is allowed to be activated in system.
- setEntities(List<T>) - Method in class org.apache.directory.fortress.core.model.FortResponse
- setEntity(FortEntity) - Method in class org.apache.directory.fortress.core.model.FortRequest
- setEntity(FortEntity) - Method in class org.apache.directory.fortress.core.model.FortResponse
- setEntity2(FortEntity) - Method in class org.apache.directory.fortress.core.model.FortRequest
- setEntitySession(String, String, FortEntity) - Method in class org.apache.directory.fortress.core.impl.Manageable
-
Set A/RBAC session on entity and perform authorization on behalf of the caller if the
Manageable.adminSess
is set. - setEntryCSN(String) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
Set the Change Sequence Number (CSN) containing sequence number that is used for OpenLDAP synch replication functionality.
- setEntryCSN(String) - Method in class org.apache.directory.fortress.core.model.Bind
-
Set the Change Sequence Number (CSN) containing sequence number that is used for OpenLDAP synch replication functionality.
- setEntryDN(String) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
Set the entry dn for bind object stored in directory.
- setEntryDN(String) - Method in class org.apache.directory.fortress.core.model.Bind
-
Set the entry dn for bind object stored in directory.
- setEntryUUID(String) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
Set the attribute that contains the Universally Unique ID (UUID) of the corresponding 'auditSearch' record.
- setEntryUUID(String) - Method in class org.apache.directory.fortress.core.model.Bind
-
Set the attribute that contains the Universally Unique ID (UUID) of the corresponding 'auditBind' record.
- setErrorCode(int) - Method in class org.apache.directory.fortress.core.model.FortResponse
- setErrorId(int) - Method in interface org.apache.directory.fortress.core.model.PwMessage
-
Set the error id that pertain to User's password.
- setErrorId(int) - Method in class org.apache.directory.fortress.core.model.Session
-
Set the error id that is associated with the password policy checks.
- setErrorMessage(String) - Method in class org.apache.directory.fortress.core.model.FortResponse
- setExpirationSeconds(int) - Method in interface org.apache.directory.fortress.core.model.PwMessage
-
The number of seconds until the User's password expires.
- setExpirationSeconds(int) - Method in class org.apache.directory.fortress.core.model.Session
-
This attribute specifies the maximum number of seconds before a password is due to expire that expiration warning messages will be returned to an authenticating user.
- setExpireWarning(Long) - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
This optional attribute specifies the maximum number of seconds before a password is due to expire that expiration warning messages will be returned to an authenticating user.
- setFailedOnly(boolean) - Method in class org.apache.directory.fortress.core.model.UserAudit
-
The failedOnly flag will limit result set to include only authN or authZ events that have failed.
- setFailureCountInterval(Short) - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
This optional attribute holds the number of seconds after which the password failures are purged from the failure counter, even though no successful authentication occurred.
- setGecos(String) - Method in class org.apache.directory.fortress.core.model.User
- setGidNumber(String) - Method in class org.apache.directory.fortress.core.model.Configuration
- setGidNumber(String) - Method in class org.apache.directory.fortress.core.model.Role
-
Set the Group ID nunmber, which is required attribute for RFC2307 posixGroup object class.
- setGidNumber(String) - Method in class org.apache.directory.fortress.core.model.User
- setGraceLoginLimit(Short) - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
This optional attribute specifies the number of times an expired password can be used to authenticate.
- setGraceLogins(int) - Method in interface org.apache.directory.fortress.core.model.PwMessage
-
Grace count indicates how many binds User can perform before password slips into expired state.
- setGraceLogins(int) - Method in class org.apache.directory.fortress.core.model.Session
-
This attribute specifies the number of times an expired password can be used to authenticate.
- setGroup(Group) - Method in class org.apache.directory.fortress.core.model.Session
-
Set a Group entity into the Session.
- setGroupName(String) - Method in class org.apache.directory.fortress.core.model.Session
-
Set the groupName that is associated with Group.
- setGroupRole(boolean) - Method in class org.apache.directory.fortress.core.model.UserRole
-
Set to 'true' if userId contains group name
- setGroupSession(boolean) - Method in class org.apache.directory.fortress.core.model.Session
-
Set the value to 'true' indicating that Session is created for Group entity
- setHasSubordinates(String) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
Set the attribute that corresponds to the boolean value hasSubordinates.
- setHasSubordinates(String) - Method in class org.apache.directory.fortress.core.model.Bind
-
Set the attribute that corresponds to the boolean value hasSubordinates.
- setHomeDirectory(String) - Method in class org.apache.directory.fortress.core.model.User
- setHttpStatus(int) - Method in exception org.apache.directory.fortress.core.BaseException
- setHttpStatus(int) - Method in class org.apache.directory.fortress.core.model.FortResponse
- setId() - Method in class org.apache.directory.fortress.core.model.OrgUnit
-
Generate an internal Id that is associated with OrgUnit.
- setId() - Method in class org.apache.directory.fortress.core.model.Role
-
Generate an internal Id that is associated with Role.
- setId() - Method in class org.apache.directory.fortress.core.model.SDSet
-
Generate an internal Id that is associated with SDSet.
- setId(int) - Method in class org.apache.directory.fortress.core.model.Warning
- setId(String) - Method in class org.apache.directory.fortress.core.model.OrgUnit
-
Set the internal Id that is associated with OrgUnit.
- setId(String) - Method in class org.apache.directory.fortress.core.model.Role
-
Set the internal Id that is associated with Role.
- setId(String) - Method in class org.apache.directory.fortress.core.model.RoleConstraint
-
Set the id.
- setId(String) - Method in class org.apache.directory.fortress.core.model.SDSet
-
Set the internal Id that is associated with Role.
- setInHistory(Short) - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
This optional attribute specifies the maximum number of used passwords stored in the pwdHistory attribute.
- setInternalId() - Method in class org.apache.directory.fortress.core.model.Permission
-
This attribute is required but is set automatically by Fortress DAO class before object is persisted to ldap.
- setInternalId() - Method in class org.apache.directory.fortress.core.model.PermissionAttribute
- setInternalId() - Method in class org.apache.directory.fortress.core.model.PermissionAttributeSet
- setInternalId() - Method in class org.apache.directory.fortress.core.model.PermObj
-
This attribute is required but is set automatically by Fortress DAO class before object is persisted to ldap.
- setInternalId() - Method in class org.apache.directory.fortress.core.model.User
-
Generate an internal userId that is associated with User.
- setInternalId(String) - Method in class org.apache.directory.fortress.core.model.Permission
-
Set the internal id that is associated with Permission.
- setInternalId(String) - Method in class org.apache.directory.fortress.core.model.PermissionAttribute
- setInternalId(String) - Method in class org.apache.directory.fortress.core.model.PermissionAttributeSet
- setInternalId(String) - Method in class org.apache.directory.fortress.core.model.PermObj
-
Set the internal id that is associated with PermObj.
- setInternalId(String) - Method in class org.apache.directory.fortress.core.model.User
-
Set the internal userId that is associated with User.
- setInternalUserId(String) - Method in class org.apache.directory.fortress.core.model.Session
-
Set the internal userId that is associated with User.
- setInternalUserId(String) - Method in class org.apache.directory.fortress.core.model.UserAudit
-
Set the optional internalUserId attribute which limits set by org.apache.directory.fortress.core.model.User#internalId.
- setIsFlag(Boolean) - Method in class org.apache.directory.fortress.core.model.FortRequest
- setJpegPhoto(byte[]) - Method in class org.apache.directory.fortress.core.model.User
-
Set one image of a person using the JPEG File Interchange Format [JFIF].
- setKey(String) - Method in class org.apache.directory.fortress.core.model.Props.Entry
-
Sets the value of the key property.
- setKey(String) - Method in class org.apache.directory.fortress.core.model.RoleConstraint
-
Set the key on a constraint.
- setLastAccess() - Method in class org.apache.directory.fortress.core.model.Session
-
Set the last access time in milliseconds.
- setLdapFilterSize(int) - Method in class org.apache.directory.fortress.core.util.LdapUtil
-
Set the number of entries in the filter list.
- setLdapfilterSizeFound(boolean) - Method in class org.apache.directory.fortress.core.util.LdapUtil
-
Associated with fortress.property named ldap.filter.size.
- setLdapMetaChars(char[]) - Method in class org.apache.directory.fortress.core.util.LdapUtil
-
Set the unsafe characters by using ldap.filter specified by fortress.properties.
- setLdapReplVals(String[]) - Method in class org.apache.directory.fortress.core.util.LdapUtil
-
Set the ldap replacement chars.
- setLimit(Integer) - Method in class org.apache.directory.fortress.core.model.FortRequest
- setLocked(boolean) - Method in class org.apache.directory.fortress.core.model.User
-
If set to true User's password has been locked by administrator or directory itself due to password policy violations.
- setLockout(Boolean) - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
This optional attribute indicates, when its value is "TRUE", that the password may not be used to authenticate after a specified number of consecutive failed bind attempts.
- setLockoutDuration(Integer) - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
This optional attribute holds the number of seconds that the password cannot be used to authenticate due to too many failed bind attempts.
- setLoginShell(String) - Method in class org.apache.directory.fortress.core.model.User
- setMaxAge(Long) - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
This optional attribute holds the number of seconds after which a modified password will expire.
- setMaxFailure(Short) - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
This optional attribute specifies the number of consecutive failed bind attempts after which the password may not be used to authenticate.
- setMember(String) - Method in class org.apache.directory.fortress.core.model.Group
-
Add a single userId as member of this entity.
- setMember(String) - Method in class org.apache.directory.fortress.core.model.SDSet
-
Add a member to the set.
- setMember(String) - Method in class org.apache.directory.fortress.core.util.cache.DsdCacheEntry
-
Set the Role name this cache entry corresponds with.
- setMemberDn(boolean) - Method in class org.apache.directory.fortress.core.model.Group
-
Set to 'true' if members are in dn format.
- setMembers(List<String>) - Method in class org.apache.directory.fortress.core.model.Group
-
Set members onto this entity using a List of userIds.
- setMembers(Set<String>) - Method in class org.apache.directory.fortress.core.model.SDSet
-
Set an alphabetically sorted Set containing Role membership to SDSet.
- setMembersWithCsv(String) - Method in class org.apache.directory.fortress.core.model.Group
-
Set a member on this entity using a comma delimited String.
- setMinAge(Integer) - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
This optional attribute holds the number of seconds that must elapse between modifications to the password.
- setMinLength(Short) - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
When quality checking is enabled, this optional attribute holds the minimum number of characters that must be used in a password.
- setMobile(String) - Method in class org.apache.directory.fortress.core.ant.UserAnt
-
Set a mobile number on the user.
- setMobile(String) - Method in class org.apache.directory.fortress.core.model.User
-
Set a single
mobile
associated withinetOrgPerson
object class. - setMobiles(List<String>) - Method in class org.apache.directory.fortress.core.model.User
-
Set multi-occurring
mobile
associated withinetOrgPerson
object class. - setModCode(String) - Method in class org.apache.directory.fortress.core.model.FortEntity
-
Set the Fortress modification code to be associated with an audit record.
- setModifiersName(String) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
Set the user dn containing the identity of log user who modified the audit record.
- setModifiersName(String) - Method in class org.apache.directory.fortress.core.model.Bind
-
Set the user dn containing the identity of log user who modified the audit record.
- setModifyTimestamp(String) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
Set the attribute that maps to 'modifyTimestamp' which provides the last time audit record was changed.
- setModifyTimestamp(String) - Method in class org.apache.directory.fortress.core.model.Bind
-
Set the attribute that maps to 'modifyTimestamp' which provides the last time audit record was changed.
- setMsg(String) - Method in interface org.apache.directory.fortress.core.model.PwMessage
-
Contains the message that corresponds to password.
- setMsg(String) - Method in class org.apache.directory.fortress.core.model.Session
-
Set the message that is associated with the user's last authentication attempt.
- setMsg(String) - Method in class org.apache.directory.fortress.core.model.Warning
- setMustChange(Boolean) - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
This optional attribute specifies with a value of "TRUE" that users must change their passwords when they first bind to the directory after a password is set or reset by a password administrator.
- setName(String) - Method in class org.apache.directory.fortress.core.model.Configuration
- setName(String) - Method in interface org.apache.directory.fortress.core.model.Constraint
-
This is used internally by Fortress for Constraint operations.
- setName(String) - Method in class org.apache.directory.fortress.core.model.Context
-
Set the id to use for sub-directory within the DIT.
- setName(String) - Method in interface org.apache.directory.fortress.core.model.Graphable
-
Sets the required name attribute on the node.
- setName(String) - Method in class org.apache.directory.fortress.core.model.Group
-
Set the second level qualifier on the domain component.
- setName(String) - Method in class org.apache.directory.fortress.core.model.OrganizationalUnit
-
Set the required name attribute in the entity.
- setName(String) - Method in class org.apache.directory.fortress.core.model.OrgUnit
-
Sets the required name attribute on the OrgUnit object
- setName(String) - Method in class org.apache.directory.fortress.core.model.PermissionAttributeSet
- setName(String) - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
Set the required attribute policy name on this entity.
- setName(String) - Method in class org.apache.directory.fortress.core.model.Role
-
Sets the required name attribute on the Role object
- setName(String) - Method in class org.apache.directory.fortress.core.model.SDSet
-
Set the name of SDSet entity.
- setName(String) - Method in class org.apache.directory.fortress.core.model.Suffix
-
Set the second level qualifier on the domain component.
- setName(String) - Method in class org.apache.directory.fortress.core.model.User
-
This is used internally by Fortress for Constraint operations.
- setName(String) - Method in class org.apache.directory.fortress.core.model.UserRole
-
Get the Role name required attribute of the UserRole object
- setName(String) - Method in class org.apache.directory.fortress.core.model.Warning
- setName(String) - Method in class org.apache.directory.fortress.core.util.cache.DsdCacheEntry
-
Set the name to be used for this cache entry.
- setNewPassword(String) - Method in class org.apache.directory.fortress.core.model.User
-
Set the new password which will be used in a password change.
- setObjectClass(String) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
Set the object class name of the audit record.
- setObjectClass(String) - Method in class org.apache.directory.fortress.core.model.Bind
-
Set the object class name of the audit record.
- setObjectClass(String) - Method in class org.apache.directory.fortress.core.model.Mod
-
Set the object class name of the audit record.
- setObjId(String) - Method in class org.apache.directory.fortress.core.model.PermGrant
-
Set the permission object id.
- setObjId(String) - Method in class org.apache.directory.fortress.core.model.Permission
-
Set optional objId which can be used to tag a Permission object with an identity, i.e.
- setObjId(String) - Method in class org.apache.directory.fortress.core.model.UserAudit
- setObjName(String) - Method in class org.apache.directory.fortress.core.model.PermGrant
-
Set the permission object name.
- setObjName(String) - Method in class org.apache.directory.fortress.core.model.Permission
-
This attribute is required and sets the authorization target object name.
- setObjName(String) - Method in class org.apache.directory.fortress.core.model.PermObj
-
This attribute is required and sets the authorization target object name.
- setObjName(String) - Method in class org.apache.directory.fortress.core.model.UserAudit
-
Set the optional objName attribute which limits set by org.apache.directory.fortress.core.model.Permission#objName.
- setOccupant(String) - Method in class org.apache.directory.fortress.core.model.Role
-
Set the occupant attribute with the contents of the User dn.
- setOccupants(List<String>) - Method in class org.apache.directory.fortress.core.model.Role
-
Set a list of occupants for a particular Role entity.
- setOp(Hier.Op) - Method in class org.apache.directory.fortress.core.model.Hier
-
The the operation for which this entity is bound for.
- setOpName(String) - Method in class org.apache.directory.fortress.core.model.PermGrant
-
Set the permission operation name.
- setOpName(String) - Method in class org.apache.directory.fortress.core.model.Permission
-
Set the Permission operation name.
- setOpName(String) - Method in class org.apache.directory.fortress.core.model.UserAudit
-
Set the optional opName attribute which limits
AuditMgrImpl.searchAdminMods(UserAudit)
by org.apache.directory.fortress.core.impl.AuditDAO#REQMOD}. - setOsP(String) - Method in interface org.apache.directory.fortress.core.model.Administrator
-
Set a Perm OU attribute to be stored on the AdminRole entity.
- setOsP(String) - Method in class org.apache.directory.fortress.core.model.AdminRole
-
Set a Perm OU attribute to be stored on the AdminRole entity.
- setOsP(String) - Method in class org.apache.directory.fortress.core.model.UserAdminRole
-
Set a Perm OU attribute to be stored on the AdminRole entity.
- setOSPs(String) - Method in class org.apache.directory.fortress.core.ant.AdminRoleAnt
-
Set the list of Perm OUs as a comma delimited string.
- setOsPSet(Set<String>) - Method in interface org.apache.directory.fortress.core.model.Administrator
-
Set a collection of optional Perm OU attributes to be stored on the AdminRole entity.
- setOsPSet(Set<String>) - Method in class org.apache.directory.fortress.core.model.AdminRole
-
Set a collection of optional Perm OU attributes to be stored on the AdminRole entity.
- setOsPSet(Set<String>) - Method in class org.apache.directory.fortress.core.model.UserAdminRole
-
Set a collection of optional Perm OU attributes to be stored on the AdminRole entity.
- setOsU(String) - Method in interface org.apache.directory.fortress.core.model.Administrator
-
Set a User OU attribute to be stored on the AdminRole entity.
- setOsU(String) - Method in class org.apache.directory.fortress.core.model.AdminRole
-
Set a User OU attribute to be stored on the AdminRole entity.
- setOsU(String) - Method in class org.apache.directory.fortress.core.model.UserAdminRole
-
Set a User OU attribute to be stored on the AdminRole entity.
- setOSUs(String) - Method in class org.apache.directory.fortress.core.ant.AdminRoleAnt
-
Load an OU into the collection of OUs stored by collection.
- setOsUSet(Set<String>) - Method in interface org.apache.directory.fortress.core.model.Administrator
-
Set a collection of optional User OU attributes to be stored on the AdminRole entity.
- setOsUSet(Set<String>) - Method in class org.apache.directory.fortress.core.model.AdminRole
-
Set a collection of optional User OU attributes to be stored on the AdminRole entity.
- setOsUSet(Set<String>) - Method in class org.apache.directory.fortress.core.model.UserAdminRole
-
Set a collection of optional User OU attributes to be stored on the AdminRole entity.
- setOu(String) - Method in class org.apache.directory.fortress.core.model.PermObj
-
Set the orgUnit name associated with PermObj.
- setOu(String) - Method in class org.apache.directory.fortress.core.model.User
-
Set the orgUnit name associated with User.
- setParent(String) - Method in interface org.apache.directory.fortress.core.model.Graphable
-
Set the occupant attribute with the contents of the User dn.
- setParent(String) - Method in class org.apache.directory.fortress.core.model.OrganizationalUnit
-
Set the optional parent attribute allows nesting of container nodes two levels below suffix.
- setParent(String) - Method in class org.apache.directory.fortress.core.model.OrgUnit
-
Set the occupant attribute with the contents of the User dn.
- setParent(String) - Method in class org.apache.directory.fortress.core.model.Relationship
-
Set the parent name.
- setParent(String) - Method in class org.apache.directory.fortress.core.model.Role
-
Set the occupant attribute with the contents of the User dn.
- setParent(AdminRole) - Method in class org.apache.directory.fortress.core.model.AdminRoleRelationship
- setParent(OrgUnit) - Method in class org.apache.directory.fortress.core.model.OrgUnitRelationship
- setParent(Role) - Method in class org.apache.directory.fortress.core.model.RoleRelationship
- setParents(Set<String>) - Method in interface org.apache.directory.fortress.core.model.Graphable
-
Set the names of roles names that are parents (direct ascendants) of this role.
- setParents(Set<String>) - Method in class org.apache.directory.fortress.core.model.OrgUnit
-
Set the names of orgUnit names that are parents (direct ascendants) of this orgUnit.
- setParents(Set<String>) - Method in class org.apache.directory.fortress.core.model.Role
-
Set the names of roles names that are parents (direct ascendants) of this role.
- setParents(Set<String>) - Method in class org.apache.directory.fortress.core.model.UserAdminRole
-
Set the names of parent admin roles.
- setParents(Set<String>) - Method in class org.apache.directory.fortress.core.model.UserRole
-
Set the names of roles names that are parents (direct ascendants) of this role.
- setPaSetName(String) - Method in class org.apache.directory.fortress.core.model.Permission
- setPaSets(Set<String>) - Method in class org.apache.directory.fortress.core.model.Permission
- setPassword(String) - Method in class org.apache.directory.fortress.core.model.User
-
Set the optional password attribute associated for a User.
- setPerm(Permission) - Method in class org.apache.directory.fortress.core.model.RolePerm
- setPhone(String) - Method in class org.apache.directory.fortress.core.ant.UserAnt
-
Set a phone on the user.
- setPhone(String) - Method in class org.apache.directory.fortress.core.model.User
-
Set phone number to stored in rfc822Mailbox format and associated with
inetOrgPerson
object class. - setPhones(List<String>) - Method in class org.apache.directory.fortress.core.model.User
-
Set multi-occurring
telephoneNumber
number to associated withorganizationalPerson
object class. - setPhoto(String) - Method in class org.apache.directory.fortress.core.ant.UserAnt
-
Set a photo on user's record
- setPostalCode(String) - Method in class org.apache.directory.fortress.core.ant.UserAnt
-
Set a postal code on address.
- setPostalCode(String) - Method in class org.apache.directory.fortress.core.model.Address
-
Accept a String that contains a value
postalCode
bound fororganizationalPerson
object class. - setPostOfficeBox(String) - Method in class org.apache.directory.fortress.core.ant.UserAnt
-
Set a post office box
- setPostOfficeBox(String) - Method in class org.apache.directory.fortress.core.model.Address
-
Accept a String that contains a value
postOfficeBox
bound fororganizationalPerson
object class. - setProperties(Properties) - Method in class org.apache.directory.fortress.core.model.Group
-
Replace teh collection of name/value pairs to attributes associated with Group entity.
- setPropertiesWithCsv(String) - Method in class org.apache.directory.fortress.core.model.Group
-
Add new collection of name=value pairs to attributes associated with Group.
- setProperty(String, String) - Method in class org.apache.directory.fortress.core.util.Config
-
Set the property String value to the apache commons config.
- setProps(String) - Method in class org.apache.directory.fortress.core.ant.ConfigAnt
-
Set the properties as a String.
- setProps(Props) - Method in class org.apache.directory.fortress.core.model.Configuration
-
Sets the value of the Props property.
- setProps(Props) - Method in class org.apache.directory.fortress.core.model.Group
-
Sets the value of the Props property.
- setProps(Props) - Method in class org.apache.directory.fortress.core.model.Permission
-
Sets the value of the Props property.
- setProps(Props) - Method in class org.apache.directory.fortress.core.model.PermObj
-
Sets the value of the Props property.
- setProps(Props) - Method in class org.apache.directory.fortress.core.model.User
-
Sets the value of the Props property.
- setProtocol(String) - Method in class org.apache.directory.fortress.core.model.Group
-
Set the protocol qualifier for this entity.
- setPwPolicy(String) - Method in class org.apache.directory.fortress.core.model.User
-
Sets the OpenLDAP password policy name to enable for User.
- setRawData(String) - Method in class org.apache.directory.fortress.core.model.Role
-
Required on DAO classes convert Temporal from raw ldap data to entity attributes.
- setRelationship(String, String) - Method in class org.apache.directory.fortress.core.model.Hier
-
Set the child and parent into the collection of valid relationships stored in this entity.
- setRelationship(Relationship) - Method in class org.apache.directory.fortress.core.model.Hier
-
Set the relationship object into the collection of valid relationships stored in this entity.
- setRelationships(List<Relationship>) - Method in class org.apache.directory.fortress.core.model.Hier
-
Set the list of relationships that are set in collection on this entity.
- setReqAssertion(String) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
Set the Compare operation the reqAssertion attribute carries the Attribute Value Assertion used in the compare request.
- setReqAttr(String) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
The reqAttr attribute lists the requested attributes if specific attributes were requested.
- setReqAttrsOnly(String) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
The reqAttrsOnly attribute is a Boolean value showing TRUE if only attribute names were requested, or FALSE if attributes and their values were requested.
- setReqAuthzID(String) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
The reqAuthzID attribute is the distinguishedName of the user that performed the operation.
- setReqAuthzID(String) - Method in class org.apache.directory.fortress.core.model.Bind
-
The reqAuthzID attribute is the distinguishedName of the user that performed the operation.
- setReqAuthzID(String) - Method in class org.apache.directory.fortress.core.model.Mod
-
The reqAuthzID attribute is the distinguishedName of the user that performed the operation.
- setReqControls(String) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
The reqControls and reqRespControls attributes carry any controls sent by the client on the request and returned by the server in the response, respectively.
- setReqControls(String) - Method in class org.apache.directory.fortress.core.model.Bind
-
The reqControls and reqRespControls attributes carry any controls sent by the client on the request and returned by the server in the response, respectively.
- setReqDerefAliases(String) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
The reqDerefAliases attribute is on of never, finding, searching, or always, denoting how aliases will be processed during the search.
- setReqDN(String) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
The reqDN attribute is the distinguishedName of the target of the operation.
- setReqDN(String) - Method in class org.apache.directory.fortress.core.model.Bind
-
The reqDN attribute is the distinguishedName of the target of the operation.
- setReqDN(String) - Method in class org.apache.directory.fortress.core.model.Mod
-
The reqDN attribute is the distinguishedName of the target of the operation.
- setReqEnd(String) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
reqEnd provide the end time of the operation.
- setReqEnd(String) - Method in class org.apache.directory.fortress.core.model.Bind
-
reqEnd provide the end time of the operation.
- setReqEnd(String) - Method in class org.apache.directory.fortress.core.model.Mod
-
reqEnd provide the end time of the operation.
- setReqEntries(String) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
The reqEntries attribute is the integer count of how many entries were returned by this search request.
- setReqFilter(String) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
The reqFilter attribute carries the filter used in the search request.
- setReqMethod(String) - Method in class org.apache.directory.fortress.core.model.Bind
-
The reqMethod attribute contains the Bind Method used in the Bind.
- setReqMod(List<String>) - Method in class org.apache.directory.fortress.core.model.Mod
-
The reqMod attribute carries all of the attributes of the original entry being added.
- setReqResult(String) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
The reqResult attribute is the numeric LDAP result code of the operation, indicating either success or a particular LDAP error code.
- setReqResult(String) - Method in class org.apache.directory.fortress.core.model.Bind
-
The reqResult attribute is the numeric LDAP result code of the operation, indicating either success or a particular LDAP error code.
- setReqResult(String) - Method in class org.apache.directory.fortress.core.model.Mod
-
The reqResult attribute is the numeric LDAP result code of the operation, indicating either success or a particular LDAP error code.
- setReqScope(String) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
The reqScope attribute contains the scope of the original search request, using the values specified for the LDAP URL format.
- setReqSession(String) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
The reqSession attribute is an implementation-specific identifier that is common to all the operations associated with the same LDAP session.
- setReqSession(String) - Method in class org.apache.directory.fortress.core.model.Bind
-
The reqSession attribute is an implementation-specific identifier that is common to all the operations associated with the same LDAP session.
- setReqSession(String) - Method in class org.apache.directory.fortress.core.model.Mod
-
The reqSession attribute is an implementation-specific identifier that is common to all the operations associated with the same LDAP session.
- setReqSizeLimit(String) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
The reqSizeLimit attribute indicate what limits were requested on the search operation.
- setReqStart(String) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
reqStart provide the start of the operation, They use generalizedTime syntax.
- setReqStart(String) - Method in class org.apache.directory.fortress.core.model.Bind
-
reqStart provide the start of the operation, They use generalizedTime syntax.
- setReqStart(String) - Method in class org.apache.directory.fortress.core.model.Mod
-
reqStart provide the start of the operation, They use generalizedTime syntax.
- setReqTimeLimit(String) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
The reqTimeLimit attribute indicate what limits were requested on the search operation.
- setReqType(String) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
The reqType attribute is a simple string containing the type of operation being logged, e.g.
- setReqType(String) - Method in class org.apache.directory.fortress.core.model.Bind
-
The reqType attribute is a simple string containing the type of operation being logged, e.g.
- setReqType(String) - Method in class org.apache.directory.fortress.core.model.Mod
-
The reqType attribute is a simple string containing the type of operation being logged, e.g.
- setReqVersion(String) - Method in class org.apache.directory.fortress.core.model.Bind
-
The reqVersion attribute which contains the LDAP protocol version specified in the Bind
- setReset(boolean) - Method in class org.apache.directory.fortress.core.model.User
-
If set to true User's password has been reset by administrator.
- setRole(String) - Method in class org.apache.directory.fortress.core.ant.RoleConstraintAnt
-
Accept a comma delimited String containing a list of Roles to be granted to a permission.
- setRole(String) - Method in class org.apache.directory.fortress.core.model.Permission
-
Add a Role name to list of Roles that are valid for this Permission.
- setRole(Role) - Method in class org.apache.directory.fortress.core.model.RolePerm
- setRole(UserRole) - Method in class org.apache.directory.fortress.core.model.Session
-
Add a single user-role object to the list of UserRoles for User.
- setRole(UserRole) - Method in class org.apache.directory.fortress.core.model.User
-
Add a single user-role object to the list of UserRoles for User.
- setRoleConstraints(List<RoleConstraint>) - Method in class org.apache.directory.fortress.core.model.UserRole
- setRoleName(String) - Method in class org.apache.directory.fortress.core.model.User
-
Add a single user-role object to the list of UserRoles for User.
- setRoleName(String) - Method in class org.apache.directory.fortress.core.util.AuthNValidator
- setRoleNm(String) - Method in class org.apache.directory.fortress.core.model.PermGrant
-
Set the role name associated with this entity.
- setRoleRangeRaw(String) - Method in interface org.apache.directory.fortress.core.model.Administrator
-
Load the role range attributes given a raw format.
- setRoleRangeRaw(String) - Method in class org.apache.directory.fortress.core.model.AdminRole
-
Load the role range attributes given a raw format.
- setRoleRangeRaw(String) - Method in class org.apache.directory.fortress.core.model.UserAdminRole
-
This method loads UserAdminRole entity Role range ARBAC constraint instance variables with data that was retrieved from the 'ftARC' attribute on the 'ftUserAttrs' object class.
- setRoles(List<UserRole>) - Method in class org.apache.directory.fortress.core.model.Group
-
Setter for auxiliary 'roles' field.
- setRoles(List<UserRole>) - Method in class org.apache.directory.fortress.core.model.Session
-
Add a list of RBAC Roles to this entity that have been activated into Session or are under consideration for activation.
- setRoles(List<UserRole>) - Method in class org.apache.directory.fortress.core.model.User
-
Add a list of RBAC Roles to this entity be considered for later processing: AccessMgr (user-role activation) or AdminMgr (user-role assignment).
- setRoles(Set<String>) - Method in class org.apache.directory.fortress.core.model.Permission
-
Set the collection of optional Roles that have been loaded into this entity.
- setRoomNumber(String) - Method in class org.apache.directory.fortress.core.ant.UserAnt
-
Set the room number.
- setRoomNumber(String) - Method in class org.apache.directory.fortress.core.model.Address
-
Accept a String that contains a value
roomNumber
bound forinetOrgperson
object class. - setSafeModify(Boolean) - Method in class org.apache.directory.fortress.core.model.PwPolicy
-
This optional attribute specifies whether or not the existing password must be sent along with the new password when being changed.
- setSdSet(SDSet) - Method in class org.apache.directory.fortress.core.util.cache.DsdCacheEntry
-
Set the DSD for this cache entry.
- setSequenceId(long) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
Sequence id is used internal to Fortress
- setSequenceId(long) - Method in class org.apache.directory.fortress.core.model.Bind
-
Sequence id is used internal to Fortress
- setSequenceId(long) - Method in class org.apache.directory.fortress.core.model.FortEntity
-
Sequence id is used internal to Fortress
- setSequenceId(long) - Method in class org.apache.directory.fortress.core.model.Mod
-
Sequence id is used internal to Fortress
- setSession(Session) - Method in class org.apache.directory.fortress.core.model.FortRequest
- setSession(Session) - Method in class org.apache.directory.fortress.core.model.FortResponse
- setSetMembers(String) - Method in class org.apache.directory.fortress.core.ant.SDSetAnt
-
Accept a comma delimited list of members, iterate of each and call the setter on the parent class.
- setSetType(String) - Method in class org.apache.directory.fortress.core.ant.SDSetAnt
-
Method accepts a String variable that maps to its parent's set type.
- setSn(String) - Method in class org.apache.directory.fortress.core.model.User
-
Set the surname associated with User.
- setSsdSetCardinality(SDSet, int) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This command sets the cardinality associated with a given SSD role set.
- setSsdSetCardinality(SDSet, int) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This command sets the cardinality associated with a given SSD role set.
- setSsdSetCardinality(SDSet, int) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This command sets the cardinality associated with a given SSD role set.
- setState(String) - Method in class org.apache.directory.fortress.core.ant.UserAnt
-
Set the state name of the user.
- setState(String) - Method in class org.apache.directory.fortress.core.model.Address
-
Accept a String that contains a value
st
(state) bound fororganizationalPerson
object class. - setStructuralObjectClass(String) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
Returns the name of the structural object class that is used to log the event.
- setStructuralObjectClass(String) - Method in class org.apache.directory.fortress.core.model.Bind
-
Returns the name of the structural object class that is used to log the event.
- setSubschemaSubentry(String) - Method in class org.apache.directory.fortress.core.model.AuthZ
-
Set the subschemaSubentry attribute from the audit entry.
- setSystem(Boolean) - Method in class org.apache.directory.fortress.core.model.User
- setTimeout(Integer) - Method in interface org.apache.directory.fortress.core.model.Constraint
-
Set the integer timeout that contains max time ((in minutes)) that entity may remain inactive.
- setTimeout(Integer) - Method in class org.apache.directory.fortress.core.model.Role
-
Set the integer timeout that contains max time ((in minutes)) that Role may remain inactive in User's session before it is deactivated.
- setTimeout(Integer) - Method in class org.apache.directory.fortress.core.model.User
-
Set the integer timeout that contains max time ((in minutes)) that User's session may remain inactive.
- setTimeout(Integer) - Method in class org.apache.directory.fortress.core.model.UserRole
-
Set the integer timeout that contains max time ((in minutes)) that entity may remain inactive.
- setTitle(String) - Method in class org.apache.directory.fortress.core.model.User
-
The honorific prefix(es) of the User, or "Title" in most Western languages (e.g.
- setType(String) - Method in class org.apache.directory.fortress.core.model.Permission
-
Set the optional type name which is an unconstrained attribute on Permission entity.
- setType(String) - Method in class org.apache.directory.fortress.core.model.PermissionAttributeSet
- setType(String) - Method in class org.apache.directory.fortress.core.model.PermObj
-
Sets the type attribute of the Perm object.
- setType(Group.Type) - Method in class org.apache.directory.fortress.core.model.Group
-
Set the required type of Group - 'USER' Or 'ROLE'.
- setType(Hier.Type) - Method in class org.apache.directory.fortress.core.model.Hier
-
Set the required type which determines which directory node this entity is bound to.
- setType(OrgUnit.Type) - Method in class org.apache.directory.fortress.core.model.OrgUnit
-
Get the type of OrgUnit for this entity.
- setType(RoleConstraint.RCType) - Method in class org.apache.directory.fortress.core.model.RoleConstraint
-
Set the constraint type.
- setType(SDSet.SDType) - Method in class org.apache.directory.fortress.core.model.SDSet
-
Set the required type of SD Set - 'STATIC' Or 'DYNAMIC'.
- setType(Warning.Type) - Method in class org.apache.directory.fortress.core.model.Warning
- setTypeName(String) - Method in class org.apache.directory.fortress.core.ant.OrgUnitAnt
-
Method accepts a String variable that maps to its parent's set type.
- setTypeName(String) - Method in class org.apache.directory.fortress.core.model.RoleConstraint
-
Method accepts a String variable that maps to its parent's set type.
- setUidNumber(String) - Method in class org.apache.directory.fortress.core.model.Configuration
- setUidNumber(String) - Method in class org.apache.directory.fortress.core.model.User
- setUser(String) - Method in class org.apache.directory.fortress.core.model.Permission
-
Add a UserId to list of Users that are valid for this Permission.
- setUser(User) - Method in class org.apache.directory.fortress.core.model.Session
-
Set a User entity into the Session.
- setUserId(String) - Method in class org.apache.directory.fortress.core.ant.RoleConstraintAnt
- setUserId(String) - Method in class org.apache.directory.fortress.core.model.PermGrant
-
Set the userId attribute on this entity.
- setUserId(String) - Method in interface org.apache.directory.fortress.core.model.PwMessage
-
Return the
User.userId
from entity. - setUserId(String) - Method in class org.apache.directory.fortress.core.model.Session
-
Set the userId that is associated with User.
- setUserId(String) - Method in class org.apache.directory.fortress.core.model.User
-
Set the userId that is associated with User.
- setUserId(String) - Method in class org.apache.directory.fortress.core.model.UserAudit
-
Set the optional userId attribute which limits set by org.apache.directory.fortress.core.model.User#userId.
- setUserId(String) - Method in class org.apache.directory.fortress.core.model.UserRole
-
Set the userId that is associated with UserRole.
- setUserProps(String) - Method in class org.apache.directory.fortress.core.ant.UserAnt
-
Set user properties.
- setUsers(Set<String>) - Method in class org.apache.directory.fortress.core.model.Permission
-
Set the collection of optional Users that have been loaded into this entity.
- setValidValues(List<String>) - Method in class org.apache.directory.fortress.core.model.PermissionAttribute
- setValue(String) - Method in class org.apache.directory.fortress.core.model.FortRequest
- setValue(String) - Method in class org.apache.directory.fortress.core.model.Props.Entry
-
Sets the value of the value property.
- setValue(String) - Method in class org.apache.directory.fortress.core.model.RoleConstraint
-
Set the objects value.
- setValues(List<String>) - Method in class org.apache.directory.fortress.core.model.FortResponse
- setValueSet(Set<String>) - Method in class org.apache.directory.fortress.core.model.FortResponse
- setWarning(Warning) - Method in interface org.apache.directory.fortress.core.model.PwMessage
-
Return the warning id that pertain to User's password.
- setWarning(Warning) - Method in class org.apache.directory.fortress.core.model.Session
-
Add a warning to the collection into Fortress Session object.
- setWarnings(List<Warning>) - Method in interface org.apache.directory.fortress.core.model.PwMessage
- setWarnings(List<Warning>) - Method in class org.apache.directory.fortress.core.model.Session
-
Set the warnings on this Session.
- shortForm() - Method in class org.apache.directory.fortress.core.cli.CmdLineParser.Option
- SN_LEN - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Fortress User surname cannot exceed length of 80.
- SSD_ADD - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- SSD_ADD_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Static Separation of Duty constraint cannot be added to the ldap server.
- SSD_ADD_MEMBER - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- SSD_CARD - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- SSD_CARD_UPDATE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- SSD_DEL_MEMBER - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- SSD_DELETE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- SSD_DELETE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Static Separation of Duty constraint cannot be removed from the ldap server.
- SSD_NM_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Static Separation of Duty name is required and cannot be null.
- SSD_NOT_FOUND - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Static Separation of Duty constraint could not be found on the ldap server.
- SSD_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Static Separation of Duty Constraint entity is required and cannot be null.
- SSD_READ - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- SSD_READ_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Static Separation of Duty constraint read failed on the ldap server.
- SSD_ROLE_SETS - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- SSD_ROLES - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- SSD_SEARCH_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Static Separation of Duty constraint search failed on the ldap server.
- SSD_SETS - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- SSD_UPDATE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- SSD_UPDATE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Static Separation of Duty constraint cannot be updated on the ldap server.
- SSD_VALIDATION_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The validation for Static Separation of Duty constraint data failed.
- ssdRoleSet(SDSet) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
This function returns the SSD data set that matches a particular set name.
- ssdRoleSet(SDSet) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
This function returns the SSD data set that matches a particular set name.
- ssdRoleSet(SDSet) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
This function returns the SSD data set that matches a particular set name.
- ssdRoleSetCardinality(SDSet) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
This function returns the cardinality associated with a SSD role set.
- ssdRoleSetCardinality(SDSet) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
This function returns the cardinality associated with a SSD role set.
- ssdRoleSetCardinality(SDSet) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
This function returns the cardinality associated with a SSD role set.
- ssdRoleSetRoles(SDSet) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
This function returns the set of roles of a SSD role set.
- ssdRoleSetRoles(SDSet) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
This function returns the set of roles of a SSD role set.
- ssdRoleSetRoles(SDSet) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
This function returns the set of roles of a SSD role set.
- ssdRoleSets(Role) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
This function returns the list of all SSD role sets that have a particular Role as member or Role's parent as a member.
- ssdRoleSets(Role) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
This function returns the list of all SSD role sets that have a particular Role as member or Role's parent as a member.
- ssdRoleSets(Role) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
This function returns the list of all SSD role sets that have a particular Role as member or Role's parent as a member.
- ssdSets(SDSet) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
This function returns the list of SSDs that match a given ssd name value.
- ssdSets(SDSet) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
This function returns the list of SSDs that match a given ssd name value.
- ssdSets(SDSet) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
This function returns the list of SSDs that match a given ssd name value.
- StandardException - Interface in org.apache.directory.fortress.core
-
Interface that is implemented by exception base class
StandardException
used to associate a Fortress error code to the exception instance. - STATIC - org.apache.directory.fortress.core.model.SDSet.SDType
-
Static Separation of Duty data set.
- StringOption(char, String) - Constructor for class org.apache.directory.fortress.core.cli.CmdLineParser.Option.StringOption
- StringOption(String) - Constructor for class org.apache.directory.fortress.core.cli.CmdLineParser.Option.StringOption
- Suffix - Class in org.apache.directory.fortress.core.model
-
A class storing the suffix information
- Suffix() - Constructor for class org.apache.directory.fortress.core.model.Suffix
-
Default constructor used by
FortressAntTask
- Suffix(String, String, String) - Constructor for class org.apache.directory.fortress.core.model.Suffix
-
Generate instance of suffix to be loaded as domain component ldap object.
- SUFFIX - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Parameter specifies the distinguished name (dn) of the LDAP suffix.
- SuffixP - Class in org.apache.directory.fortress.core.impl
-
Process module for the suffix or root node of Fortress directory structure.
- SuffixP() - Constructor for class org.apache.directory.fortress.core.impl.SuffixP
- SUFX_CREATE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The ldap suffix could not be created on the ldap server.
- SUFX_DCTOP_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Suffix domain component top level qualifier name failed the length check.
- SUFX_DCTOP_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The suffix domain component top level qualifier is required and cannot be null.
- SUFX_DELETE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The ldap suffix node could not be removed from the ldap server.
- SUFX_NAME_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied suffix name failed length check.
- SUFX_NAME_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The suffix name is required and cannot be null.
T
- TENANT - Static variable in class org.apache.directory.fortress.core.GlobalIds
- TEST_ON_BORROW - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Applies to all pools, connection validated on retrieval with dummy ldapsearch.
- TEST_ON_IDLE - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Applies to all pools, connection validated when idle with dummy ldapsearch.
- Testable - Interface in org.apache.directory.fortress.core.util
-
Interface is extended by custom Ant tasks that require JUnit validation.
- Time - Class in org.apache.directory.fortress.core.util.time
-
Class contains a custom timestamp that is processed by
Validator
to checkConstraint
. - Time() - Constructor for class org.apache.directory.fortress.core.util.time.Time
- timeout(Integer) - Method in interface org.apache.directory.fortress.core.util.ConstraintValidator
-
Perform simple reasonability check on contraint timeout value.
- timeout(Integer) - Method in class org.apache.directory.fortress.core.util.VUtil
-
Perform simple reasonability check on contraint timeout value.
- Timeout - Class in org.apache.directory.fortress.core.util.time
-
This class performs timeout validation for
Constraint
. - Timeout() - Constructor for class org.apache.directory.fortress.core.util.time.Timeout
- toString() - Method in class org.apache.directory.fortress.core.model.Address
- toString() - Method in class org.apache.directory.fortress.core.model.AdminRole
- toString() - Method in class org.apache.directory.fortress.core.model.AdminRoleRelationship
- toString() - Method in enum org.apache.directory.fortress.core.model.ComparisonOperator
- toString() - Method in class org.apache.directory.fortress.core.model.Context
- toString() - Method in class org.apache.directory.fortress.core.model.Group
- toString() - Method in class org.apache.directory.fortress.core.model.Hier
- toString() - Method in class org.apache.directory.fortress.core.model.OrganizationalUnit
- toString() - Method in class org.apache.directory.fortress.core.model.OrgUnit
- toString() - Method in class org.apache.directory.fortress.core.model.OrgUnitRelationship
- toString() - Method in class org.apache.directory.fortress.core.model.PermGrant
- toString() - Method in class org.apache.directory.fortress.core.model.Permission
- toString() - Method in class org.apache.directory.fortress.core.model.PermObj
- toString() - Method in class org.apache.directory.fortress.core.model.PwPolicy
- toString() - Method in class org.apache.directory.fortress.core.model.Relationship
- toString() - Method in class org.apache.directory.fortress.core.model.Role
- toString() - Method in class org.apache.directory.fortress.core.model.RoleConstraint
- toString() - Method in class org.apache.directory.fortress.core.model.RolePerm
- toString() - Method in class org.apache.directory.fortress.core.model.RoleRelationship
- toString() - Method in class org.apache.directory.fortress.core.model.SDSet
- toString() - Method in class org.apache.directory.fortress.core.model.Session
- toString() - Method in class org.apache.directory.fortress.core.model.Suffix
- toString() - Method in class org.apache.directory.fortress.core.model.User
-
Used to retrieve userId attributes concatenated in a comma separated value String..
- toString() - Method in class org.apache.directory.fortress.core.model.UserRole
-
Used to retrieve UserRole Role name attribute.
- toString() - Method in class org.apache.directory.fortress.core.model.Warning
- toString(String) - Method in class org.apache.directory.fortress.core.model.Role
- TRUST_STORE - Static variable in class org.apache.directory.fortress.core.GlobalIds
- TRUST_STORE_ON_CLASSPATH - Static variable in class org.apache.directory.fortress.core.GlobalIds
- TRUST_STORE_PW - Static variable in class org.apache.directory.fortress.core.GlobalIds
- TUtil - Class in org.apache.directory.fortress.core.util.time
-
Utility class to convert current time/date into internal format,
Time
, used forConstraint
checksVUtil.validateConstraints(org.apache.directory.fortress.core.model.Session, org.apache.directory.fortress.core.util.VUtil.ConstraintType, boolean)
. - type - Variable in class org.apache.directory.fortress.core.model.Hier
-
The hierarchy type - ROLE, AROLE, USER, PERM
- type - Variable in class org.apache.directory.fortress.core.model.OrgUnit
-
Maps to the location for a particular OrgUnit entity to either the User,
ou=OS-U
, or Permission,ou=OS-P
, tree in ldap. - TYPE - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Attribute name for storing type on either permission or groups.
U
- UID_NUMBER - Static variable in class org.apache.directory.fortress.core.GlobalIds
- unloadTemporal(Entry, Constraint) - Method in class org.apache.directory.fortress.core.ldap.LdapDataProvider
-
Convert constraint from raw ldap format to application entity.
- unlockUserAccount(User) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
Method will unlock user's password which will enable user to authenticate with directory.
- unlockUserAccount(User) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
Method will unlock user's password which will enable user to authenticate with directory.
- unlockUserAccount(User) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
Method will unlock user's password which will enable user to authenticate with directory.
- unmarshall(String) - Static method in class org.apache.directory.fortress.core.rest.RestUtils
-
Unmarshall the XML response into its associated Java objects.
- update(Configuration) - Method in interface org.apache.directory.fortress.core.ConfigMgr
-
Update existing cfg node with additional properties, or, replace existing properties.
- update(Configuration) - Method in class org.apache.directory.fortress.core.impl.ConfigMgrImpl
-
Update existing cfg node with additional properties, or, replace existing properties.
- update(Configuration) - Method in class org.apache.directory.fortress.core.rest.ConfigMgrRestImpl
-
Update existing cfg node with additional properties, or, replace existing properties.
- update(FortEntity, Properties) - Method in class org.apache.directory.fortress.core.impl.PropertyMgrImpl
-
Update properties (ftProps) to a supplied fortress entity (Group, Role, AdminRole, Permission, PermObj)
- update(FortEntity, Properties) - Method in interface org.apache.directory.fortress.core.PropertyMgr
-
Update properties (ftProps) to a supplied fortress entity (Group, Role, AdminRole, Permission, PermObj)
- update(FortEntity, Properties) - Method in class org.apache.directory.fortress.core.rest.PropertyMgrRestImpl
- update(Group) - Method in interface org.apache.directory.fortress.core.GroupMgr
-
Modify existing group node.
- update(Group) - Method in class org.apache.directory.fortress.core.impl.GroupMgrImpl
-
Modify existing group node.
- update(Group) - Method in class org.apache.directory.fortress.core.rest.GroupMgrRestImpl
-
Modify existing group node.
- update(OrgUnit) - Method in interface org.apache.directory.fortress.core.DelAdminMgr
-
Commands updates existing OrgUnit entity to OrgUnit dataset.
- update(OrgUnit) - Method in class org.apache.directory.fortress.core.impl.DelAdminMgrImpl
-
Commands updates existing OrgUnit entity to OrgUnit dataset.
- update(OrgUnit) - Method in class org.apache.directory.fortress.core.rest.DelAdminMgrRestImpl
-
Commands updates existing OrgUnit entity to OrgUnit dataset.
- update(PwPolicy) - Method in class org.apache.directory.fortress.core.impl.PwPolicyMgrImpl
-
This method will update an exiting policy entry to the POLICIES data set.
- update(PwPolicy) - Method in interface org.apache.directory.fortress.core.PwPolicyMgr
-
This method will update an exiting policy entry to the POLICIES data set.
- update(PwPolicy) - Method in class org.apache.directory.fortress.core.rest.PwPolicyMgrRestImpl
-
This method will update an exiting policy entry to the POLICIES data set.
- updateDsdSet(SDSet) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This command updates existing DSD set of roles and sets the cardinality n of its subsets that cannot have common users.
- updateDsdSet(SDSet) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This command updates existing DSD set of roles and sets the cardinality n of its subsets that cannot have common users.
- updateDsdSet(SDSet) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This command updates existing DSD set of roles and sets the cardinality n of its subsets that cannot have common users.
- UpdateException - Exception in org.apache.directory.fortress.core
-
This exception extends
SecurityException
and is thrown when DAO cannot update entity. - UpdateException(int, String) - Constructor for exception org.apache.directory.fortress.core.UpdateException
-
Create an exception with an error code that maps to
GlobalErrIds
and message text. - UpdateException(int, String, Exception) - Constructor for exception org.apache.directory.fortress.core.UpdateException
-
Create exception with error id, message and related exception.
- updatePermission(Permission) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This method will update permission operation pre-existing in target directory under
ou=Permissions,ou=RBAC,dc=yourHostName,dc=com
container in directory information tree. - updatePermission(Permission) - Method in interface org.apache.directory.fortress.core.DelAdminMgr
-
This method will update administrative permission operation pre-existing in target directory under
ou=AdminPerms,ou=ARBAC,dc=yourHostName,dc=com
container in directory information tree. - updatePermission(Permission) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This method will update permission operation pre-existing in target directory under
ou=Permissions,ou=RBAC,dc=yourHostName,dc=com
container in directory information tree. - updatePermission(Permission) - Method in class org.apache.directory.fortress.core.impl.DelAdminMgrImpl
-
This method will update administrative permission operation pre-existing in target directory under
ou=AdminPerms,ou=ARBAC,dc=yourHostName,dc=com
container in directory information tree. - updatePermission(Permission) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This method will update permission operation pre-existing in target directory under
ou=Permissions,ou=RBAC,dc=yourHostName,dc=com
container in directory information tree. - updatePermission(Permission) - Method in class org.apache.directory.fortress.core.rest.DelAdminMgrRestImpl
-
This method will update administrative permission operation pre-existing in target directory under
ou=AdminPerms,ou=ARBAC,dc=yourHostName,dc=com
container in directory information tree. - updatePermissionAttributeInSet(PermissionAttribute, String, boolean) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This method updates a permission attribute (ftPA) on a permission attribute set.
- updatePermissionAttributeInSet(PermissionAttribute, String, boolean) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This method updates a permission attribute (ftPA) on a permission attribute set.
- updatePermissionAttributeInSet(PermissionAttribute, String, boolean) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This method updates a permission attribute (ftPA) on a permission attribute set.
- updatePermObj(PermObj) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This method will update permission object in perms container in directory.
- updatePermObj(PermObj) - Method in interface org.apache.directory.fortress.core.DelAdminMgr
-
This method will update administrative permission object in perms container in directory.
- updatePermObj(PermObj) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This method will update permission object in perms container in directory.
- updatePermObj(PermObj) - Method in class org.apache.directory.fortress.core.impl.DelAdminMgrImpl
-
This method will update administrative permission object in perms container in directory.
- updatePermObj(PermObj) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This method will update permission object in perms container in directory.
- updatePermObj(PermObj) - Method in class org.apache.directory.fortress.core.rest.DelAdminMgrRestImpl
-
This method will update administrative permission object in perms container in directory.
- updateProperty(String, String, String, String) - Method in interface org.apache.directory.fortress.core.ConfigMgr
-
This method will update a single property with a new value..
- updateProperty(String, String, String, String) - Method in class org.apache.directory.fortress.core.impl.ConfigMgrImpl
-
This method will update a single property with a new value..
- updateProperty(String, String, String, String) - Method in class org.apache.directory.fortress.core.rest.ConfigMgrRestImpl
-
This method will update a single property with a new value..
- updateRole(AdminRole) - Method in interface org.apache.directory.fortress.core.DelAdminMgr
-
Method will update an AdminRole entity in the directory.
- updateRole(AdminRole) - Method in class org.apache.directory.fortress.core.impl.DelAdminMgrImpl
-
Method will update an AdminRole entity in the directory.
- updateRole(AdminRole) - Method in class org.apache.directory.fortress.core.rest.DelAdminMgrRestImpl
-
Method will update an AdminRole entity in the directory.
- updateRole(Role) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
Method will update a Role entity in the directory.
- updateRole(Role) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
Method will update a Role entity in the directory.
- updateRole(Role) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
Method will update a Role entity in the directory.
- updateSsdSet(SDSet) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This command updates existing SSD set of roles and sets the cardinality n of its subsets that cannot have common users.
- updateSsdSet(SDSet) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This command updates existing SSD set of roles and sets the cardinality n of its subsets that cannot have common users.
- updateSsdSet(SDSet) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This command updates existing SSD set of roles and sets the cardinality n of its subsets that cannot have common users.
- updateUser(User) - Method in interface org.apache.directory.fortress.core.AdminMgr
-
This method performs an update on User entity in directory.
- updateUser(User) - Method in class org.apache.directory.fortress.core.impl.AdminMgrImpl
-
This method performs an update on User entity in directory.
- updateUser(User) - Method in class org.apache.directory.fortress.core.rest.AdminMgrRestImpl
-
This method performs an update on User entity in directory.
- updateUserPolicy(String, String) - Method in class org.apache.directory.fortress.core.impl.PwPolicyMgrImpl
-
This method will associate a user entity with a password policy entity.
- updateUserPolicy(String, String) - Method in interface org.apache.directory.fortress.core.PwPolicyMgr
-
This method will associate a user entity with a password policy entity.
- updateUserPolicy(String, String) - Method in class org.apache.directory.fortress.core.rest.PwPolicyMgrRestImpl
-
This method will associate a user entity with a password policy entity.
- Updconfig - Class in org.apache.directory.fortress.core.ant
-
The class is used by
FortressAntTask
to update an existing config node. - Updconfig() - Constructor for class org.apache.directory.fortress.core.ant.Updconfig
-
All Ant data entities must have a default constructor.
- URLE_ACTIVATE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied RBAC Role could not be activated in the User's Session.
- URLE_ADMIN_CANNOT_ASSIGN - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The logged on administrator cannot assign RBAC Role to User because unauthorized.
- URLE_ADMIN_CANNOT_DEASSIGN - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The logged on administrator cannot deassign RBAC Role to User because unauthorized.
- URLE_ADMIN_CANNOT_GRANT - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The logged on administrator cannot grant RBAC Role to Permission because unauthorized.
- URLE_ADMIN_CANNOT_REVOKE - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The logged on administrator cannot revoke RBAC Role from Permission because unauthorized.
- URLE_ALREADY_ACTIVE - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The RBAC Role is already activated in User's Session.
- URLE_ASSIGN_EXIST - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The RBAC Role could not be assigned to User already has it assigned.
- URLE_ASSIGN_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The User RBAC Role assignment failed.
- URLE_ASSIGN_NOT_EXIST - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The RBAC Role could not be deassigned from User because it wasn't assigned in the first place.
- URLE_DEACTIVE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied RBAC Role could not be deactivated from the User's session.
- URLE_DEASSIGN_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The User RBAC Role deassignment failed.
- URLE_NOT_ACTIVE - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied RBAC Role is not activated in User's Session.
- URLE_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The UserRole entity was not supplied but is required.
- URLE_SEARCH_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The RBAC Role search could failed on server.
- User - Class in org.apache.directory.fortress.core.model
-
All entities (
User
,Role
,Permission
,PwPolicy
SDSet
etc...) are used to carry data between three Fortress layers.starting with the (1) Manager layer down thru middle (2) Process layer and it's processing rules into (3) DAO layer where persistence with the LDAP server occurs. - User() - Constructor for class org.apache.directory.fortress.core.model.User
-
Default constructor not intended for external use and is typically used by internal Fortress classes.
- User(String) - Constructor for class org.apache.directory.fortress.core.model.User
-
Construct User given userId.
- User(String, String) - Constructor for class org.apache.directory.fortress.core.model.User
-
Construct User given userId and password.
- User(String, String, String) - Constructor for class org.apache.directory.fortress.core.model.User
-
Construct User given userId and password.
- User(String, String, String[]) - Constructor for class org.apache.directory.fortress.core.model.User
-
Construct User given userId and password.
- User(String, String, String, String) - Constructor for class org.apache.directory.fortress.core.model.User
-
Construct User given userId and password.
- USER - org.apache.directory.fortress.core.model.Group.Type
-
Entry contains a set of Users.
- USER - org.apache.directory.fortress.core.model.Hier.Type
-
User OU data set
- USER - org.apache.directory.fortress.core.model.OrgUnit.Type
-
Type
User
nodes reside in User OU pool. - USER - org.apache.directory.fortress.core.model.RoleConstraint.RCType
- USER - org.apache.directory.fortress.core.util.VUtil.ConstraintType
-
Specifies
User
- USER_ADD - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- USER_ADD_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The User node could not be added to ldap.
- USER_ADD_FAILED_ALREADY_EXISTS - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The User node could not be added to ldap.
- USER_ADMIN_CANNOT_ADD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Admin is not authorized to add the User.
- USER_ADMIN_CANNOT_CHANGE - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The Admin is not authorized to edit the User.
- USER_ADMIN_NOT_AUTHORIZED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The logged on administrator is not authorized to perform the function.
- USER_ADMINROLE_ASSIGN - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
multivalued attribute contains Administrative Role assignments for Users.
- USER_ADMINROLE_DATA - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
multivalued attribute contains constraint policies for Administrative Role assignments for Users.
- USER_ASGNED - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- USER_ASGNED_ADMIN - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- USER_ASGNED_CONSTRAINTS - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- USER_ASGNED_CONSTRAINTS_KEY - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- USER_AUTHZED - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- USER_BIND_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The User bind operation failed on server.
- USER_CHGPW - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- USER_CN_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The common name was not supplied but is required.
- USER_CREATION_PASSWORD_FIELD - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
When this property is set to true in fortress.properties, the userPassword field on newly created users will not be created.
- USER_DELETE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- USER_DELETE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The User node could not be deleted from ldap.
- USER_DISABLE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- USER_GRANT - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- USER_ID_DUPLICATE - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The User could not be added because it already exists in ldap.
- USER_ID_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied userId was null and is required for this operation.
- USER_LOCK - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- USER_LOCKED_BY_CONST - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The User has been prevented to logon due to Fortress Constraints.
- USER_NOT_FOUND - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The User node was not found in ldap.
- USER_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The operation failed because the supplied User entity is null and is required.
- USER_OU_INVALID - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The User ou name supplied for User was not found on server.
- USER_OU_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The User ou name supplied for User was not found on server.
- USER_PERMS - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- USER_PLCY_VIOLATION - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The operation failed because of policy violation due to being designated a 'system' user..
- USER_PW_CHANGE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The password change failed on the server.
- USER_PW_CHK_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The User password check failed in ldap.
- USER_PW_EXPIRED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
Authentication failed because User's password is expired on the server.
- USER_PW_IN_HISTORY - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The password change failed because supplied User password was found in history.
- USER_PW_INVLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The supplied User password was invalid.
- USER_PW_INVLD_LEN - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The operation failed because the supplied User password is too long.
- USER_PW_LOCK_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The password lock operation failed on the server.
- USER_PW_LOCKED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
Authentication failed because User's password has been locked on the server.
- USER_PW_MOD_NOT_ALLOWED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The password change failed because User is not allowed to change password.
- USER_PW_MUST_SUPPLY_OLD - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The password change failed because User did not supply old password.
- USER_PW_NSF_QUALITY - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The password change failed because supplied password is not of sufficient quality.
- USER_PW_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The operation failed because the supplied User's password is required but was found to be null.
- USER_PW_PLCY_DEL_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The PW Policy node could not be removed from ldap.
- USER_PW_PLCY_INVALID - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The policy name supplied for User was not found on server.
- USER_PW_RESET - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The User's password is in reset state which requires change.
- USER_PW_RESET_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The reset password operation failed on the server.
- USER_PW_TOO_SHORT - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The password change failed because supplied User password was too short.
- USER_PW_TOO_YOUNG - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The password change failed because the supplied User password is too young.
- USER_PW_UNLOCK_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The password unlock operation failed on the server.
- USER_READ - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- USER_READ_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The User node could not be read from ldap.
- USER_RESET - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- USER_REVOKE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- USER_ROLE_DATA - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
multivalued attribute contains constraint policies for RBAC Role assignments for Users.
- USER_ROOT - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Specifies the dn of the container where the Fortress User data set is located within DIT.
- USER_SEARCH - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- USER_SEARCH_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The User node could not be searched in ldap.
- USER_SESS_CREATE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The User session could not be created.
- USER_SESS_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The required User Session was not supplied and is required.
- USER_SN_NULL - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The surname was not supplied but is required.
- USER_UNLOCK - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- USER_UPDATE - Static variable in class org.apache.directory.fortress.core.rest.HttpIds
- USER_UPDATE_FAILED - Static variable in class org.apache.directory.fortress.core.GlobalErrIds
-
The User node could not be updated in ldap.
- UserAdminRole - Class in org.apache.directory.fortress.core.model
-
The UserAdminRole entity extends the UserRole and is used to store ARBAC User to AdminRole assignment along with temporal and ARBAC contraint values.
- UserAdminRole() - Constructor for class org.apache.directory.fortress.core.model.UserAdminRole
-
Default constructor is used by internal Fortress classes.
- UserAdminRole(String, String) - Constructor for class org.apache.directory.fortress.core.model.UserAdminRole
-
Construct a UserRole entity given the required attributes 'userId' and 'role' name.
- UserAdminRole(String, Constraint) - Constructor for class org.apache.directory.fortress.core.model.UserAdminRole
-
Construct an ARBAC Role with required attribute 'userId' and optional temporal constraint.
- UserAnt - Class in org.apache.directory.fortress.core.ant
-
Entity is used by custom Apache Ant task for special handling of collections.
- UserAnt() - Constructor for class org.apache.directory.fortress.core.ant.UserAnt
- UserAudit - Class in org.apache.directory.fortress.core.model
-
This entity is used to pass search criteria into the
AuditMgr
APIs, down through the org.apache.directory.fortress.core.impl.AuditP process layer and finally into the org.apache.directory.fortress.core.impl.AuditDAO data access layer. - UserAudit() - Constructor for class org.apache.directory.fortress.core.model.UserAudit
- userId - Variable in class org.apache.directory.fortress.core.model.UserRole
- userId(String) - Static method in class org.apache.directory.fortress.core.util.VUtil
-
Simple null,
GlobalErrIds.USER_ID_NULL
, and length checks,GlobalErrIds.CONST_INVLD_FIELD_LEN
, on userId. - USERID_LEN - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Fortress userId cannot exceed length of 40.
- userPermissions(User) - Method in class org.apache.directory.fortress.core.impl.ReviewMgrImpl
-
This function returns the set of permissions a given user gets through his/her authorized roles.
- userPermissions(User) - Method in class org.apache.directory.fortress.core.rest.ReviewMgrRestImpl
-
This function returns the set of permissions a given user gets through his/her authorized roles.
- userPermissions(User) - Method in interface org.apache.directory.fortress.core.ReviewMgr
-
This function returns the set of permissions a given user gets through his/her authorized roles.
- UserRole - Class in org.apache.directory.fortress.core.model
-
The Fortress UserRole entity is used to store an RBAC User to Role assignment along with its temporal constraint values.
- UserRole() - Constructor for class org.apache.directory.fortress.core.model.UserRole
-
Default constructor is used by internal Fortress classes.
- UserRole(String) - Constructor for class org.apache.directory.fortress.core.model.UserRole
-
Construct a UserRole entity given the required attribute role' name.
- UserRole(String, String) - Constructor for class org.apache.directory.fortress.core.model.UserRole
-
Construct a UserRole entity given the required attributes 'userId' and 'role' name.
- UserRole(String, String, boolean) - Constructor for class org.apache.directory.fortress.core.model.UserRole
-
Construct a UserRole entity given the required attributes 'userId' and 'role' name.
- UserRole(String, Constraint) - Constructor for class org.apache.directory.fortress.core.model.UserRole
-
Construct an RBAC Role with required attribute 'userId' and optional temporal constraint.
- UserRoleConstraint - Class in org.apache.directory.fortress.core.util.time
-
This class performs dynamic constraint validation on role activation, per FC-235
- UserRoleConstraint() - Constructor for class org.apache.directory.fortress.core.util.time.UserRoleConstraint
V
- validate(Constraint) - Static method in class org.apache.directory.fortress.core.model.ConstraintUtil
-
Validate the non-null attributes on the constraint.
- validate(Session, Constraint, Time, VUtil.ConstraintType) - Method in class org.apache.directory.fortress.core.impl.DSDChecker
-
This method is called during entity activation,
VUtil.validateConstraints(org.apache.directory.fortress.core.model.Session, org.apache.directory.fortress.core.util.VUtil.ConstraintType, boolean)
and ensures the role does not violate dynamic separation of duty constraints. - validate(Session, Constraint, Time, VUtil.ConstraintType) - Method in class org.apache.directory.fortress.core.util.AuthNValidator
-
This method is called during user-role activation,
.VUtil#validateConstraints
and ensures the current user has been proper authentication status before activating the specified role into the session. - validate(Session, Constraint, Time, VUtil.ConstraintType) - Method in class org.apache.directory.fortress.core.util.time.ClockTime
-
This method is called during entity activation,
VUtil.validateConstraints(org.apache.directory.fortress.core.model.Session, org.apache.directory.fortress.core.util.VUtil.ConstraintType, boolean)
and ensures the current time is betweenConstraint.getBeginTime()
andConstraint.getBeginTime()
. - validate(Session, Constraint, Time, VUtil.ConstraintType) - Method in class org.apache.directory.fortress.core.util.time.Date
-
This method is called during entity activation,
VUtil.validateConstraints(org.apache.directory.fortress.core.model.Session, org.apache.directory.fortress.core.util.VUtil.ConstraintType, boolean)
and ensures the current date is betweenConstraint.getBeginDate()
andConstraint.getEndDate()
. - validate(Session, Constraint, Time, VUtil.ConstraintType) - Method in class org.apache.directory.fortress.core.util.time.Day
-
This method is called during entity activation,
VUtil.validateConstraints(org.apache.directory.fortress.core.model.Session, org.apache.directory.fortress.core.util.VUtil.ConstraintType, boolean)
and ensures the current day falls withinConstraint.getDayMask()
range. - validate(Session, Constraint, Time, VUtil.ConstraintType) - Method in class org.apache.directory.fortress.core.util.time.Discriminant
-
Deprecated.This method is called during entity activation,
VUtil.validateConstraints(org.apache.directory.fortress.core.model.Session, org.apache.directory.fortress.core.util.VUtil.ConstraintType, boolean)
and ensures role has a matching constraint value. - validate(Session, Constraint, Time, VUtil.ConstraintType) - Method in class org.apache.directory.fortress.core.util.time.LockDate
-
This method is called during entity activation,
VUtil.validateConstraints(org.apache.directory.fortress.core.model.Session, org.apache.directory.fortress.core.util.VUtil.ConstraintType, boolean)
and ensures the current date falls outside theConstraint.getBeginLockDate()
andConstraint.getEndLockDate()
range. - validate(Session, Constraint, Time, VUtil.ConstraintType) - Method in class org.apache.directory.fortress.core.util.time.Timeout
-
This method is called during entity activation,
VUtil.validateConstraints(org.apache.directory.fortress.core.model.Session, org.apache.directory.fortress.core.util.VUtil.ConstraintType, boolean)
and ensures the elapsed time a particular entity has been activated does not exceed specified. - validate(Session, Constraint, Time, VUtil.ConstraintType) - Method in class org.apache.directory.fortress.core.util.time.UserRoleConstraint
-
This method is called during entity activation,
VUtil.validateConstraints(org.apache.directory.fortress.core.model.Session, org.apache.directory.fortress.core.util.VUtil.ConstraintType, boolean)
and ensures role has a matching constraint value. - validate(Session, Constraint, Time, VUtil.ConstraintType) - Method in interface org.apache.directory.fortress.core.util.time.Validator
-
This method is called during activation of
UserRole
andUserAdminRole
- validateConstraints(Session, VUtil.ConstraintType, boolean) - Method in class org.apache.directory.fortress.core.util.VUtil
-
This utility iterates over all of the Validators initialized for runtime and calls them passing the
Constraint
contained within the targeted entity. - validateOrCopy(Constraint, Constraint) - Static method in class org.apache.directory.fortress.core.model.ConstraintUtil
-
Utility is used during processing of constraint values.
- ValidationException - Exception in org.apache.directory.fortress.core
-
This exception extends
SecurityException
and is thrown when Fortress cannot validate entity. - ValidationException(int, String) - Constructor for exception org.apache.directory.fortress.core.ValidationException
-
Create an exception with an error code that maps to
GlobalErrIds
and message text. - Validator - Interface in org.apache.directory.fortress.core.util.time
-
Interface used by Fortress to provide pluggable validation routines for constraints.
- VALIDATOR_PROPS - Static variable in class org.apache.directory.fortress.core.GlobalIds
-
Used to declare validation modules that are used to process constraint checks during session activation.
- value - Variable in class org.apache.directory.fortress.core.model.Props.Entry
- valueOf(String) - Static method in enum org.apache.directory.fortress.core.model.ComparisonOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.directory.fortress.core.model.Group.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.directory.fortress.core.model.Hier.Op
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.directory.fortress.core.model.Hier.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.directory.fortress.core.model.OrgUnit.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.directory.fortress.core.model.RoleConstraint.RCType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.directory.fortress.core.model.SDSet.SDType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.directory.fortress.core.model.Warning.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.directory.fortress.core.util.VUtil.ConstraintType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.directory.fortress.core.model.ComparisonOperator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.directory.fortress.core.model.Group.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.directory.fortress.core.model.Hier.Op
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.directory.fortress.core.model.Hier.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.directory.fortress.core.model.OrgUnit.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.directory.fortress.core.model.RoleConstraint.RCType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.directory.fortress.core.model.SDSet.SDType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.directory.fortress.core.model.Warning.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.directory.fortress.core.util.VUtil.ConstraintType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VUtil - Class in org.apache.directory.fortress.core.util
-
This class contains simple data validation utilities.
- VUtil.ConstraintType - Enum in org.apache.directory.fortress.core.util
-
enum specifies what type of constraint is being targeted - User or Role.
W
- wantsValue() - Method in class org.apache.directory.fortress.core.cli.CmdLineParser.Option
-
Tells whether or not this option wants a value
- Warning - Class in org.apache.directory.fortress.core.model
-
This entity is stored on
Session
and is used to pass warnings that occur during role activation and password policy validation. - Warning() - Constructor for class org.apache.directory.fortress.core.model.Warning
- Warning(int, String, Warning.Type) - Constructor for class org.apache.directory.fortress.core.model.Warning
- Warning(int, String, Warning.Type, String) - Constructor for class org.apache.directory.fortress.core.model.Warning
- Warning.Type - Enum in org.apache.directory.fortress.core.model
-
Type determines if warning is of type Role or Password Policy.
All Classes All Packages