public class NameIdPolicy<T extends NameIdPolicy>
extends java.lang.Object
Constructor and Description |
---|
NameIdPolicy() |
NameIdPolicy(NameId format,
java.lang.String spNameQualifier,
java.lang.Boolean allowCreate) |
Modifier and Type | Method and Description |
---|---|
protected T |
_this() |
java.lang.Boolean |
getAllowCreate() |
NameId |
getFormat() |
java.lang.String |
getSpNameQualifier() |
T |
setAllowCreate(java.lang.Boolean allowCreate) |
T |
setFormat(NameId format) |
T |
setSpNameQualifier(java.lang.String spNameQualifier) |
public NameIdPolicy()
public NameIdPolicy(NameId format, java.lang.String spNameQualifier, java.lang.Boolean allowCreate)
public java.lang.String getSpNameQualifier()
public T setSpNameQualifier(java.lang.String spNameQualifier)
protected T _this()
public java.lang.Boolean getAllowCreate()
public T setAllowCreate(java.lang.Boolean allowCreate)
public NameId getFormat()