Package | Description |
---|---|
org.alfresco.jlan.server | |
org.alfresco.jlan.server.auth.acl | |
org.alfresco.jlan.server.config |
Modifier and Type | Method and Description |
---|---|
AccessControlManager |
NetworkServer.getAccessControlManager()
Return the access control manager
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultAccessControlManager
Default Access Control Manager Class
|
Modifier and Type | Method and Description |
---|---|
int |
UserAccessControl.allowsAccess(SrvSession sess,
SharedDevice share,
AccessControlManager mgr)
Check if the user name matches the access control user name and return the allowed access.
|
int |
DomainAccessControl.allowsAccess(SrvSession sess,
SharedDevice share,
AccessControlManager mgr)
Check if the domain name matches the access control domain name and return the allowed access.
|
int |
ProtocolAccessControl.allowsAccess(SrvSession sess,
SharedDevice share,
AccessControlManager mgr)
Check if the protocol matches the access control protocol list and return the allowed access.
|
int |
GidAccessControl.allowsAccess(SrvSession sess,
SharedDevice share,
AccessControlManager mgr)
Check if the session is an RPC session (NFS/mount) and the client is a member of the required
group.
|
abstract int |
AccessControl.allowsAccess(SrvSession sess,
SharedDevice share,
AccessControlManager mgr)
Check if the specified session has access to the shared device.
|
int |
UidAccessControl.allowsAccess(SrvSession sess,
SharedDevice share,
AccessControlManager mgr)
Check if the session is an RPC session (NFS/mount) and the client has the required Unix user id.
|
int |
IpAddressAccessControl.allowsAccess(SrvSession sess,
SharedDevice share,
AccessControlManager mgr)
Check if the TCP/IP address matches the specifed address or is within the subnet.
|
Modifier and Type | Method and Description |
---|---|
AccessControlManager |
SecurityConfigSection.getAccessControlManager()
Get the access control manager that is used to control per share access
|
Modifier and Type | Method and Description |
---|---|
int |
SecurityConfigSection.setAccessControlManager(AccessControlManager aclMgr)
Set the access control manager to be used to control per share access
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.