public class PolicyAttributeFactory extends Object
Constructor and Description |
---|
PolicyAttributeFactory() |
public static AttributeValueType createAnyURIAttributeType(URI value)
public static AttributeValueType createBase64BinaryAttributeType(byte[] value)
public static AttributeValueType createBooleanAttributeType(boolean value)
public static AttributeValueType createDateAttributeType()
public static AttributeValueType createDateAttributeType(XMLGregorianCalendar value)
public static AttributeValueType createDateTimeAttributeType()
public static AttributeValueType createDateTimeAttributeType(XMLGregorianCalendar value)
public static AttributeValueType createDNSNameAttributeType(String hostname)
public static AttributeValueType createDoubleAttributeType(double value)
public static AttributeValueType createEmailAttributeType(String value)
public static AttributeValueType createHexBinaryAttributeType(byte[] value)
public static AttributeValueType createIntegerAttributeType(int value)
public static AttributeValueType createIPAddressAttributeType(InetAddress address)
public static AttributeValueType createStringAttributeType(String value)
public static AttributeValueType createTimeAttributeType()
public static AttributeValueType createTimeAttributeType(XMLGregorianCalendar value)
public static AttributeValueType createX509NameAttributeType(X500Principal value)
public static AttributeValueType createDayTimeDurationAttributeType(Duration value)
public static AttributeValueType createYearMonthDurationAttributeType(Duration value)
public static AttributeDesignatorType createAttributeDesignatorType(String id, String dataType, String issuer, boolean mustBePresent)
public static SubjectAttributeDesignatorType createSubjectAttributeDesignatorType(String id, String dataType, String issuer, boolean mustBePresent, String subjectCategory)
Copyright © 2023 JBoss by Red Hat. All rights reserved.