Class LdapUserProviderInstance
java.lang.Object
org.opencastproject.userdirectory.ldap.LdapUserProviderInstance
- All Implemented Interfaces:
org.opencastproject.security.api.CachingUserProviderMXBean,org.opencastproject.security.api.UserProvider
public class LdapUserProviderInstance
extends Object
implements org.opencastproject.security.api.UserProvider, org.opencastproject.security.api.CachingUserProviderMXBean
A UserProvider that reads user roles from LDAP entries.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ObjectA token to store in the miss cachestatic final StringFields inherited from interface org.opencastproject.security.api.UserProvider
ALL_ORGANIZATIONS -
Method Summary
Modifier and TypeMethodDescriptionlongIterator<org.opencastproject.security.api.User> floatgetName()Iterator<org.opencastproject.security.api.User> getUsers()voidinvalidate(String userName) org.opencastproject.security.api.Userprotected org.opencastproject.security.api.UserloadUserFromLdap(String userName) Loads a user from LDAP.protected voidregisterMBean(String pid) Registers an MXBean.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opencastproject.security.api.UserProvider
findUsers
-
Field Details
-
PROVIDER_NAME
- See Also:
-
nullToken
A token to store in the miss cache
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.opencastproject.security.api.UserProvider
-
registerMBean
Registers an MXBean. -
getOrganization
- Specified by:
getOrganizationin interfaceorg.opencastproject.security.api.UserProvider- See Also:
-
loadUser
- Specified by:
loadUserin interfaceorg.opencastproject.security.api.UserProvider- See Also:
-
loadUserFromLdap
Loads a user from LDAP.- Parameters:
userName- the username- Returns:
- the user
-
getCacheHitRatio
public float getCacheHitRatio()- Specified by:
getCacheHitRatioin interfaceorg.opencastproject.security.api.CachingUserProviderMXBean- See Also:
-
findUsers
public Iterator<org.opencastproject.security.api.User> findUsers(String query, int offset, int limit) - Specified by:
findUsersin interfaceorg.opencastproject.security.api.UserProvider
-
getUsers
- Specified by:
getUsersin interfaceorg.opencastproject.security.api.UserProvider
-
countUsers
public long countUsers()- Specified by:
countUsersin interfaceorg.opencastproject.security.api.UserProvider
-
invalidate
- Specified by:
invalidatein interfaceorg.opencastproject.security.api.UserProvider
-