com.sun.jdmk.snmp.usm.usmmib
Interface UsmUserEntryMBean

All Known Implementing Classes:
UsmUserEntry

Deprecated. Use package com.sun.management.snmp.usm.usmmib in preference to classes in this package. This class may be removed in a future version of Java DMK.

public interface UsmUserEntryMBean

This interface is used for representing the remote management interface for the "UsmUserEntry" MBean.

Since:
Java DMK 5.0

Method Summary
 void checkUsmUserAuthKeyChange(Byte[] x)
          Deprecated. Checker for the "UsmUserAuthKeyChange" variable.
 void checkUsmUserAuthProtocol(String x)
          Deprecated. Checker for the "UsmUserAuthProtocol" variable.
 void checkUsmUserCloneFrom(String x)
          Deprecated. Checker for the "UsmUserCloneFrom" variable.
 void checkUsmUserOwnAuthKeyChange(Byte[] x)
          Deprecated. Checker for the "UsmUserOwnAuthKeyChange" variable.
 void checkUsmUserOwnPrivKeyChange(Byte[] x)
          Deprecated. Checker for the "UsmUserOwnPrivKeyChange" variable.
 void checkUsmUserPrivKeyChange(Byte[] x)
          Deprecated. Checker for the "UsmUserPrivKeyChange" variable.
 void checkUsmUserPrivProtocol(String x)
          Deprecated. Checker for the "UsmUserPrivProtocol" variable.
 void checkUsmUserPublic(Byte[] x)
          Deprecated. Checker for the "UsmUserPublic" variable.
 void checkUsmUserStatus(EnumUsmUserStatus x)
          Deprecated. Checker for the "UsmUserStatus" variable.
 void checkUsmUserStorageType(EnumUsmUserStorageType x)
          Deprecated. Checker for the "UsmUserStorageType" variable.
 Byte[] getUsmUserAuthKeyChange()
          Deprecated. Getter for the "UsmUserAuthKeyChange" variable.
 String getUsmUserAuthProtocol()
          Deprecated. Getter for the "UsmUserAuthProtocol" variable.
 String getUsmUserCloneFrom()
          Deprecated. Getter for the "UsmUserCloneFrom" variable.
 Byte[] getUsmUserEngineID()
          Deprecated. Getter for the "UsmUserEngineID" variable.
 String getUsmUserName()
          Deprecated. Getter for the "UsmUserName" variable.
 Byte[] getUsmUserOwnAuthKeyChange()
          Deprecated. Getter for the "UsmUserOwnAuthKeyChange" variable.
 Byte[] getUsmUserOwnPrivKeyChange()
          Deprecated. Getter for the "UsmUserOwnPrivKeyChange" variable.
 Byte[] getUsmUserPrivKeyChange()
          Deprecated. Getter for the "UsmUserPrivKeyChange" variable.
 String getUsmUserPrivProtocol()
          Deprecated. Getter for the "UsmUserPrivProtocol" variable.
 Byte[] getUsmUserPublic()
          Deprecated. Getter for the "UsmUserPublic" variable.
 String getUsmUserSecurityName()
          Deprecated. Getter for the "UsmUserSecurityName" variable.
 EnumUsmUserStatus getUsmUserStatus()
          Deprecated. Getter for the "UsmUserStatus" variable.
 EnumUsmUserStorageType getUsmUserStorageType()
          Deprecated. Getter for the "UsmUserStorageType" variable.
 void setUsmUserAuthKeyChange(Byte[] x)
          Deprecated. Setter for the "UsmUserAuthKeyChange" variable.
 void setUsmUserAuthProtocol(String x)
          Deprecated. Setter for the "UsmUserAuthProtocol" variable.
 void setUsmUserCloneFrom(String x)
          Deprecated. Setter for the "UsmUserCloneFrom" variable.
 void setUsmUserOwnAuthKeyChange(Byte[] x)
          Deprecated. Setter for the "UsmUserOwnAuthKeyChange" variable.
 void setUsmUserOwnPrivKeyChange(Byte[] x)
          Deprecated. Setter for the "UsmUserOwnPrivKeyChange" variable.
 void setUsmUserPrivKeyChange(Byte[] x)
          Deprecated. Setter for the "UsmUserPrivKeyChange" variable.
 void setUsmUserPrivProtocol(String x)
          Deprecated. Setter for the "UsmUserPrivProtocol" variable.
 void setUsmUserPublic(Byte[] x)
          Deprecated. Setter for the "UsmUserPublic" variable.
 void setUsmUserStatus(EnumUsmUserStatus x)
          Deprecated. Setter for the "UsmUserStatus" variable.
 void setUsmUserStorageType(EnumUsmUserStorageType x)
          Deprecated. Setter for the "UsmUserStorageType" variable.
 

