Class AccessResponse.Reject
java.lang.Object
org.tinyradius.core.packet.BaseRadiusPacket<RadiusResponse>
org.tinyradius.core.packet.response.GenericResponse
org.tinyradius.core.packet.response.AccessResponse
org.tinyradius.core.packet.response.AccessResponse.Reject
- All Implemented Interfaces:
AttributeHolder<RadiusResponse>
,NestedAttributeHolder<RadiusResponse>
,RadiusPacket<RadiusResponse>
,RadiusResponse
,MessageAuthSupport<RadiusResponse>
- Enclosing class:
- AccessResponse
-
Nested Class Summary
Nested classes/interfaces inherited from class org.tinyradius.core.packet.response.AccessResponse
AccessResponse.Accept, AccessResponse.Challenge, AccessResponse.Reject
-
Field Summary
Fields inherited from interface org.tinyradius.core.attribute.AttributeHolder
attrHolderLogger
Fields inherited from interface org.tinyradius.core.packet.util.MessageAuthSupport
MESSAGE_AUTHENTICATOR, msgAuthLogger
Fields inherited from interface org.tinyradius.core.packet.RadiusPacket
HEADER_LENGTH, MAX_PACKET_LENGTH
-
Constructor Summary
ConstructorsConstructorDescriptionReject
(Dictionary dictionary, io.netty.buffer.ByteBuf header, List<RadiusAttribute> attributes) -
Method Summary
Methods inherited from class org.tinyradius.core.packet.response.AccessResponse
decodeResponse, encodeResponse
Methods inherited from class org.tinyradius.core.packet.response.GenericResponse
with
Methods inherited from class org.tinyradius.core.packet.BaseRadiusPacket
equals, getAttributes, getAuthenticator, getChildVendorId, getDictionary, getHeader, getId, getType, hashCode, toString, verifyPacketAuth, withAttributes, withAuthAttributes
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.tinyradius.core.attribute.AttributeHolder
addAttribute, addAttribute, decodeAttributes, encodeAttributes, filterAttributes, filterAttributes, filterAttributes, getAttribute, getAttribute, getAttributeByteBuf, getAttributes, getChildVendorId, getDictionary, removeAttributes, removeLastAttribute, withAttributes
Methods inherited from interface org.tinyradius.core.packet.util.MessageAuthSupport
computeMessageAuth, encodeMessageAuth, verifyMessageAuth
Methods inherited from interface org.tinyradius.core.attribute.NestedAttributeHolder
addAttribute, filterAttributes, filterAttributes, getAttribute, getFlattenedAttributes, getVendorAttributes, removeAttribute, removeAttributes
Methods inherited from interface org.tinyradius.core.packet.RadiusPacket
genHashedAuth, getAuthenticator, getHeader, getId, getLength, getType, toByteBuf, toByteBuffer, toBytes
-
Constructor Details
-
Reject
public Reject(Dictionary dictionary, io.netty.buffer.ByteBuf header, List<RadiusAttribute> attributes) throws RadiusPacketException - Throws:
RadiusPacketException
-