public class HASingleSignOnEntryMetadata extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
authType |
protected String |
id |
protected long |
lastAccessTime |
protected long |
maxIdleTime |
protected byte[] |
principalBytes |
protected String |
realmName |
protected Set<HASessionData> |
sessionDataSet |
protected String |
userName |
protected long |
version |
| Constructor and Description |
|---|
HASingleSignOnEntryMetadata() |
HASingleSignOnEntryMetadata(String id,
long version,
byte[] principalBytes,
String authType,
String userName,
String realmName,
long lastAccessTime,
long maxIdleTime) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthType() |
Set<HASessionData> |
getHASessionDataSet() |
String |
getId() |
long |
getLastAccessTime() |
long |
getMaxIdleTime() |
byte[] |
getPrincipalBytes() |
String |
getRealmName() |
String |
getUserName() |
long |
getVersion() |
String |
toString() |
protected String id
protected String authType
protected byte[] principalBytes
protected Set<HASessionData> sessionDataSet
protected String userName
protected String realmName
protected long lastAccessTime
protected long maxIdleTime
protected long version
public String getId()
public byte[] getPrincipalBytes()
public String getAuthType()
public String getUserName()
public String getRealmName()
public Set<HASessionData> getHASessionDataSet()
public long getLastAccessTime()
public long getVersion()
public long getMaxIdleTime()
Copyright © 2017. All rights reserved.