Class IPAddressIntelligenceResponse
- java.lang.Object
-
- org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponse
-
- All Implemented Interfaces:
java.io.Serializable
public class IPAddressIntelligenceResponse extends java.lang.Object implements java.io.SerializableThis isIPAddressIntelligenceResponse.- Since:
- 6.0.0
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIPAddressIntelligenceResponse.IPAddressIntelligenceStatusStatus of ip addresses after examination.
-
Constructor Summary
Constructors Constructor Description IPAddressIntelligenceResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IPAddressIntelligenceResponseallowed()Allowed ip address intelligence response.static IPAddressIntelligenceResponsebanned()Banned ip address intelligence response.booleanisAllowed()booleanisBanned()booleanisRanked()
-
-
-
Method Detail
-
isBanned
public boolean isBanned()
-
isRanked
public boolean isRanked()
-
isAllowed
public boolean isAllowed()
-
allowed
public static IPAddressIntelligenceResponse allowed()
Allowed ip address intelligence response.- Returns:
- the ip address intelligence response
-
banned
public static IPAddressIntelligenceResponse banned()
Banned ip address intelligence response.- Returns:
- the ip address intelligence response
-
-