164165166167168169170
} public NamingEnumeration search( Name name, Attributes matchingAttributes ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
170171172173174175176
} public void bind( String name, Object obj, Attributes attrs ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
176177178179180181182
} public void rebind( String name, Object obj, Attributes attrs ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
182183184185186187188
} public void bind( Name name, Object obj, Attributes attrs ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
188189190191192193194
} public void rebind( Name name, Object obj, Attributes attrs ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
194195196197198199200
} public Attributes getAttributes( String name, String[] attrIds ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
200201202203204205206
} public Attributes getAttributes( Name name, String[] attrIds ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
206207208209210211212
} public DirContext createSubcontext( String name, Attributes attrs ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
212213214215216217218
} public DirContext createSubcontext( Name name, Attributes attrs ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
218219220221222223224
} public NamingEnumeration search( String name, Attributes matchingAttributes, String[] attributesToReturn ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }