|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sourceforge.jradiusclient.RadiusPacket | +--net.sourceforge.jradiusclient.packets.PapAccessRequest
Released under the LGPL
Field Summary |
Fields inherited from class net.sourceforge.jradiusclient.RadiusPacket |
ACCESS_ACCEPT, ACCESS_CHALLENGE, ACCESS_REJECT, ACCESS_REQUEST, ACCOUNTING_MESSAGE, ACCOUNTING_REQUEST, ACCOUNTING_RESPONSE, ACCOUNTING_STATUS, EMPTYSTRING, MAX_PACKET_LENGTH, MIN_PACKET_LENGTH, PASSWORD_ACCEPT, PASSWORD_REJECT, PASSWORD_REQUEST, RADIUS_HEADER_LENGTH, RESERVED, STATUS_CLIENT, STATUS_SERVER |
Constructor Summary | |
PapAccessRequest(java.lang.String userName,
byte[] plaintextPassword)
|
|
PapAccessRequest(java.lang.String userName,
java.lang.String plaintextPassword)
|
Method Summary | |
void |
validateAttribute(RadiusAttribute radiusAttribute)
|
Methods inherited from class net.sourceforge.jradiusclient.RadiusPacket |
getAttribute, getAttributeBytes, getAttributes, getPacketIdentifier, getPacketType, setAttribute, setAttributes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PapAccessRequest(java.lang.String userName, java.lang.String plaintextPassword) throws InvalidParameterException
userName
- plaintextPassword
-
InvalidParameterException
public PapAccessRequest(java.lang.String userName, byte[] plaintextPassword) throws InvalidParameterException
userName
- plaintextPassword
-
InvalidParameterException
Method Detail |
public void validateAttribute(RadiusAttribute radiusAttribute) throws InvalidParameterException
validateAttribute
in class RadiusPacket
radiusAttribute
-
InvalidParameterException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |