com.sun.identity.federation.accountmgmt
クラス FSAccountFedInfo

java.lang.Object
  上位を拡張 com.sun.identity.federation.accountmgmt.FSAccountFedInfo

public class FSAccountFedInfo
extends Object

This class handles the information of federated user account.


メソッドの概要
 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.
 

メソッドの詳細

getProviderID

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

戻り値:
remote provider's id

getLocalNameIdentifier

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

戻り値:
local NameIdentifier sent to other side

getRemoteNameIdentifier

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

戻り値:
remote NameIdentifier received from other side

isRoleIDP

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

戻り値:
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.

戻り値:
true if the federation is of affiliation type.