|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.geant.edugain.attributes.namemappers.NoopAttributeNameMapper
public class NoopAttributeNameMapper
NOOP implementation of AttributeNameMapper SPI.
| Constructor Summary | |
|---|---|
NoopAttributeNameMapper()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAttributeID(java.lang.String attributeName,
java.lang.String attributeNamespace)
Return the lower-cased attributeName as attributeID. |
java.lang.String |
getAttributeName(java.lang.String attributeID)
Return null, as NoopAttributeNameMapper should not alter attribute names. |
java.lang.String |
getAttributeNamespace(java.lang.String attributeID)
Return null for every attributeID. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoopAttributeNameMapper()
| Method Detail |
|---|
public java.lang.String getAttributeID(java.lang.String attributeName,
java.lang.String attributeNamespace)
getAttributeID in interface AttributeNameMapperattributeName - attributeNamespace -
public java.lang.String getAttributeName(java.lang.String attributeID)
getAttributeName in interface AttributeNameMapperattributeID -
public java.lang.String getAttributeNamespace(java.lang.String attributeID)
getAttributeNamespace in interface AttributeNameMapperattributeID -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||