public class ServiceInformationImpl extends Object implements ServiceInformation
コンストラクタと説明 |
---|
ServiceInformationImpl(String id,
org.joda.time.DateTime loginInstant,
AuthenticationMethodInformation method)
Default constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
equals(Object obj) |
AuthenticationMethodInformation |
getAuthenticationMethod()
Gets the authentication method used to log into the service.
|
String |
getEntityID()
Gets the unique identifier for the service.
|
org.joda.time.DateTime |
getLoginInstant()
Gets the time the user logged in to the service.
|
String |
getNameIdentifier()
Gets the principal name identifier for the service.
|
String |
getNameIdentifierFormat()
Gets the principal name identifier format.
|
String |
getNameQualifier()
Gets the name qualifier for the name identifier.
|
String |
getSPNameQualifier()
Gets the SP name qualifier for the name identifier.
|
int |
hashCode() |
void |
setSAML2NameIdentifier(NameID nameIdentifier)
Sets the name identifier for the principal known by the service.
|
void |
setShibbolethNameIdentifier(NameIdentifier nameIdentifier)
Sets the name identifier for the principal known by the service.
|
public ServiceInformationImpl(String id, org.joda.time.DateTime loginInstant, AuthenticationMethodInformation method)
id
- unique identifier for the service.loginInstant
- time the user logged in to the service.method
- authentication method used to log into the service.public String getEntityID()
getEntityID
インタフェース内 ServiceInformation
public org.joda.time.DateTime getLoginInstant()
getLoginInstant
インタフェース内 ServiceInformation
public AuthenticationMethodInformation getAuthenticationMethod()
getAuthenticationMethod
インタフェース内 ServiceInformation
public void setSAML2NameIdentifier(NameID nameIdentifier)
nameIdentifier
- public void setShibbolethNameIdentifier(NameIdentifier nameIdentifier)
nameIdentifier
- public String getNameIdentifier()
getNameIdentifier
インタフェース内 ServiceInformation
public String getNameIdentifierFormat()
getNameIdentifierFormat
インタフェース内 ServiceInformation
public String getNameQualifier()
getNameQualifier
インタフェース内 ServiceInformation
public String getSPNameQualifier()
getSPNameQualifier
インタフェース内 ServiceInformation
Copyright © 2012. All Rights Reserved.