Package org.openiam.am.srvc.domain.pk
Class AuthAttributePk
- java.lang.Object
-
- org.openiam.am.srvc.domain.pk.AuthAttributePk
-
- All Implemented Interfaces:
Serializable
public class AuthAttributePk extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthAttributePk()
AuthAttributePk(String attributeName, String providerType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getAttributeName()
String
getProviderType()
int
hashCode()
void
setAttributeName(String attributeName)
void
setProviderType(String providerType)
-