Package org.flasby.iotmonitor
Class SecurityConfigTest.DisabledUser
- java.lang.Object
-
- org.flasby.entity.Users<Authority>
-
- org.flasby.entity.ChristmasUser
-
- org.flasby.iotmonitor.SecurityConfigTest.DisabledUser
-
- All Implemented Interfaces:
Serializable
,Principal
- Enclosing class:
- SecurityConfigTest
public static class SecurityConfigTest.DisabledUser extends ChristmasUser
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DisabledUser(String name, String alias, String password, Authority... roles)
-
Method Summary
-
Methods inherited from class org.flasby.entity.ChristmasUser
toString
-
Methods inherited from class org.flasby.entity.Users
checkPassword, equals, getAlias, getFailedLoginAttempts, getId, getName, getPassword, getProperties, getProperty, getRoles, hashCode, isDisabled, isOnline, setPassword, setProperty
-
-