Package org.wildfly.security.permission
Interface SecurityMessages
-
@MessageLogger(projectCode="WFSM") public interface SecurityMessages- Author:
- David M. Lloyd
-
-
Field Summary
Fields Modifier and Type Field Description static SecurityMessagespermission
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IllegalArgumentExceptioninvalidAction(String action, int offset, String actionString)IllegalArgumentExceptionunexpectedActionCharacter(char ch, int offset, String actionString)
-
-
-
Field Detail
-
permission
static final SecurityMessages permission
-
-
Method Detail
-
unexpectedActionCharacter
@Message(id=4, value="Unexpected character \'%s\' at offset %d of \'%s\'") IllegalArgumentException unexpectedActionCharacter(char ch, int offset, String actionString)
-
invalidAction
@Message(id=5, value="Invalid action \'%s\' at offset %d of \'%s\'") IllegalArgumentException invalidAction(String action, int offset, String actionString)
-
-