AccountType (enum)

Whether the user’s account is local enabled (user/password) or delegated (eg LDAP), as per org.apache.causeway.extensions.secman.shiro.CausewayModuleExtSecmanShiroRealm#setDelegateAuthenticationRealm(org.apache.shiro.realm.AuthenticatingRealm) .

API

AccountType.java
enum AccountType {
  LOCAL
  DELEGATED
  boolean isLocal()
  boolean isDelegated()
  String toString()
}