-
-
Field Summary
Fields Modifier and Type Field Description private Stringuserprivate Collection<String>allowedAccounts
-
Constructor Summary
Constructors Constructor Description AuthenticationDetails()AuthenticationDetails(String user, Array<String> allowedAccounts)AuthenticationDetails(String user, Collection<String> allowedAccounts)
-
Method Summary
Modifier and Type Method Description StringgetUser()Collection<String>getAllowedAccounts()voidsetUser(String user)voidsetAllowedAccounts(Collection<String> allowedAccounts)-
-
Method Detail
-
getAllowedAccounts
Collection<String> getAllowedAccounts()
-
setAllowedAccounts
void setAllowedAccounts(Collection<String> allowedAccounts)
-
-
-
-