|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IdentityType | |
---|---|
de.fhhannover.inform.trust.ifmapj.identifier | This package provides classes to represent IF-MAP identifiers. |
Uses of IdentityType in de.fhhannover.inform.trust.ifmapj.identifier |
---|
Methods in de.fhhannover.inform.trust.ifmapj.identifier that return IdentityType | |
---|---|
IdentityType |
Identity.getType()
|
static IdentityType |
IdentityType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IdentityType[] |
IdentityType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in de.fhhannover.inform.trust.ifmapj.identifier with parameters of type IdentityType | |
---|---|
static Identity |
Identifiers.createIdentity(IdentityType type,
String name)
Create an identity identifier with the given name and the given type. |
Identity |
IdentifierFactory.createIdentity(IdentityType type,
String name)
Deprecated. Create an identity identifier with the given name and the given type. |
static Identity |
Identifiers.createIdentity(IdentityType type,
String name,
String admDom)
Create an identity identifier with the given parameters. |
Identity |
IdentifierFactory.createIdentity(IdentityType type,
String name,
String admDom)
Deprecated. Create an identity identifier with the given parameters. |
static Identity |
Identifiers.createIdentity(IdentityType type,
String name,
String admDom,
String otherTypeDef)
Create an identity identifier. |
Identity |
IdentifierFactory.createIdentity(IdentityType type,
String name,
String admDom,
String otherTypeDef)
Deprecated. Create an identity identifier. |
void |
Identity.setType(IdentityType type)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |