Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.api.login
Class LoginComponent.SystemID

java.lang.Object
  extended by org.nuxeo.runtime.api.login.LoginComponent.SystemID
All Implemented Interfaces:
java.io.Serializable, java.security.Principal
Enclosing class:
LoginComponent

public static class LoginComponent.SystemID
extends java.lang.Object
implements java.security.Principal, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
LoginComponent.SystemID()
           
LoginComponent.SystemID(java.lang.String origUser)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.String getName()
           
 java.lang.String getSourceInstanceId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.security.Principal
toString
 

Constructor Detail

LoginComponent.SystemID

public LoginComponent.SystemID()

LoginComponent.SystemID

public LoginComponent.SystemID(java.lang.String origUser)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface java.security.Principal

getSourceInstanceId

public java.lang.String getSourceInstanceId()

equals

public boolean equals(java.lang.Object other)
Specified by:
equals in interface java.security.Principal
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Specified by:
hashCode in interface java.security.Principal
Overrides:
hashCode in class java.lang.Object

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.