com.isenshi.util.extlib
クラス LDAPSecurityImpl

java.lang.Object
  拡張org.apache.slide.security.SecurityImpl
      拡張org.apache.slide.security.ACLSecurityImpl
          拡張com.isenshi.util.extlib.LDAPSecurityImpl
すべての実装インタフェース:
org.apache.slide.security.Security

public class LDAPSecurityImpl
extends org.apache.slide.security.ACLSecurityImpl


フィールドの概要
 
クラス org.apache.slide.security.SecurityImpl から継承したフィールド
aclInheritanceType, logger, namespace, namespaceConfig, rolesCache
 
コンストラクタの概要
LDAPSecurityImpl()
           
 
メソッドの概要
 boolean hasPermission(org.apache.slide.structure.ObjectNode object, org.apache.slide.structure.SubjectNode role, org.apache.slide.structure.ActionNode action)
           
 boolean hasPermission(org.apache.slide.common.SlideToken token, org.apache.slide.structure.ObjectNode object, org.apache.slide.structure.ActionNode action)
           
 
クラス org.apache.slide.security.ACLSecurityImpl から継承したメソッド
getGroupMembership, getRoles, getRoles, getRoles, hasRole, hasRole, hasRole, init
 
クラス org.apache.slide.security.SecurityImpl から継承したメソッド
checkCredentials, checkPermission, checkPermission, denyPermission, denyPermission, denyPermission, enumeratePermissions, enumeratePermissions, enumeratePermissions, enumeratePermissions, getActionAggregation, getPrincipal, grantPermission, grantPermission, grantPermission, matchAction, matchPrincipal, matchPrincipal, retrieveAclSourceNodes, revokePermission, revokePermission, setPermissions
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

LDAPSecurityImpl

public LDAPSecurityImpl()
メソッドの詳細

hasPermission

public boolean hasPermission(org.apache.slide.common.SlideToken token,
                             org.apache.slide.structure.ObjectNode object,
                             org.apache.slide.structure.ActionNode action)
                      throws org.apache.slide.common.ServiceAccessException,
                             org.apache.slide.structure.ObjectNotFoundException
例外:
org.apache.slide.common.ServiceAccessException
org.apache.slide.structure.ObjectNotFoundException

hasPermission

public boolean hasPermission(org.apache.slide.structure.ObjectNode object,
                             org.apache.slide.structure.SubjectNode role,
                             org.apache.slide.structure.ActionNode action)
                      throws org.apache.slide.common.ServiceAccessException,
                             org.apache.slide.structure.ObjectNotFoundException
例外:
org.apache.slide.common.ServiceAccessException
org.apache.slide.structure.ObjectNotFoundException


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.