Package com.soffid.iam.rc.service
Interface NetworkIntelligenceService
public interface NetworkIntelligenceService
Service NetworkIntelligenceService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionOperation getConfigurationisAccountBreached(String account, String system) Operation isAccountBreachedisEmailBreached(String shortName, String mailDomain) Operation isEmailBreachedisPasswordBreached(String password) Operation isPasswordBreachedOperation saveConfigurationvalidateToken(String token) Operation validateTokenvoidverifyDomains(PrintWriter out) Operation verifyDomains
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getConfiguration
Operation getConfiguration- Returns:
- Throws:
InternalErrorException
-
saveConfiguration
Operation saveConfiguration- Parameters:
ni-- Returns:
- Throws:
InternalErrorException
-
validateToken
Operation validateToken- Parameters:
token-- Returns:
- Throws:
InternalErrorException
-
isAccountBreached
Operation isAccountBreached- Parameters:
account-system-- Returns:
- Throws:
InternalErrorException
-
isPasswordBreached
Operation isPasswordBreached- Parameters:
password-- Returns:
- Throws:
InternalErrorException
-
isEmailBreached
Operation isEmailBreached- Parameters:
shortName-mailDomain-- Returns:
- Throws:
InternalErrorException
-
verifyDomains
Operation verifyDomains- Parameters:
out-- Throws:
InternalErrorException
-