Class CompositeAttributeLists


  • public class CompositeAttributeLists
    extends java.lang.Object
    Author:
    JMK
    • Constructor Summary

      Constructors 
      Constructor Description
      CompositeAttributeLists​(net.jradius.packet.attribute.AttributeList attributes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addToInner​(net.jradius.packet.attribute.RadiusAttribute attribute)  
      net.jradius.packet.AccessRequest createRadiusRequest​(net.jradius.client.auth.RadiusAuthenticator radiusAuthenticator)  
      boolean hasNoInnerAttributes()  
      void setTunneledAuthType​(java.lang.String ttlsInnerAuthType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CompositeAttributeLists

        public CompositeAttributeLists​(net.jradius.packet.attribute.AttributeList attributes)
    • Method Detail

      • addToInner

        public void addToInner​(net.jradius.packet.attribute.RadiusAttribute attribute)
      • hasNoInnerAttributes

        public boolean hasNoInnerAttributes()
      • setTunneledAuthType

        public void setTunneledAuthType​(java.lang.String ttlsInnerAuthType)
      • createRadiusRequest

        public net.jradius.packet.AccessRequest createRadiusRequest​(net.jradius.client.auth.RadiusAuthenticator radiusAuthenticator)