List of usage examples for javax.naming OperationNotSupportedException OperationNotSupportedException
public OperationNotSupportedException()
From source file:de.sub.goobi.helper.ldap.LdapUser.java
@Override public DirContext getSchemaClassDefinition(Name name) throws NamingException { throw new OperationNotSupportedException(); }
From source file:de.sub.goobi.helper.ldap.LdapUser.java
@Override public DirContext getSchemaClassDefinition(String name) throws NamingException { throw new OperationNotSupportedException(); }
From source file:de.sub.goobi.helper.ldap.LdapUser.java
@Override public NamingEnumeration<SearchResult> search(Name name, Attributes matchingAttributes, String[] attributesToReturn) throws NamingException { throw new OperationNotSupportedException(); }
From source file:de.sub.goobi.helper.ldap.LdapUser.java
@Override public NamingEnumeration<SearchResult> search(String name, Attributes matchingAttributes, String[] attributesToReturn) throws NamingException { throw new OperationNotSupportedException(); }
From source file:de.sub.goobi.helper.ldap.LdapUser.java
@Override public NamingEnumeration<SearchResult> search(Name name, Attributes matchingAttributes) throws NamingException { throw new OperationNotSupportedException(); }
From source file:de.sub.goobi.helper.ldap.LdapUser.java
@Override public NamingEnumeration<SearchResult> search(String name, Attributes matchingAttributes) throws NamingException { throw new OperationNotSupportedException(); }
From source file:de.sub.goobi.helper.ldap.LdapUser.java
@Override public NamingEnumeration<SearchResult> search(Name name, String filter, SearchControls cons) throws NamingException { throw new OperationNotSupportedException(); }
From source file:de.sub.goobi.helper.ldap.LdapUser.java
@Override public NamingEnumeration<SearchResult> search(String name, String filter, SearchControls cons) throws NamingException { throw new OperationNotSupportedException(); }
From source file:de.sub.goobi.helper.ldap.LdapUser.java
@Override public NamingEnumeration<SearchResult> search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons) throws NamingException { throw new OperationNotSupportedException(); }
From source file:de.sub.goobi.helper.ldap.LdapUser.java
@Override public NamingEnumeration<SearchResult> search(String name, String filterExpr, Object[] filterArgs, SearchControls cons) throws NamingException { throw new OperationNotSupportedException(); }