org.sblim.wbem.client

Class UserPrincipal

Implemented Interfaces:
Principal

public class UserPrincipal
extends java.lang.Object
implements Principal

UserPrincipal.java (C) Copyright IBM Corp. 2005, 2006 THIS FILE IS PROVIDED UNDER THE TERMS OF THE COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE CONSTITUTES RECIPIENTS ACCEPTANCE OF THE AGREEMENT. You can obtain a current copy of the Common Public License from http://www.opensource.org/licenses/cpl1.0.php

Field Summary

protected String
iPrincipal

Constructor Summary

UserPrincipal(String pPrincipal)

Method Summary

boolean
equals(Object o)
String
getName()
Returns the principal's name.
int
hashCode()

Field Details

iPrincipal

protected String iPrincipal

Constructor Details

UserPrincipal

public UserPrincipal(String pPrincipal)

Method Details

equals

public boolean equals(Object o)

getName

public String getName()
Returns the principal's name.
Returns:
The principal's name

hashCode

public int hashCode()

Copyright © 2005, 2006 IBM Corporation. All Rights Reserved.