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

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DOutboundResourceAdapter.java66 private boolean reauthenticationSupport = false; field in class:OutboundResourceAdapter
86 return reauthenticationSupport;
90 return String.valueOf(reauthenticationSupport);
97 setReauthenticationSupport(boolean reauthenticationSupport) argument
100 this.reauthenticationSupport = reauthenticationSupport;
107 this.reauthenticationSupport =
H A DConnectorDescriptor.java84 private boolean reauthenticationSupport = false; field in class:ConnectorDescriptor
275 public void setReauthenticationSupport(boolean reauthenticationSupport) { argument

Completed in 324 milliseconds