Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CompassSecurity/SAMLRaider
/ Observer
Interface
Observer
src/main/java/application/Observer.java:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
application;
2
3
public
interface
Observer {
4
void
update();
5
}
Callers
1
notifyObservers
Method · 0.65
Implementers
1
SamlTabController
src/main/java/application/SamlTabContr
Calls
no outgoing calls
Tested by
no test coverage detected