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