com.sun.identity.federation.accountmgmt
Class FSAccountFedInfo

java.lang.Object
  extended by com.sun.identity.federation.accountmgmt.FSAccountFedInfo

public class FSAccountFedInfo
extends Object

This class handles the information of federated user account.


Method Summary
 boolean getAffiliation()
          Gets the affiliation federation type.
 NameIdentifier getLocalNameIdentifier()
          Returns local NameIdentifier sent to other side(SP/IDP).
 String getProviderID()
          Returns provider's (SP/IDP) ID.
 NameIdentifier getRemoteNameIdentifier()
          Returns remote NameIdentifier received from other side(SP/IDP).
 boolean isRoleIDP()
          Represents that in a specific federation remote deployement participated as SP or IDP.
 

Method Detail

getProviderID

public String getProviderID()
Returns provider's (SP/IDP) ID.

Returns:
remote provider's id

getLocalNameIdentifier

public NameIdentifier getLocalNameIdentifier()
Returns local NameIdentifier sent to other side(SP/IDP).

Returns:
local NameIdentifier sent to other side

getRemoteNameIdentifier

public NameIdentifier getRemoteNameIdentifier()
Returns remote NameIdentifier received from other side(SP/IDP).

Returns:
remote NameIdentifier received from other side

isRoleIDP

public boolean isRoleIDP()
Represents that in a specific federation remote deployement participated as SP or IDP.

Returns:
true if in a specific federation remote deployement participated as IDP. And returns false if as SP.

getAffiliation

public boolean getAffiliation()
Gets the affiliation federation type.

Returns:
true if the federation is of affiliation type.