net.jradius.dictionary.vsa_ntua
Class Attr_UserLogonType

java.lang.Object
  extended by net.jradius.packet.attribute.RadiusAttribute
      extended by net.jradius.packet.attribute.VSAttribute
          extended by net.jradius.dictionary.vsa_ntua.Attr_UserLogonType
All Implemented Interfaces:
java.io.Serializable

public final class Attr_UserLogonType
extends net.jradius.packet.attribute.VSAttribute

Attribute Name: UserLogon-Type
Attribute Type: 26
Vendor Id: 969
VSA Type: 13
Value Type: NamedValue
Possible Values:

Author:
class net.jradius.freeradius.RadiusDictionary
See Also:
Serialized Form

Nested Class Summary
protected  class Attr_UserLogonType.NamedValueMap
           
 
Nested classes/interfaces inherited from class net.jradius.packet.attribute.RadiusAttribute
net.jradius.packet.attribute.RadiusAttribute.Operator
 
Field Summary
static java.lang.Long FTP
           
static java.lang.Long IMAP
           
static Attr_UserLogonType.NamedValueMap map
           
static java.lang.String NAME
           
static java.lang.Long Other
           
static java.lang.Long POP
           
static long serialVersionUID
           
static java.lang.Long SMTPAuth
           
static long TYPE
           
static java.lang.Long UnixLogon
           
static int VENDOR_ID
           
static int VSA_TYPE
           
static java.lang.Long WEB
           
static java.lang.Long WindowsLogon
           
 
Fields inherited from class net.jradius.packet.attribute.VSAttribute
vendorId, vsaAttributeType
 
Fields inherited from class net.jradius.packet.attribute.RadiusAttribute
attributeName, attributeOp, attributeType, attributeValue
 
Constructor Summary
Attr_UserLogonType()
           
Attr_UserLogonType(java.io.Serializable o)
           
 
Method Summary
 void setup()
           
 
Methods inherited from class net.jradius.packet.attribute.VSAttribute
getFormattedType, getVendorId, getVsaAttributeType, setVendorId, setVsaAttributeType
 
Methods inherited from class net.jradius.packet.attribute.RadiusAttribute
getAttributeName, getAttributeOp, getType, getValue, setAttributeOp, setAttributeOp, setup, setup, setValue, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values

VENDOR_ID

public static final int VENDOR_ID
See Also:
Constant Field Values

VSA_TYPE

public static final int VSA_TYPE
See Also:
Constant Field Values

TYPE

public static final long TYPE
See Also:
Constant Field Values

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

FTP

public static final java.lang.Long FTP

WEB

public static final java.lang.Long WEB

POP

public static final java.lang.Long POP

IMAP

public static final java.lang.Long IMAP

WindowsLogon

public static final java.lang.Long WindowsLogon

UnixLogon

public static final java.lang.Long UnixLogon

SMTPAuth

public static final java.lang.Long SMTPAuth

Other

public static final java.lang.Long Other

map

public static Attr_UserLogonType.NamedValueMap map
Constructor Detail

Attr_UserLogonType

public Attr_UserLogonType()

Attr_UserLogonType

public Attr_UserLogonType(java.io.Serializable o)
Method Detail

setup

public void setup()
Specified by:
setup in class net.jradius.packet.attribute.RadiusAttribute


Copyright © 2008 JRadius Project, All Rights Reserved.