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:
Serializable, Principal
Enclosing class:
LoginComponent

public static class LoginComponent.SystemID
extends Object
implements Principal, Serializable

See Also:
Serialized Form

Constructor Summary
LoginComponent.SystemID()
           
LoginComponent.SystemID(String origUser)
           
 
Method Summary
 boolean equals(Object other)
           
 String getName()
           
 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(String origUser)
Method Detail

getName

public String getName()
Specified by:
getName in interface Principal

getSourceInstanceId

public String getSourceInstanceId()

equals

public boolean equals(Object other)
Specified by:
equals in interface Principal
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface Principal
Overrides:
hashCode in class Object

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.