Searched defs:authMechanisms (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DOutboundResourceAdapter.java65 private Set authMechanisms; field in class:OutboundResourceAdapter
76 this.authMechanisms = new OrderedSet();
175 if (authMechanisms == null) {
176 authMechanisms = new OrderedSet();
178 return authMechanisms;
190 for (Iterator itr = authMechanisms.iterator(); itr.hasNext();){
196 flag=this.authMechanisms.add(mech);
209 for (Iterator itr = authMechanisms.iterator(); itr.hasNext();){
212 flag=this.authMechanisms.remove(mech);
229 for (Iterator itr = authMechanisms
[all...]
H A DConnectorDescriptor.java80 private Set authMechanisms; field in class:ConnectorDescriptor
132 this.authMechanisms = new OrderedSet();

Completed in 376 milliseconds