Searched refs:wrap (Results 1 - 25 of 579) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/resources/css/am-common/structure/
H A Dselectize.less21 word-wrap: break-word;
/forgerock/openam/openam-ui/openam-ui-ria/src/main/resources/css/am-common/structure/
H A Dselectize.less21 word-wrap: break-word;
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/restlet/
H A DAccessTokenFlowFinder.java20 import static org.forgerock.openam.rest.service.RestletUtils.wrap;
39 endpointClasses.put(AUTHORIZATION_CODE, wrap(TokenEndpointResource.class));
40 endpointClasses.put(REFRESH_TOKEN, wrap(RefreshTokenResource.class));
41 endpointClasses.put(CLIENT_CREDENTIALS, wrap(TokenEndpointResource.class));
42 endpointClasses.put(PASSWORD, wrap(TokenEndpointResource.class));
43 endpointClasses.put(DEVICE_CODE, wrap(TokenEndpointResource.class));
44 endpointClasses.put(JWT_BEARER, wrap(TokenEndpointResource.class));
45 endpointClasses.put(SAML2_BEARER, wrap(TokenEndpointResource.class));
/forgerock/openam-v13/openam-oauth2-common/oauth2-restlet/src/main/java/org/forgerock/oauth2/restlet/
H A DAccessTokenFlowFinder.java43 endpointClasses.put(AUTHORIZATION_CODE, wrap(TokenEndpointResource.class));
44 endpointClasses.put(REFRESH_TOKEN, wrap(RefreshTokenResource.class));
45 endpointClasses.put(CLIENT_CREDENTIALS, wrap(TokenEndpointResource.class));
46 endpointClasses.put(PASSWORD, wrap(TokenEndpointResource.class));
47 endpointClasses.put(DEVICE_CODE, wrap(TokenEndpointResource.class));
48 endpointClasses.put(JWT_BEARER, wrap(TokenEndpointResource.class));
49 endpointClasses.put(SAML2_BEARER, wrap(TokenEndpointResource.class));
/forgerock/openam-v13/openam-restlet/src/main/java/org/forgerock/openam/rest/service/
H A DRestletUtils.java40 public static Finder wrap(final Class<? extends ServerResource> resource) { method in class:RestletUtils
41 return wrap(Key.get(resource));
50 public static Finder wrap(final Key<? extends ServerResource> resource) { method in class:RestletUtils
/forgerock/openam/openam-restlet/src/main/java/org/forgerock/openam/rest/service/
H A DRestletUtils.java40 public static Finder wrap(final Class<? extends ServerResource> resource) { method in class:RestletUtils
41 return wrap(Key.get(resource));
50 public static Finder wrap(final Key<? extends ServerResource> resource) { method in class:RestletUtils
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DCertificateExactMatchingRuleTest.java70 {ByteString.wrap(Base64.decode(validcert1)),ByteString.valueOf(
73 {ByteString.wrap(Base64.decode(validcert1)),ByteString.valueOf(
76 {ByteString.wrap(Base64.decode(validcert1)),ByteString.valueOf(
79 {ByteString.wrap(Base64.decode(validcert1)),ByteString.valueOf(
82 {ByteString.wrap(Base64.decode(
84 ByteString.wrap(Base64.decode(
156 {ByteString.wrap(Base64.decode(invalidcert1))},
157 {ByteString.wrap(Base64.decode(brokencert1))}
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DCertificateExactMatchingRuleTest.java70 {ByteString.wrap(Base64.decode(validcert1)),ByteString.valueOf(
73 {ByteString.wrap(Base64.decode(validcert1)),ByteString.valueOf(
76 {ByteString.wrap(Base64.decode(validcert1)),ByteString.valueOf(
79 {ByteString.wrap(Base64.decode(validcert1)),ByteString.valueOf(
82 {ByteString.wrap(Base64.decode(
84 ByteString.wrap(Base64.decode(
156 {ByteString.wrap(Base64.decode(invalidcert1))},
157 {ByteString.wrap(Base64.decode(brokencert1))}
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/
H A DASN1ByteSequenceReaderTestCase.java39 ByteSequenceReader reader = ByteString.wrap(b).asReader();
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/
H A DASN1ByteSequenceReaderTestCase.java38 ByteSequenceReader reader = ByteString.wrap(b).asReader();
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/
H A DASN1ByteSequenceReaderTestCase.java39 ByteSequenceReader reader = ByteString.wrap(b).asReader();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/
H A DASN1ByteSequenceReaderTestCase.java38 ByteSequenceReader reader = ByteString.wrap(b).asReader();
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/
H A DASN1ByteSequenceReaderTestCase.java39 ByteSequenceReader reader = ByteString.wrap(b).asReader();
/forgerock/openam-v13/openam-audit/openam-audit-context/src/main/java/org/forgerock/openam/audit/context/
H A DAuditRequestContextPropagatingScheduledExecutorService.java48 return ((ScheduledExecutorService) delegate).schedule(wrap(command), delay, unit);
56 return ((ScheduledExecutorService) delegate).schedule(wrap(callable), delay, unit);
64 return ((ScheduledExecutorService) delegate).scheduleAtFixedRate(wrap(command), initialDelay, period, unit);
72 return ((ScheduledExecutorService) delegate).scheduleWithFixedDelay(wrap(command), initialDelay, delay, unit);
/forgerock/openam/openam-audit/openam-audit-context/src/main/java/org/forgerock/openam/audit/context/
H A DAuditRequestContextPropagatingScheduledExecutorService.java48 return ((ScheduledExecutorService) delegate).schedule(wrap(command), delay, unit);
56 return ((ScheduledExecutorService) delegate).schedule(wrap(callable), delay, unit);
64 return ((ScheduledExecutorService) delegate).scheduleAtFixedRate(wrap(command), initialDelay, period, unit);
72 return ((ScheduledExecutorService) delegate).scheduleWithFixedDelay(wrap(command), initialDelay, delay, unit);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DByteStringTest.java89 { ByteString.wrap(new byte[0]), new byte[0] },
90 { ByteString.wrap(new byte[]{ (byte) 0x01, (byte) 0x02, (byte) 0x03,
94 { ByteString.wrap(new byte[]{ (byte) 0x01, (byte) 0x02, (byte) 0x03,
99 { ByteString.wrap(new byte[]{ (byte) 0x01, (byte) 0x02, (byte) 0x03,
104 { ByteString.wrap(new byte[]{ (byte) 0x01, (byte) 0x02, (byte) 0x03,
109 { ByteString.wrap(new byte[]{ (byte) 0x01, (byte) 0x02, (byte) 0x03,
130 ByteString.wrap(new byte[]{(byte)0x00, (byte)0x01}).toInt();
136 ByteString.wrap(new byte[]{(byte)0x00, (byte)0x01, (byte)0x02,
143 ByteString.wrap(new byte[]{(byte)0x00, (byte)0x01, (byte)0x02,
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DByteStringTest.java88 { ByteString.wrap(new byte[0]), new byte[0] },
89 { ByteString.wrap(new byte[]{ (byte) 0x01, (byte) 0x02, (byte) 0x03,
93 { ByteString.wrap(new byte[]{ (byte) 0x01, (byte) 0x02, (byte) 0x03,
98 { ByteString.wrap(new byte[]{ (byte) 0x01, (byte) 0x02, (byte) 0x03,
103 { ByteString.wrap(new byte[]{ (byte) 0x01, (byte) 0x02, (byte) 0x03,
108 { ByteString.wrap(new byte[]{ (byte) 0x01, (byte) 0x02, (byte) 0x03,
129 ByteString.wrap(new byte[]{(byte)0x00, (byte)0x01}).toInt();
135 ByteString.wrap(new byte[]{(byte)0x00, (byte)0x01, (byte)0x02,
142 ByteString.wrap(new byte[]{(byte)0x00, (byte)0x01, (byte)0x02,
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DByteStringTest.java89 { ByteString.wrap(new byte[0]), new byte[0] },
90 { ByteString.wrap(new byte[]{ (byte) 0x01, (byte) 0x02, (byte) 0x03,
94 { ByteString.wrap(new byte[]{ (byte) 0x01, (byte) 0x02, (byte) 0x03,
99 { ByteString.wrap(new byte[]{ (byte) 0x01, (byte) 0x02, (byte) 0x03,
104 { ByteString.wrap(new byte[]{ (byte) 0x01, (byte) 0x02, (byte) 0x03,
109 { ByteString.wrap(new byte[]{ (byte) 0x01, (byte) 0x02, (byte) 0x03,
130 ByteString.wrap(new byte[]{(byte)0x00, (byte)0x01}).toInt();
136 ByteString.wrap(new byte[]{(byte)0x00, (byte)0x01, (byte)0x02,
143 ByteString.wrap(new byte[]{(byte)0x00, (byte)0x01, (byte)0x02,
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DByteStringTest.java88 { ByteString.wrap(new byte[0]), new byte[0] },
89 { ByteString.wrap(new byte[]{ (byte) 0x01, (byte) 0x02, (byte) 0x03,
93 { ByteString.wrap(new byte[]{ (byte) 0x01, (byte) 0x02, (byte) 0x03,
98 { ByteString.wrap(new byte[]{ (byte) 0x01, (byte) 0x02, (byte) 0x03,
103 { ByteString.wrap(new byte[]{ (byte) 0x01, (byte) 0x02, (byte) 0x03,
108 { ByteString.wrap(new byte[]{ (byte) 0x01, (byte) 0x02, (byte) 0x03,
129 ByteString.wrap(new byte[]{(byte)0x00, (byte)0x01}).toInt();
135 ByteString.wrap(new byte[]{(byte)0x00, (byte)0x01, (byte)0x02,
142 ByteString.wrap(new byte[]{(byte)0x00, (byte)0x01, (byte)0x02,
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DByteStringTest.java89 { ByteString.wrap(new byte[0]), new byte[0] },
90 { ByteString.wrap(new byte[]{ (byte) 0x01, (byte) 0x02, (byte) 0x03,
94 { ByteString.wrap(new byte[]{ (byte) 0x01, (byte) 0x02, (byte) 0x03,
99 { ByteString.wrap(new byte[]{ (byte) 0x01, (byte) 0x02, (byte) 0x03,
104 { ByteString.wrap(new byte[]{ (byte) 0x01, (byte) 0x02, (byte) 0x03,
109 { ByteString.wrap(new byte[]{ (byte) 0x01, (byte) 0x02, (byte) 0x03,
130 ByteString.wrap(new byte[]{(byte)0x00, (byte)0x01}).toInt();
136 ByteString.wrap(new byte[]{(byte)0x00, (byte)0x01, (byte)0x02,
143 ByteString.wrap(new byte[]{(byte)0x00, (byte)0x01, (byte)0x02,
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/rest/
H A DOAuth2RouterProvider.java27 import static org.forgerock.openam.rest.service.RestletUtils.wrap;
98 router.attach("/authorize", auditWithOAuthFilter(new AuthorizeEndpointFilter(wrap(AuthorizeResource.class),
104 router.attach("/tokeninfo", auditWithOAuthFilter(wrap(ValidationServerResource.class),
109 router.attach("/introspect", auditWithOAuthFilter(wrap(TokenIntrospectionResource.class),
115 router.attach("/connect/register", auditWithOAuthFilter(wrap(ConnectClientRegistration.class),
118 router.attach("/userinfo", auditWithOAuthFilter(wrap(UserInfo.class)));
119 router.attach("/idtokeninfo", auditWithOAuthFilter(wrap(IdTokenInfo.class)));
120 router.attach("/connect/endSession", auditWithOAuthFilter(wrap(EndSession.class)));
121 router.attach("/connect/jwk_uri", auditWithOAuthFilter(wrap(OpenIDConnectJWKEndpoint.class)));
134 router.attach("/.well-known/openid-configuration", auditWithOAuthFilter(wrap(OpenIDConnectConfiguratio
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DSortableTableModel.java89 * @param wrap the maximum line width before wrapping.
92 protected String getHeader(Message msg, int wrap) argument
95 String wrappedText = StaticUtils.wrapText(text, wrap);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DSortableTableModel.java90 * @param wrap the maximum line width before wrapping.
93 protected String getHeader(Message msg, int wrap) argument
96 String wrappedText = StaticUtils.wrapText(text, wrap);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DSortableTableModel.java90 * @param wrap the maximum line width before wrapping.
93 protected String getHeader(Message msg, int wrap) argument
96 String wrappedText = StaticUtils.wrapText(text, wrap);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DSortableTableModel.java89 * @param wrap the maximum line width before wrapping.
92 protected String getHeader(Message msg, int wrap) argument
95 String wrappedText = StaticUtils.wrapText(text, wrap);

Completed in 72 milliseconds

1234567891011>>