MCPcopy Create free account
hub / github.com/apache/tomcat / setContainer

Method setContainer

java/org/apache/catalina/realm/JAASRealm.java:237–245  ·  view source on GitHub ↗
(Container container)

Source from the content-addressed store, hash-verified

235 }
236
237 @Override
238 public void setContainer(Container container) {
239 super.setContainer(container);
240
241 if (appName == null) {
242 appName = makeLegalForJAAS(container.getName());
243 log.info(sm.getString("jaasRealm.appName", appName));
244 }
245 }
246
247 /**
248 * Comma-delimited list of <code>java.security.Principal</code> classes that represent security roles.

Callers

nothing calls this directly

Calls 5

makeLegalForJAASMethod · 0.95
setContainerMethod · 0.65
getNameMethod · 0.65
infoMethod · 0.65
getStringMethod · 0.65

Tested by

no test coverage detected