@Deprecated public class FSAccountFedInfo extends Object
Constructor and Description |
---|
FSAccountFedInfo(String providerID,
NameIdentifier nameIdentifier,
int nameIdentifierType,
boolean isRoleIDP)
Deprecated.
Constructor.
|
FSAccountFedInfo(String providerID,
NameIdentifier localNameIdentifier,
NameIdentifier remoteNameIdentifier,
boolean isRoleIDP)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
activateFedStatus()
Deprecated.
Sets Federation Status as active.
|
void |
deActivateFedStatus()
Deprecated.
Sets Federation Status as Inactive.
|
boolean |
getAffiliation()
Deprecated.
Gets the affiliation federation type.
|
NameIdentifier |
getLocalNameIdentifier()
Deprecated.
Returns local NameIdentifier sent to other side(SP/IDP).
|
String |
getProviderID()
Deprecated.
Returns provider's (SP/IDP) ID.
|
NameIdentifier |
getRemoteNameIdentifier()
Deprecated.
Returns remote NameIdentifier received from other side(SP/IDP).
|
boolean |
isFedStatusActive()
Deprecated.
Returns true/false if Federation Status is Active/Inactive.
|
boolean |
isRoleIDP()
Deprecated.
Represents that in a specific federation remote
deployement participated as SP or IDP.
|
void |
setAffiliation(boolean isAffiliationFed)
Deprecated.
Sets the affiliation flag.
|
void |
setLocalNameIdentifier(NameIdentifier localNameIdentifier)
Deprecated.
Sets value in local field.
|
void |
setRemoteNameIdentifier(NameIdentifier remoteNameIdentifier)
Deprecated.
Sets value in local field.
|
public FSAccountFedInfo(String providerID, NameIdentifier nameIdentifier, int nameIdentifierType, boolean isRoleIDP) throws FSAccountMgmtException
providerID
- Specifies the provider's (SP/IDP) ID.nameIdentifier
- Contains NameIdentifier sent/received
in federation process.nameIdentifierType
- indicates if IdentifierType is of type
LOCAL or REMOTEisRoleIDP
- Represents that in a specific federation remote
deployement participated as SP or IDP.FSAccountMgmtException
- if illegal argument passed.public FSAccountFedInfo(String providerID, NameIdentifier localNameIdentifier, NameIdentifier remoteNameIdentifier, boolean isRoleIDP) throws FSAccountMgmtException
providerID
- Specifies provider's (SP/IDP) ID.localNameIdentifier
- Contains NameIdentifier sent to other side
in federation process.remoteNameIdentifier
- Contains NameIdentifier received from
other side in federation process.isRoleIDP
- Represents that in a specific federation remote
deployement participated as SP or IDP.FSAccountMgmtException
- if illegal argument passed.public String getProviderID()
public void setLocalNameIdentifier(NameIdentifier localNameIdentifier)
localNameIdentifier
- Contains NameIdentifier sent to other
side in federation process.public NameIdentifier getLocalNameIdentifier()
public void setRemoteNameIdentifier(NameIdentifier remoteNameIdentifier)
remoteNameIdentifier
- Contains NameIdentifier received from
other side in federation process.public NameIdentifier getRemoteNameIdentifier()
public void activateFedStatus()
public void deActivateFedStatus()
public boolean isFedStatusActive()
public boolean isRoleIDP()
public void setAffiliation(boolean isAffiliationFed)
isAffiliationFed
- true if the federation is affiliation type.public boolean getAffiliation()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.