public class StaticIdentitySource extends Object
BasicAuthenticationPolicy implementation. This is likely
not something that will be used in production as it is very insecure. It
is mostly useful for testing.| Constructor and Description |
|---|
StaticIdentitySource()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<StaticIdentity> |
getIdentities() |
void |
setIdentities(List<StaticIdentity> identities) |
public List<StaticIdentity> getIdentities()
public void setIdentities(List<StaticIdentity> identities)
identities - the identities to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.