Class OpEvent
java.lang.Object
org.apache.syncope.common.lib.types.OpEvent
- All Implemented Interfaces:
Serializable,BaseBean
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOpEvent(OpEvent.CategoryType type, String category, String subcategory, String op, OpEvent.Outcome outcome) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic OpEventfromString(String event) Parse event string into instance.getOp()getType()inthashCode()toString()static StringtoString(OpEvent.CategoryType type, String category, String subcategory, String op, OpEvent.Outcome outcome) Build event string with the following syntax:[type]:[category]:[subcategory]:[op]:[outcome]
-
Field Details
-
AUTHENTICATION_CATEGORY
- See Also:
-
LOGIN_OP
- See Also:
-
-
Constructor Details
-
OpEvent
public OpEvent(OpEvent.CategoryType type, String category, String subcategory, String op, OpEvent.Outcome outcome)
-
-
Method Details
-
fromString
Parse event string into instance.- Parameters:
event- event string- Returns:
- instance
-
toString
public static String toString(OpEvent.CategoryType type, String category, String subcategory, String op, OpEvent.Outcome outcome) Build event string with the following syntax:[type]:[category]:[subcategory]:[op]:[outcome]- Parameters:
type- event typecategory- event categorysubcategory- event subcategoryop- operation.outcome- outcome value condition- Returns:
- event string
-
getType
-
getCategory
-
getSubcategory
-
getOp
-
getOutcome
-
hashCode
public int hashCode() -
equals
-
toString
-