public abstract class BasePrincipalConnector extends AbstractResolutionPlugIn<String> implements PrincipalConnector
PrincipalConnector plug-ins.| Modifier and Type | Field and Description |
|---|---|
private String |
format
NameID Format.
|
private Set<String> |
relyingParties
Relying parties this connector is valid for.
|
| Constructor and Description |
|---|
BasePrincipalConnector()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFormat()
Get NamID format.
|
Set<String> |
getRelyingParties()
Get relying parties this connector is valid for.
|
void |
setFormat(String newFormat)
Set NameID format.
|
getDependencyIds, getId, getValuesFromAllDependencies, getValuesFromAttributeDependency, getValuesFromConnectorDependency, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDependencyIds, getId, resolve, validateprivate String format
public void setFormat(String newFormat)
newFormat - new NameID formatpublic String getFormat()
getFormat in interface PrincipalConnectorpublic Set<String> getRelyingParties()
getRelyingParties in interface PrincipalConnectorCopyright © 1999-2015. All Rights Reserved.