Method Detail

getUsmUserPrivKeyChange

public Byte[] getUsmUserPrivKeyChange()
                               throws SnmpStatusException
Deprecated. 
Getter for the "UsmUserPrivKeyChange" variable.

Throws:
SnmpStatusException

setUsmUserPrivKeyChange

public void setUsmUserPrivKeyChange(Byte[] x)
                             throws SnmpStatusException
Deprecated. 
Setter for the "UsmUserPrivKeyChange" variable.

Throws:
SnmpStatusException

checkUsmUserPrivKeyChange

public void checkUsmUserPrivKeyChange(Byte[] x)
                               throws SnmpStatusException
Deprecated. 
Checker for the "UsmUserPrivKeyChange" variable.

Throws:
SnmpStatusException

getUsmUserPrivProtocol

public String getUsmUserPrivProtocol()
                              throws SnmpStatusException
Deprecated. 
Getter for the "UsmUserPrivProtocol" variable.

Throws:
SnmpStatusException

setUsmUserPrivProtocol

public void setUsmUserPrivProtocol(String x)
                            throws SnmpStatusException
Deprecated. 
Setter for the "UsmUserPrivProtocol" variable.

Throws:
SnmpStatusException

checkUsmUserPrivProtocol

public void checkUsmUserPrivProtocol(String x)
                              throws SnmpStatusException
Deprecated. 
Checker for the "UsmUserPrivProtocol" variable.

Throws:
SnmpStatusException

getUsmUserOwnAuthKeyChange

public Byte[] getUsmUserOwnAuthKeyChange()
                                  throws SnmpStatusException
Deprecated. 
Getter for the "UsmUserOwnAuthKeyChange" variable.

Throws:
SnmpStatusException

setUsmUserOwnAuthKeyChange

public void setUsmUserOwnAuthKeyChange(Byte[] x)
                                throws SnmpStatusException
Deprecated. 
Setter for the "UsmUserOwnAuthKeyChange" variable.

Throws:
SnmpStatusException

checkUsmUserOwnAuthKeyChange

public void checkUsmUserOwnAuthKeyChange(Byte[] x)
                                  throws SnmpStatusException
Deprecated. 
Checker for the "UsmUserOwnAuthKeyChange" variable.

Throws:
SnmpStatusException

getUsmUserAuthKeyChange

public Byte[] getUsmUserAuthKeyChange()
                               throws SnmpStatusException
Deprecated. 
Getter for the "UsmUserAuthKeyChange" variable.

Throws:
SnmpStatusException

setUsmUserAuthKeyChange

public void setUsmUserAuthKeyChange(Byte[] x)
                             throws SnmpStatusException
Deprecated. 
Setter for the "UsmUserAuthKeyChange" variable.

Throws:
SnmpStatusException

checkUsmUserAuthKeyChange

public void checkUsmUserAuthKeyChange(Byte[] x)
                               throws SnmpStatusException
Deprecated. 
Checker for the "UsmUserAuthKeyChange" variable.

Throws:
SnmpStatusException

getUsmUserAuthProtocol

public String getUsmUserAuthProtocol()
                              throws SnmpStatusException
Deprecated. 
Getter for the "UsmUserAuthProtocol" variable.

Throws:
SnmpStatusException

setUsmUserAuthProtocol

public void setUsmUserAuthProtocol(String x)
                            throws SnmpStatusException
Deprecated. 
Setter for the "UsmUserAuthProtocol" variable.

Throws:
SnmpStatusException

checkUsmUserAuthProtocol

public void checkUsmUserAuthProtocol(String x)
                              throws SnmpStatusException
Deprecated. 
Checker for the "UsmUserAuthProtocol" variable.

Throws:
SnmpStatusException

