/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/ |
H A D | LogCategory.java | 20 * Portions Copyright [yyyy] [name of copyright owner] 41 * The non-localized name of the type. 43 private final String name; field in class:LogCategory 50 * @param name the name of the category, for example "MESSAGE". 52 protected LogCategory(String name) { argument 53 if (name == null) { 56 this.name = name; 62 * Return the non-localized string name o 95 parse(String name) argument [all...] |
/forgerock/opendj2/src/server/org/opends/server/loggers/ |
H A D | LogCategory.java | 19 * Portions Copyright [yyyy] [name of copyright owner] 41 * The non-localized name of the type. 43 private final String name; field in class:LogCategory 50 * @param name the name of the category, for example "MESSAGE". 52 protected LogCategory(String name) { argument 53 if (name == null) { 56 this.name = name; 62 * Return the non-localized string name o 95 parse(String name) argument [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/ |
H A D | LogCategory.java | 20 * Portions Copyright [yyyy] [name of copyright owner] 41 * The non-localized name of the type. 43 private final String name; field in class:LogCategory 50 * @param name the name of the category, for example "MESSAGE". 52 protected LogCategory(String name) { argument 53 if (name == null) { 56 this.name = name; 62 * Return the non-localized string name o 95 parse(String name) argument [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/ |
H A D | LogCategory.java | 20 * Portions Copyright [yyyy] [name of copyright owner] 41 * The non-localized name of the type. 43 private final String name; field in class:LogCategory 50 * @param name the name of the category, for example "MESSAGE". 52 protected LogCategory(String name) { argument 53 if (name == null) { 56 this.name = name; 62 * Return the non-localized string name o 95 parse(String name) argument [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/ |
H A D | LogCategory.java | 19 * Portions Copyright [yyyy] [name of copyright owner] 41 * The non-localized name of the type. 43 private final String name; field in class:LogCategory 50 * @param name the name of the category, for example "MESSAGE". 52 protected LogCategory(String name) { argument 53 if (name == null) { 56 this.name = name; 62 * Return the non-localized string name o 95 parse(String name) argument [all...] |
/forgerock/openam-v13/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/ |
H A D | OAuthPrincipal.java | 23 * "Portions Copyrighted [year] [name of copyright owner]" 33 private String name; field in class:OAuthPrincipal 35 public OAuthPrincipal(String name) { argument 36 this.name = name; 40 return name; 51 if ((this.name == null) ? (other.name != null) : !this.name.equals(other.name)) { [all...] |
/forgerock/openam/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/ |
H A D | OAuthPrincipal.java | 23 * "Portions Copyrighted [year] [name of copyright owner]" 33 private String name; field in class:OAuthPrincipal 35 public OAuthPrincipal(String name) { argument 36 this.name = name; 40 return name; 51 if ((this.name == null) ? (other.name != null) : !this.name.equals(other.name)) { [all...] |
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/ |
H A D | Token.java | 23 * "Portions Copyrighted [year] [name of copyright owner]" 34 * just a holder of name value pairs 48 public String name; field in class:Token 56 * @param name 57 * A String representing the name of the token 61 public Token(String name, int value) { argument 62 this.name = name;
|
H A D | QCharset.java | 23 * "Portions Copyrighted [year] [name of copyright owner]" 41 private String name; field in class:QCharset 48 * @param name Name of the charset. 51 * name and q value. 53 public QCharset(String name, float q) { argument 54 if (name == null) { 56 "QCharset::charset name can't be" + "NULL"); 58 this.name = name; 63 * @param name 67 QCharset(String name) argument [all...] |
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/ |
H A D | Token.java | 23 * "Portions Copyrighted [year] [name of copyright owner]" 34 * just a holder of name value pairs 48 public String name; field in class:Token 56 * @param name 57 * A String representing the name of the token 61 public Token(String name, int value) { argument 62 this.name = name;
|
H A D | QCharset.java | 23 * "Portions Copyrighted [year] [name of copyright owner]" 41 private String name; field in class:QCharset 48 * @param name Name of the charset. 51 * name and q value. 53 public QCharset(String name, float q) { argument 54 if (name == null) { 56 "QCharset::charset name can't be" + "NULL"); 58 this.name = name; 63 * @param name 67 QCharset(String name) argument [all...] |
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/entitlement/configuration/ |
H A D | SmsAttribute.java | 12 * information: "Portions copyright [year] [name of copyright owner]". 30 private final String name; field in class:SmsAttribute 33 private SmsAttribute(final String name, final boolean searchable) { argument 34 this.name = name; 41 return smsKey + "=" + name; 44 public static SmsAttribute newSearchableInstance(final String name) { argument 45 Reject.ifNull(name); 46 return new SmsAttribute(name, true); 49 public static SmsAttribute newNoneSearchableInstance(final String name) { argument [all...] |
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/entitlement/configuration/ |
H A D | SmsAttribute.java | 12 * information: "Portions copyright [year] [name of copyright owner]". 30 private final String name; field in class:SmsAttribute 33 private SmsAttribute(final String name, final boolean searchable) { argument 34 this.name = name; 41 return smsKey + "=" + name; 44 public static SmsAttribute newSearchableInstance(final String name) { argument 45 Reject.ifNull(name); 46 return new SmsAttribute(name, true); 49 public static SmsAttribute newNoneSearchableInstance(final String name) { argument [all...] |
/forgerock/openam-v13/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/ |
H A D | STSPrincipal.java | 12 * information: "Portions Copyrighted [year] [name of copyright owner]". 26 private final String name; field in class:STSPrincipal 27 public STSPrincipal(String name) { argument 28 if (name == null) { 29 throw new IllegalArgumentException("The name parameter provided to the STSPrincipal ctor cannot be null."); 31 this.name = name; 35 return name; 40 return name.hashCode(); 47 return name [all...] |
/forgerock/openam/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/ |
H A D | STSPrincipal.java | 12 * information: "Portions Copyrighted [year] [name of copyright owner]". 26 private final String name; field in class:STSPrincipal 27 public STSPrincipal(String name) { argument 28 if (name == null) { 29 throw new IllegalArgumentException("The name parameter provided to the STSPrincipal ctor cannot be null."); 31 this.name = name; 35 return name; 40 return name.hashCode(); 47 return name [all...] |
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/nodes/ |
H A D | AbstractIndexTreeNode.java | 20 * Portions Copyright [yyyy] [name of copyright owner] 40 private String name; field in class:AbstractIndexTreeNode 43 * @param name the name of the node. 45 protected AbstractIndexTreeNode(String name) argument 47 super(name); 48 this.name = name; 56 return name;
|
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/ |
H A D | AbstractIndexTreeNode.java | 19 * Portions Copyright [yyyy] [name of copyright owner] 39 private String name; field in class:AbstractIndexTreeNode 42 * @param name the name of the node. 44 protected AbstractIndexTreeNode(String name) argument 46 super(name); 47 this.name = name; 55 return name;
|
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/ |
H A D | AbstractIndexTreeNode.java | 20 * Portions Copyright [yyyy] [name of copyright owner] 40 private String name; field in class:AbstractIndexTreeNode 43 * @param name the name of the node. 45 protected AbstractIndexTreeNode(String name) argument 47 super(name); 48 this.name = name; 56 return name;
|
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/nodes/ |
H A D | AbstractIndexTreeNode.java | 19 * Portions Copyright [yyyy] [name of copyright owner] 39 private String name; field in class:AbstractIndexTreeNode 42 * @param name the name of the node. 44 protected AbstractIndexTreeNode(String name) argument 46 super(name); 47 this.name = name; 55 return name;
|
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/nodes/ |
H A D | AbstractIndexTreeNode.java | 20 * Portions Copyright [yyyy] [name of copyright owner] 40 private String name; field in class:AbstractIndexTreeNode 43 * @param name the name of the node. 45 protected AbstractIndexTreeNode(String name) argument 47 super(name); 48 this.name = name; 56 return name;
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/ |
H A D | AbstractIndexTreeNode.java | 19 * Portions Copyright [yyyy] [name of copyright owner] 38 private String name; field in class:AbstractIndexTreeNode 41 * @param name the name of the node. 43 protected AbstractIndexTreeNode(String name) argument 45 super(name); 46 this.name = name; 50 * Returns the name. 52 * @return the name [all...] |
/forgerock/openam/openam-authentication/openam-auth-push/src/main/java/org/forgerock/openam/authentication/modules/push/ |
H A D | AuthenticatorPushPrincipal.java | 12 * information: "Portions copyright [year] [name of copyright owner]". 28 private String name; field in class:AuthenticatorPushPrincipal 31 * Public constructor that takes user name. 33 * @param name name of the principal to represent 35 public AuthenticatorPushPrincipal(String name) { argument 36 if (name == null) { 40 this.name = name; 48 return name; [all...] |
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/ |
H A D | InvalidFormatException.java | 23 * "Portions Copyrighted [year] [name of copyright owner]" 34 * Exception thrown if a name of an object such as policy, rule or 41 private String name; field in class:InvalidFormatException 48 * @param name name that was in invalid format 49 * @param type type of object that had invalid name format 51 public InvalidFormatException(String msg, String name, int type) { argument 54 this.name = name; 62 * @param name nam 65 InvalidFormatException(Throwable t, String name, int type) argument 83 InvalidFormatException(String rbName,String errCode, Object [] args, Throwable t, String name, int type) argument 102 InvalidFormatException(String rbName,String errCode, Object [] args, String name, int type) argument [all...] |
H A D | InvalidNameException.java | 23 * "Portions Copyrighted [year] [name of copyright owner]" 33 * Exception thrown if a name of an object such as policy, rule or 40 private String name; field in class:InvalidNameException 46 * @param name name that is invalid 47 * @param type type of object that had invalid name 49 public InvalidNameException(String msg, String name, int type) { argument 52 this.name = name; 58 * @param rbName Resource bundle name o 65 InvalidNameException(String rbName, String errCode, Object[] args, String name, int type) argument 84 InvalidNameException(String rbName, String errCode, Object[] args, Throwable t, String name, int type) argument 99 InvalidNameException(Throwable t, String name, int type) argument [all...] |
H A D | NameAlreadyExistsException.java | 23 * "Portions Copyrighted [year] [name of copyright owner]" 33 * Exception thrown if a name of an object such as policy, rule or 40 private String name; field in class:NameAlreadyExistsException 47 * @param name name that already exists 48 * @param type type of object whose name already exist 50 public NameAlreadyExistsException(String msg, String name, int type) { argument 52 this.name = name; 61 * @param rbName Resource bundle name 67 NameAlreadyExistsException(String rbName,String errorCode, Object[] args, String name, int type) argument 87 NameAlreadyExistsException(String rbName,String errorCode, Object[] args, Throwable t, String name, int type) argument 103 NameAlreadyExistsException(Throwable t, String name, int type) argument [all...] |