Package com.soffid.iam.rc.service.ejb
Interface NetworkIntelligenceService
public interface NetworkIntelligenceService
EJB NetworkIntelligenceService
-
Method Summary
Modifier and TypeMethodDescriptionisAccountBreached(String account, String system) isEmailBreached(String shortName, String mailDomain) isPasswordBreached(String password) validateToken(String token) voidverifyDomains(PrintWriter out)
-
Method Details
-
getConfiguration
- Throws:
InternalErrorException
-
saveConfiguration
- Throws:
InternalErrorException
-
validateToken
- Throws:
InternalErrorException
-
isAccountBreached
- Throws:
InternalErrorException
-
isPasswordBreached
- Throws:
InternalErrorException
-
isEmailBreached
- Throws:
InternalErrorException
-
verifyDomains
- Throws:
InternalErrorException
-