getUsmUserCloneFrom

public String getUsmUserCloneFrom()
                           throws SnmpStatusException
Deprecated. 
Getter for the "UsmUserCloneFrom" variable.

Throws:
SnmpStatusException

setUsmUserCloneFrom

public void setUsmUserCloneFrom(String x)
                         throws SnmpStatusException
Deprecated. 
Setter for the "UsmUserCloneFrom" variable.

Throws:
SnmpStatusException

checkUsmUserCloneFrom

public void checkUsmUserCloneFrom(String x)
                           throws SnmpStatusException
Deprecated. 
Checker for the "UsmUserCloneFrom" variable.

Throws:
SnmpStatusException

getUsmUserStatus

public EnumUsmUserStatus getUsmUserStatus()
                                   throws SnmpStatusException
Deprecated. 
Getter for the "UsmUserStatus" variable.

Throws:
SnmpStatusException

setUsmUserStatus

public void setUsmUserStatus(EnumUsmUserStatus x)
                      throws SnmpStatusException
Deprecated. 
Setter for the "UsmUserStatus" variable.

Throws:
SnmpStatusException

checkUsmUserStatus

public void checkUsmUserStatus(EnumUsmUserStatus x)
                        throws SnmpStatusException
Deprecated. 
Checker for the "UsmUserStatus" variable.

Throws:
SnmpStatusException

getUsmUserStorageType

public EnumUsmUserStorageType getUsmUserStorageType()
                                             throws SnmpStatusException
Deprecated. 
Getter for the "UsmUserStorageType" variable.

Throws:
SnmpStatusException

setUsmUserStorageType

public void setUsmUserStorageType(EnumUsmUserStorageType x)
                           throws SnmpStatusException
Deprecated. 
Setter for the "UsmUserStorageType" variable.

Throws:
SnmpStatusException

checkUsmUserStorageType

public void checkUsmUserStorageType(EnumUsmUserStorageType x)
                             throws SnmpStatusException
Deprecated. 
Checker for the "UsmUserStorageType" variable.

Throws:
SnmpStatusException

getUsmUserSecurityName

public String getUsmUserSecurityName()
                              throws SnmpStatusException
Deprecated. 
Getter for the "UsmUserSecurityName" variable.

Throws:
SnmpStatusException

getUsmUserName

public String getUsmUserName()
                      throws SnmpStatusException
Deprecated. 
Getter for the "UsmUserName" variable.

Throws:
SnmpStatusException

getUsmUserPublic

public Byte[] getUsmUserPublic()
                        throws SnmpStatusException
Deprecated. 
Getter for the "UsmUserPublic" variable.

Throws:
SnmpStatusException

setUsmUserPublic

public void setUsmUserPublic(Byte[] x)
                      throws SnmpStatusException
Deprecated. 
Setter for the "UsmUserPublic" variable.

Throws:
SnmpStatusException

checkUsmUserPublic

public void checkUsmUserPublic(Byte[] x)
                        throws SnmpStatusException
Deprecated. 
Checker for the "UsmUserPublic" variable.

Throws:
SnmpStatusException

getUsmUserEngineID

public Byte[] getUsmUserEngineID()
                          throws SnmpStatusException
Deprecated. 
Getter for the "UsmUserEngineID" variable.

Throws:
SnmpStatusException

getUsmUserOwnPrivKeyChange

public Byte[] getUsmUserOwnPrivKeyChange()
                                  throws SnmpStatusException
Deprecated. 
Getter for the "UsmUserOwnPrivKeyChange" variable.

Throws:
SnmpStatusException

setUsmUserOwnPrivKeyChange

public void setUsmUserOwnPrivKeyChange(Byte[] x)
                                throws SnmpStatusException
Deprecated. 
Setter for the "UsmUserOwnPrivKeyChange" variable.

Throws:
SnmpStatusException

checkUsmUserOwnPrivKeyChange

public void checkUsmUserOwnPrivKeyChange(Byte[] x)
                                  throws SnmpStatusException
Deprecated. 
Checker for the "UsmUserOwnPrivKeyChange" variable.

Throws:
SnmpStatusException

FCS Release
jdmk-5_1-b34.1 2005.02.10_16:46:09_MET

Copyright 1998-2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.