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

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/server/
H A DServerInfoResource.java81 public class ServerInfoResource extends RealmAwareResource { class in inherits:RealmAwareResource
92 public ServerInfoResource(@Named("frRest") Debug debug, ConsoleConfigHandler configHandler, RestSecurityProvider restSecurityProvider) { method in class:ServerInfoResource
114 debug.message("ServerInfoResource.getCookieDomains ::" +
119 debug.error("ServerInfoResource.getCookieDomains : Cannot retrieve cookie domains.", e);
167 debug.message("ServerInfoResource.getAllServerInfo ::" +
175 debug.error("ServerInfoResource.getAllServerInfo : Cannot retrieve all server info domains.", e);
328 debug.message("ServerInfoResource :: READ : in realm: " + realm);
337 debug.error("ServerInfoResource :: READ : in realm: " + realm +
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/server/
H A DServerInfoResource.java99 public class ServerInfoResource extends RealmAwareResource { class in inherits:RealmAwareResource
110 public ServerInfoResource(@Named("frRest") Debug debug, ConsoleConfigHandler configHandler, RestSecurityProvider restSecurityProvider) { method in class:ServerInfoResource
132 debug.message("ServerInfoResource.getCookieDomains ::" +
137 debug.error("ServerInfoResource.getCookieDomains : Cannot retrieve cookie domains.", e);
187 debug.message("ServerInfoResource.getAllServerInfo ::" +
195 debug.error("ServerInfoResource.getAllServerInfo : Cannot retrieve all server info domains.", e);
356 debug.message("ServerInfoResource :: READ : in realm: " + realm);
365 debug.error("ServerInfoResource :: READ : in realm: " + realm +

Completed in 21 milliseconds