Uses of Class
com.sun.enterprise.security.auth.realm.certificate.OID
-
Packages that use OID Package Description com.sun.enterprise.security.auth.realm.certificate -
-
Uses of OID in com.sun.enterprise.security.auth.realm.certificate
Methods in com.sun.enterprise.security.auth.realm.certificate that return OID Modifier and Type Method Description static OIDOID. getByName(String name)static OIDOID. getByObjectId(String objectId)static OIDOID. valueOf(String name)Returns the enum constant of this type with the specified name.static OID[]OID. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.enterprise.security.auth.realm.certificate that return types with arguments of type OID Modifier and Type Method Description static Set<OID>OID. toOIDS(String[] names)Checks for given names and returns a set of OIDs with same names.
-