107108109110111112113
} public void modifyAttributes( Name name, int mod_op, Attributes attrs ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
113114115116117118119
} public DirContext getSchema( String name ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
119120121122123124125
} public DirContext getSchemaClassDefinition( String name ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
125126127128129130131
} public DirContext getSchema( Name name ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
131132133134135136137
} public DirContext getSchemaClassDefinition( Name name ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
137138139140141142143
} public void modifyAttributes( String name, ModificationItem[] mods ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
143144145146147148149
} public void modifyAttributes( Name name, ModificationItem[] mods ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
149150151152153154155
} public NamingEnumeration search( String name, Attributes matchingAttributes ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
155156157158159160161
} public NamingEnumeration search( Name name, Attributes matchingAttributes ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }
161162163164165166167
} public void bind( String name, Object obj, Attributes attrs ) throws NamingException { throw new LdapServiceUnavailableException( EXCEPTION_MSG, ResultCodeEnum.UNAVAILABLE ); }