public class IdentityService<T extends IdentityService<T>> extends Object
Constructor and Description |
---|
IdentityService() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
T |
outflowSecurityDomain(String value)
References to security domains to attempt to outflow any established
identity to
|
List<String> |
outflowSecurityDomains()
References to security domains to attempt to outflow any established
identity to
|
T |
outflowSecurityDomains(List<String> value)
References to security domains to attempt to outflow any established
identity to
|
T |
outflowSecurityDomains(String... args)
References to security domains to attempt to outflow any established
identity to
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public List<String> outflowSecurityDomains()
public T outflowSecurityDomains(List<String> value)
public T outflowSecurityDomain(String value)
Copyright © 2019 JBoss by Red Hat. All rights reserved.