org.apache.qpid
Class QpidConfig.SecurityMechanism

java.lang.Object
  extended by org.apache.qpid.QpidConfig.SecurityMechanism
Enclosing class:
QpidConfig

public static class QpidConfig.SecurityMechanism
extends Object


Field Summary
(package private)  String handler
           
(package private)  String type
           
 
Constructor Summary
QpidConfig.SecurityMechanism(String type, String handler)
           
 
Method Summary
 String getHandler()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

String type

handler

String handler
Constructor Detail

QpidConfig.SecurityMechanism

QpidConfig.SecurityMechanism(String type,
                             String handler)
Method Detail

getHandler

public String getHandler()

getType

public String getType()


Licensed to the Apache Software Foundation