public class NSStatusManagement extends AttributeStatusManagement
| Constructor and Description |
|---|
NSStatusManagement() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getStatus(Attributes attributes,
List<String> posixGroups,
List<String> ldapGroups)
Implement this method to retrieve user status from the given parameters.
|
protected String |
getStatusAttrActiveValue() |
protected String |
getStatusAttrInactiveValue() |
protected String |
getStatusAttrName() |
void |
setStatus(boolean status,
Attributes attributes,
List<String> posixGroups,
List<String> ldapGroups)
Implements this method to alter information given by input parameters in
order to implement a custom enable/disable behaviour.
|
getOperationalAttributesgetInstanceprotected String getStatusAttrName()
getStatusAttrName in class AttributeStatusManagementprotected String getStatusAttrActiveValue()
getStatusAttrActiveValue in class AttributeStatusManagementprotected String getStatusAttrInactiveValue()
getStatusAttrInactiveValue in class AttributeStatusManagementpublic void setStatus(boolean status,
Attributes attributes,
List<String> posixGroups,
List<String> ldapGroups)
StatusManagementsetStatus in class AttributeStatusManagementattributes - entity ldap attributes.posixGroups - entity ldap groups.ldapGroups - entity posix groups.public Boolean getStatus(Attributes attributes, List<String> posixGroups, List<String> ldapGroups)
StatusManagementgetStatus in class AttributeStatusManagementattributes - entity ldap attributes.posixGroups - entity posix groups.ldapGroups - entity ldap groups.Copyright © 2014. All Rights Reserved.