Package tigase.auth.adhoc
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
Fields Modifier and Type Field Description static java.lang.StringNODE-
Fields inherited from class tigase.auth.adhoc.AbstractCredentialsCommand
authRepository, FIELD_CREDENTIAL_ID, FIELD_JID, FIELD_PASSWORD, FIELD_USERNAME, log
-
-
Constructor Summary
Constructors Constructor Description DeleteUserCredentials()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()java.lang.StringgetNode()protected voidprocessForm(Form form, AdhHocRequest request, AdHocResponse response)protected voidprocessNoForm(AdhHocRequest request, AdHocResponse response)-
Methods inherited from class tigase.auth.adhoc.AbstractCredentialsCommand
checkIfCanModifyJID, execute, isAllowedFor
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface tigase.component.adhoc.AdHocCommand
execute, getGroup
-
-
-
-
Field Detail
-
NODE
public static final java.lang.String NODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getNode
public java.lang.String getNode()
-
processForm
protected void processForm(Form form, AdhHocRequest request, AdHocResponse response) throws TigaseDBException, AdHocCommandException
- Specified by:
processFormin classAbstractCredentialsCommand- Throws:
TigaseDBExceptionAdHocCommandException
-
processNoForm
protected void processNoForm(AdhHocRequest request, AdHocResponse response)
- Specified by:
processNoFormin classAbstractCredentialsCommand
-
-