Uses of Class
org.apache.manifoldcf.authorities.authorities.sharepoint.SharePointADAuthority.DCConnectionParameters
-
Packages that use SharePointADAuthority.DCConnectionParameters Package Description org.apache.manifoldcf.authorities.authorities.sharepoint -
-
Uses of SharePointADAuthority.DCConnectionParameters in org.apache.manifoldcf.authorities.authorities.sharepoint
Fields in org.apache.manifoldcf.authorities.authorities.sharepoint with type parameters of type SharePointADAuthority.DCConnectionParameters Modifier and Type Field Description protected java.util.Map<java.lang.String,SharePointADAuthority.DCConnectionParameters>SharePointADAuthority.AuthorizationResponseDescription. dcConnectionParamsConnection parametersMethods in org.apache.manifoldcf.authorities.authorities.sharepoint with parameters of type SharePointADAuthority.DCConnectionParameters Modifier and Type Method Description javax.naming.ldap.LdapContextSharePointADAuthority.DCSessionInfo. getADSession(java.lang.String domainControllerName, SharePointADAuthority.DCConnectionParameters params)Initialize the session.Constructor parameters in org.apache.manifoldcf.authorities.authorities.sharepoint with type arguments of type SharePointADAuthority.DCConnectionParameters Constructor Description AuthorizationResponseDescription(java.lang.String userName, java.util.Map<java.lang.String,SharePointADAuthority.DCConnectionParameters> dcConnectionParams, java.util.List<SharePointADAuthority.DCRule> dcRules, long responseLifetime, int LRUsize)Constructor.
-