Class DeleteUserCredentials
java.lang.Object
tigase.auth.adhoc.AbstractCredentialsCommand
tigase.auth.adhoc.DeleteUserCredentials
- All Implemented Interfaces:
AdHocCommand
@Bean(name="auth-credentials-delete",
parent=SessionManager.class,
active=true)
public class DeleteUserCredentials
extends AbstractCredentialsCommand
-
Field Summary
FieldsFields inherited from class AbstractCredentialsCommand
authRepository, FIELD_CREDENTIAL_ID, FIELD_JID, FIELD_PASSWORD, FIELD_USERNAME, log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()getNode()protected voidprocessForm(Form form, AdhHocRequest request, AdHocResponse response) protected voidprocessNoForm(AdhHocRequest request, AdHocResponse response) Methods inherited from class AbstractCredentialsCommand
checkIfCanModifyJID, execute, getDefaultACL, isAllowedForMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AdHocCommand
execute, getGroup, isAllowedFor, isForSelf
-
Field Details
-
NODE
- See Also:
-
-
Constructor Details
-
DeleteUserCredentials
public DeleteUserCredentials()
-
-
Method Details
-
getName
-
getNode
-
processForm
protected void processForm(Form form, AdhHocRequest request, AdHocResponse response) throws TigaseDBException, AdHocCommandException - Specified by:
processFormin classAbstractCredentialsCommand- Throws:
TigaseDBExceptionAdHocCommandException
-
processNoForm
- Specified by:
processNoFormin classAbstractCredentialsCommand
-